Hi all, Coud anybody please help me .I am little bit confused of understanding the diff. between stateless and stateful session beans. Please any body can explain me. Thanks in advance VIJAY
JeanLouis Marechaux
Ranch Hand
Joined: Nov 12, 2001
Posts: 906
posted
0
Hi, A stateful Session bean is used to keep a converstational state between a client and a server, as the HTTP protocol is stateless. Using a stateful session been, the EJB is bound to the client during the session. A stateless session bean is released in the pool after each method call Just take a look at this link : http://java.sun.com/j2ee/j2sdkee/techdocs/guides/ejb/html/Session3.html HTH. [This message has been edited by Bill Bailey (edited November 13, 2001).]
/ JeanLouis<br /><i>"software development has been, is, and will remain fundamentally hard" (Grady Booch)</i><br /> <br />Take a look at <a href="http://www.epfwiki.net/wikis/openup/" target="_blank" rel="nofollow">Agile OpenUP</a> in the Eclipse community