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
Why string is immutable with example?
Define an abstract class with reference to java.
Explain garbage collection in java?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What are different types of inner classes ?
Is array a class?
What is difference between pointer and reference?
Which is easier netbeans or eclipse?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Can a constructor be made final?
What is basic syntax?
What are some characteristics of interference class?
What is the use of isempty in java?