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 |
Write down the steps for the creation of stateless ejb.
What is a Java Bean?
What is jar, war, and ear?
Enlist the CallBack methods of Entity Bean.
Life Cyle methods in Entity Bean with Bean Managed Persistence
What are the advantages of java beam?
What is ejb javatpoint?
What do you mean enterprise javabeans (ejb) container?
What is mdb?
What does ejb stand for?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
What are the design goals of EJB Architecture?