GeekArticles
Certification
Sun
SCBCD
Certification
Sun
SCBCDEJB overview
Enterprise JavaBeans (EJB) architecture is a server-side distributed component model, which follows the "Write Once, Run Anywhere" philosophy of the Java platform. EJB applications can be written once and then deployed on any EJB-compliant server without any source code changes or recompilation. The runtime behavior of the enterprise bean can be customized through the deployment descriptor itself.
Related Topics
