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 |
TX operation funtion executed by?
What is ejb and how it works?
What is stateless session bean?
What is ejb client?
Is soap stateless or stateful?
What are the design goals of EJB Architecture?
Explain the Sotware Architechture of EJB?
What are the design goals of EJB architecture?
what is the Relationship between EJB and CORBA architecture?
How does the server decide which beans to passivate and activate?
What is @injectmock?
What is the purpose of a transaction monitor?