what is ejb? what is the importance of ejb?

Answers were Sorted based on User's Feedback



what is ejb? what is the importance of ejb?..

Answer / 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

what is ejb? what is the importance of ejb?..

Answer / srikanth reddy

Enterprise Java Beans (EJB) is given by j2ee technilogy by
sun for remote bussiness serfvices

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is mean by thread lock?

2 Answers   Infosys, TCS,


This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?

3 Answers  


What is the difference between the font and fontmetrics classes in java programming?

0 Answers  


What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?

0 Answers   Bravura Solutions,


Is hashset ordered?

0 Answers  






What is considered an anti pattern?

0 Answers  


how its run?

0 Answers  


how to create a jar file in java

1 Answers  


Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.

2 Answers  


What is difference between jdk,jre and jvm?

0 Answers  


Is java a super set of javascript?

0 Answers  


when to for abstract class and when to go for interface

2 Answers  


Categories