Jump to content

Conversational state (Java EE)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ManicSpider (talk | contribs) at 21:04, 25 October 2014 (Adding reflist and new reference (edited with ProveIt)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.[1] The transitive closure of a bean is defined in terms of the serialization protocol for the Java programming language, that is, the fields that would be stored by serializing the bean instance.

References

  1. ^ Jendrock, Eric (2006). The Java EE 5 Tutorial. Prentice Hall Professional. ISBN 9780321490292.