explain why we say stateless beans does not maintain
conversation state besides statefull maintains conversation
state. give some examples...
Answer Posted / madan
Stateless session beans are used to maintain Stateless session that means, for example if u have a web page, that does not contains any more web page links means, so we no need to store the informations for future purpose(i means in another web pages), so , in this case, we used Stateless Session beans
Stateful session means, we have links, we need to store the authentication details like atm transfer, it is showing first password page, then saving,then amount, so once we entered details, then no need to enter any more information.. so this is Stateful
latest version of Ejb 3 is by annotations...Very nice
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where is ejb used?
Define ACID Properties?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
What is a ejb container?
What is difference between ejb and spring?
What does @inject mean in java?
What is the use of @resource?
What is stateless and stateful?
How ejb invocation happens?
Should services be stateless?
What is entity bean in ejb?
What is the difference between @requestparam and @pathvariable?
How to invoke ejb from java client?
Is microservice stateless?
What does @singleton annotation do?