Answer Posted / 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 View All Answers
Is soap stateless or stateful?
What are the components of ejb?
Explain the concept of ejb ql?
What are transaction isolation levels in ejb?
What is enterprise bean?
what is mean by OLE ? Please answer me. Advance thanks.
What is a local interface?
What are the different types of ejb?
What is ejb and its architecture?
How to find ejb version in websphere?
What is ejb container?
What is ptp model?
Is it possible to have threading in ejb?
Why should we use ejb?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?