what is ejb? what is the importance of ejb?
Answer Posted / sivasubramanian.k
Enterprise Java Beans (EJB) is a managed, server-side
component architecture for modular construction of
enterprise applications.
The EJB specification is one of the several Java APIs in
the Java Platform, Enterprise Edition. EJB is a server-side
component that encapsulates the business logic of an
application.
Accordingly, the EJB specification details how an
application server provides:
Persistence
Transaction processing
Concurrency control
Events using Java Message Service
Naming and directory services (JNDI)
Security ( Java Cryptography Extension (JCE) and JAAS )
Deployment of software components in an application server
Remote procedure calls using RMI-IIOP.
Exposing business methods as Web Services.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is a dynamic array java?
How to change the priority of thread or how to set the priority of thread?
What is the constructor?
What is an object’s lock and which object’s have locks?
How to instantiate static nested classes in java?
Can we use return in constructor?
Can we have any code between try and catch blocks?
Which collection does not allow duplicates in java?
Which command from the jdk compiles a java program?
What type of value does sizeof return?
Why charat is used in java?
What mechanism does java use for memory management?
Does java have extension methods?
What is the transient keyword?
What is java jit compilers?