Content deleted Content added
ManicSpider (talk | contribs) Adding reflist and new reference (edited with ProveIt) |
→top: ce, rm orphan tag (Query 38614); ► Wikiproject Orphanage: You can help! ● |
||
(11 intermediate revisions by 9 users not shown) | |||
Line 1:
In [[Java Platform, Enterprise Edition]] (Java EE), the '''Conversational state''' are the field values of a [[session bean]] plus the transitive closure of the objects reachable from the bean's fields. The name "conversational" is used as
▲In [[Java Platform, Enterprise Edition]] (Java EE), the '''Conversational state''' are the field values of a [[session bean]] plus the transitive closure of the objects reachable from the bean's fields. The name "conversational" is used as in this state the client interacts with the bean - a stateless session bean does not do so.<ref name="JavaEE5">{{cite book | url=http://books.google.com.au/books?id=t707HcfW014C&lpg=PA746&dq=Conversational%20state%20(Java%20EE)&pg=PA746#v=onepage&q=Conversational%20state%20(Java%20EE)&f=false | title=The Java EE 5 Tutorial | publisher=Prentice Hall Professional | author=Jendrock, Eric | year=2006 | isbn=9780321490292}}</ref> The transitive closure of a bean is defined in terms of the [[Serialization#Java|serialization protocol for the Java programming language]], that is, the fields that would be stored by serializing the bean instance.
==References==
|