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 java Applet?
What is a list in java?
what is aggregation in java?
How to do a true java ping from windows?
What is the difference between JVM and JRE?
Is arraylist dynamic in java?
What is immutable class in java?
Can inner class be public in java?
Can you declare a private method as static?
What are the restriction imposed on a static method or a static block of code?
What is unicode in java?
Is integer immutable in java?
What is a qms manual?
How do you allocate memory to object?
Why is it called buffering?