what is the difference between stateless and stateful
sessions?
Answer Posted / sathish babu
stateless sessinobean:can not maintain the state,cannot
maintain the persistance(data base),onece sutdown
machine,we cannot see that data,cannot have the
passivate,activate states.ex:atm mini statements.
statefull sessionbean:maintain the state,but cannot
maintain the persistance,once we sutdown the system the
values stored in local hard disc,can have the passivate and
activate states.ex:shopping card
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is dependency injection in ejb?
What is ejb technology?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is ejb bean in java?
Can beans who are involved in transaction have 'passivation' process?
What is ptp model?
What are the types of enterprise bean?
what is the Relationship between EJB and CORBA architecture?
How to find ejb version in websphere?
What do you mean enterprise javabeans (ejb) container?
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 an ejb platform?
How to invoke ejb from java client?
Write down the steps for the creation of stateless ejb.
Define SessionContext ?