Explain the Sotware Architechture of EJB?



Explain the Sotware Architechture of EJB?..

Answer / kathir

Session and Entity bean consists of 4or 5 parts
1.RemoteInterface: in this interface we can declare business
methods..
2.HomeInterface:Used for creating a object.
3.Bean Object: An object which actually performs business
logic and ejb specification.
4.Deployment Descriptor: An xml file which contains
information to maintain the ejb.
5.Primarykey : It is specific to entity bean only.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is stateless ejb?

0 Answers  


Difference between javaBeans and Enterprise JavaBeans?

1 Answers   Indotech, Tech Mahindra,


What is a local interface?

0 Answers  


What is ejb and its uses?

0 Answers  


What are types in SessionBeans?

1 Answers  






What do you mean by ‘hot deployment’ ?

0 Answers  


What transaction attributes does Java Bean containers support?

1 Answers  


What is the use of @resource?

0 Answers  


Which is default transaction attribute for the business method of a bean?

2 Answers  


what are main features in EJB?

2 Answers  


How 'messaging' supported in EJB 2.0 Specification?

1 Answers  


What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

0 Answers  


Categories