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 |
What are the advantages of ejb?
Is decorator an ejb design pattern?
What is ptp model?
What are the components of session beam?
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 Enterprise JavaBeans?
what is mean by OLE ? Please answer me. Advance thanks.
What is stateless and stateful session bean in ejb?
Explain the architectural relationship between EJB & XML?
What does a deployment diagram specify?
What is ejb and its properties?
Who took over ejb?