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

How is an entity bean created?

1 Answers  


What are different Methods and Classes written in a Session Bean

1 Answers   DELL,


Name the attributes of javax.ejb.stateful.

0 Answers  


What is ejbdoclet?

0 Answers  


How does legacy object mapping work?

1 Answers  






What are ejb components?

0 Answers  


Can Container managed Bean-Managed Persistence ?

0 Answers   Sony,


Explain the architectural relationship between JavaBeans and JTA?

0 Answers  


What is ejb and its architecture?

0 Answers  


How to generate ejb stubs in eclipse?

0 Answers  


What is beaninfo ?

1 Answers  


What is stateless session bean?

0 Answers  


Categories