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

How thread scheduler schedule the task?

578


What is stack example?

539


Can a class be private?

507


What is instance means in java?

559


What are the differences between path and classpath variables?

484






What is Java Package and which package is imported by default?

589


Explain the difference between extends thread vs implements runnable in java?

530


What happens if main method is not static?

489


How to sort a collection of custom Objects in Java?

593


Explain jvm, jre, and jdk?

556


What are singleton services?

487


What is proper subset?

531


What is private static class in java?

507


Write code of any action class?

544


How do you input a string in java?

493