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


Please Help Members By Posting Answers For Below Questions

What is instanceof keyword?

731


Which is bigger float or double?

522


What is break and continue statement?

618


Is singleton set an interval?

536


How can we make sure main() is the last thread to finish in java program?

675






Explain public static void main(string args[]) in java.

539


How can you generate random numbers in java?

594


What is complexity in java?

531


What is the Difference between Final Class && Abstract Class?

624


What is assembly used for?

510


What is method overriding in java ?

668


What do you understand by synchronization?

599


What is stringwriter?

543


What is a method in programming?

644


What is class forname?

550