What are types in SessionBeans?
Answer / sathya
Stateless SessionBean
Stateful Session Bean
The former,as the name suggests, doesn't maintain state
across sessions , each bean is independent , genereally a
pool of stateless beans are created and each bean returns to
this pool once its taks is completed.
Stateful Beans on other hand, maintains the session across
the states and returns to the pool once the session is timed
out.
can be used for database operations although not recommended.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to find ejb version in websphere?
Name the attributes of javax.ejb.stateful.
Is soap stateless or stateful?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What are the key features of the ejb technology?
What are the attributes of transaction in ejb?
explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...
Name the acid properties of a transaction.
In what way, the client gets a reference to an existing entity bean?
When was ejb developed?
Can stateful session beans are persistent?
What is meant by manifest files ?