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
What is Session Bean Interface?
What is enterprise bean?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What is a stateless session?
What is an entity manager?
What is singleton session bean?
What are transaction isolation levels in ejb?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What is difference between stateless and stateful?
Define SessionContext ?
What is ejb ql?
What is ejb technology?
Is it possible to have threading in ejb?
What is ejb 3?
What is ejb and its architecture?