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 rmi and ejb in java?

1 Answers  


Is having static initializer blocks legal in ejb?

1 Answers  


What do you mean by abstract schema?

1 Answers  


Enlist the enterprise beans types?

1 Answers  


Is it possible to share an httpsession between a jsp and ejb?

1 Answers  


What is bean-managed persistence?

1 Answers  


What is Enterprise JavaBeans Query Language (EJB QL)?

1 Answers  


What is ejb ql?

1 Answers  


What are the design principles for ejb?

1 Answers  


can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.

1 Answers  


What are the various types of entrepreneur java bean?

1 Answers  


What is enterprise bean provider?

1 Answers  


Categories