Conversational state (Java EE) (original) (raw)
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. For example, while a Cart bean might contain a conversational state to communicate with the client about the contents of their cart, an Order bean might not as the invocation is not necessary. 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.
Property | Value |
---|---|
dbo:abstract | 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. For example, while a Cart bean might contain a conversational state to communicate with the client about the contents of their cart, an Order bean might not as the invocation is not necessary. 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. (en) |
dbo:wikiPageID | 7442176 (xsd:integer) |
dbo:wikiPageLength | 1561 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1057062536 (xsd:integer) |
dbo:wikiPageWikiLink | dbc:Java_enterprise_platform dbr:Java_Platform,_Enterprise_Edition dbr:Serialization dbr:Session_bean |
dbp:wikiPageUsesTemplate | dbt:Orphan dbt:Reflist dbt:Compu-prog-stub |
dcterms:subject | dbc:Java_enterprise_platform |
gold:hypernym | dbr:Values |
rdfs:comment | 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. For example, while a Cart bean might contain a conversational state to communicate with the client about the contents of their cart, an Order bean might not as the invocation is not necessary. 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. (en) |
rdfs:label | Conversational state (Java EE) (en) |
owl:sameAs | freebase:Conversational state (Java EE) wikidata:Conversational state (Java EE) https://global.dbpedia.org/id/4iNcL |
prov:wasDerivedFrom | wikipedia-en:Conversational_state_(Java_EE)?oldid=1057062536&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:Conversational_state_(Java_EE) |
is dbo:wikiPageRedirects of | dbr:Conversational_state_(JEE) |
is dbo:wikiPageWikiLink of | dbr:Conversational_state_(JEE) |
is rdfs:seeAlso of | dbr:Jakarta_Enterprise_Beans |
is foaf:primaryTopic of | wikipedia-en:Conversational_state_(Java_EE) |