what is the difference between stateless and stateful
sessions?
Answer Posted / harish
Stateless session Bean will not maintain the conversation
state between the requests. Each request will be
independent. It does not support Activation and
Passivation.
Where as Stateless Session Bean, it maintains the
conversation state between Client and Server. Each
request, it can hold the data. It supports Activation and
Passivation
| Is This Answer Correct ? | 16 Yes | 21 No |
Post New Answer View All Answers
How does ejb work in java?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
What is @injectmock?
What is remote interface in ejb?
Enlist the declarative transaction types?
Explain the concept of connection pooling feature of ejb container?
Define SessionContext ?
Explain the concept of local interfaces?
How can a session bean be configured for transactions of bean-managed?
What is ejb and how it works?
What is ejb container in java?
How ejb invocation happens?
How to determine, that beans are TX or not?
Why should we use ejb?
What is Enterprise JavaBeans Query Language (EJB QL)?