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 is the difference between find and select methods in ejb?
How to generate ejb stubs in eclipse?
what is mean by dll ? Please answer me. Advance thanks.
Elucidate callback in ejb?
What are the differences between ejb 3.0 and ejb 2.0?
What is the difference between @requestparam and @pathvariable?
What is a local interface?
How to connect to a specific enterprise bean?
What is ejb role in j2ee?
What is @injectmock?
Is functional programming stateless?
Is having static initializer blocks legal in ejb?