ejb session beans and entity beans?
Answer / thomas
session beans are function beans.two types of session beans
are stateless & stateful.It is not persitent on three cases
1. server crash
2. server shutdown
3. time out
where as entity beans are value beans. it contains only
setter and getter methods.it is persistent bean.it
maintains database, for storing objects. two types of
entity bean are
bean managed persistance & container managed persistance
| Is This Answer Correct ? | 6 Yes | 0 No |
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What is session bean?
What are ejb containers?
How to increase ejb transaction timeout in weblogic?
What is rmi and ejb in java?
How entity beans support container managed persistence?
What is ejb client?
How does ejb invocation happens?
How can a CORBA object, accessed from a EJB?
What are the benefits of ejb?
can u explain about design patterns like singleton,builder,factory
What is ejb ql?