Java Reference

Java Reference Home | Smart Soft Home

EJB

An EJB (Enterprise Java Bean) is a server-side Java component that adheres to Sun's EJB specification. The EJB spec standardizes the contract between an application server and a component that runs inside the application server. Generally, EJB's are distributed components, meaning their client's invoke them from accross a network.