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
How do you make an arraylist empty in java?
What state is a thread in when it is executing?
Can a private method of a superclass be declared within a subclass?
Is namespace same as package in java?
Explain about serializable interface in java?
whatis Home interface and Remoteinterface? with example?
What is the buffer limit?
Which one of the following suits the description of a string better: derived or primitive?
How we can execute any code even before main method?
What is static import?
What does 3 dots mean in java?
Can a class be private in java?
Why volatile is used in java?
Can a set contain duplicates?
How many characters is 2 bytes?