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
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is the main use of java?
Which package has light weight components in java programming?
Is space a char?
Can the garbage collection be forced by any means?
What is linkedlist in java?
How do you escape a string?
How to sort list of list in java?
What types of index data structures can you have in java?
What is bytecode verifier?
What is the format specifier?
Can variables be used in java without initialization?
what is the purpose of using rmisecuritymanager in rmi?
Is alive and join method in java?
How will you call an Applet using Java Script Function?