what are main features in EJB?

Answers were Sorted based on User's Feedback



what are main features in EJB?..

Answer / janet

1.EJB architecture is inherently
transactional,distributed,portable,multitired secure.
2.EJB components are serverside components written entirely
in the java.
3.EJB components contain business logic only no system level
programming.
4.System level services such as transactions,security,life
cycle ,threading,persistence etc are automatically managed
by the EJB component by the EJB server.
5.EJB architecture is wire-protocol neutral Any protocol can
be utilized: HTTP,IIOP,DCOM etc.

Is This Answer Correct ?    15 Yes 2 No

what are main features in EJB?..

Answer / harish

features in EJB2.0 :

Query Language has been introduced.
Container Manager Relationship has been introduced.
Local Interfaces have been introduced.
Message Driven Beans have been introduced.

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More EJB Interview Questions

What is Transaction attribute?

3 Answers  


What is pub/sub model?

0 Answers  


How does ejb container work?

0 Answers  


What is ejb and how it works?

0 Answers  


What does ejb stand for?

0 Answers  






how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

0 Answers   Infosys,


Transaction Attributes? What is the use of ?RequiresNew?

1 Answers   HCL,


How to find ejb version in websphere?

0 Answers  


Define ACID Properties?

0 Answers  


Can stateful session beans are persistent?

2 Answers  


What are the types of enterprise bean?

0 Answers  


Explain the difference between, Java Class and Bean?

3 Answers  


Categories