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 |
What is rmi and ejb in java?
Is having static initializer blocks legal in ejb?
What do you mean by abstract schema?
Enlist the enterprise beans types?
Is it possible to share an httpsession between a jsp and ejb?
What is bean-managed persistence?
What is Enterprise JavaBeans Query Language (EJB QL)?
What is ejb ql?
What are the design principles for ejb?
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.
What are the various types of entrepreneur java bean?
What is enterprise bean provider?