Monday, February 5, 2007

What are the key features of the EJB technology?

1.EJB components are server-side components written entirely in the Java programming language
2.EJB components contain business logic only - no system-level programming & services, such as transactions, security, life-cycle, threading, persistence, etc. are automatically managed for the EJB component by the EJB server.
3.EJB architecture is inherently transactional, distributed, portable multi-tier, scalable and secure.
4.EJB components are fully portable across any EJB server and any OS.
5.EJB architecture is wire-protocol neutral--any protocol can be utilized like IIOP,JRMP, HTTP, DCOM,etc.

SOURCE : www.referjava.com

No comments: