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 the synchronized method modifier?
Explain about java sdk?
Write code to implement bubble sort in java?
What is the use of pattern in java?
State some advantages of java?
What is singletonlist in java?
What is an anonymous class in java?
Can you inherit a constructor java?
Is null a string or object in java?
What is use of inner class in java?
How do you sort arrays in java?
What does file separator do in java?
how to split string in java?
What is java objectoutputstream?
What is fail fast in java?