Java EJB Programming Question:

What are the key features of the EJB technology?

Java EJB Programming Interview Question
Java EJB Programming Interview Question

Answer:

► EJB components are server-side components written entirely in the Java programming language
► 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.
► EJB architecture is inherently transactional, distributed, portable multi-tier, scalable and secure.
► EJB components are fully portable across any EJB server and any OS.
► EJB architecture is wire-protocol neutral--any protocol can be utilized like IIOP,JRMP, HTTP, DCOM,etc.


Previous QuestionNext Question
What is the difference between EJB and Java beans? What are the key benefits of the EJB technology?