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 |
whatis the diff between ejb and servlet/jsp
What is stateful session bean?
How to connect to a specific enterprise bean?
Is ejbCreate() method mandatory while defining a Session Bean?
What is @autowired required false?
what is the difference between stateless and stateful sessions?
EJB containers supports what kind of transaction attributes?
Explain the architectural relationship between EJB & XML?
how to deploy enterprise javabeans?
Is having static initializer blocks legal in ejb?
Where a bean can be used ?
when deploying an EJB, does it possible to specify multiple JNDI names?