<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sarwiki.informatik.hu-berlin.de/index.php?action=history&amp;feed=atom&amp;title=A_message-driven_object</id>
	<title>A message-driven object - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://sarwiki.informatik.hu-berlin.de/index.php?action=history&amp;feed=atom&amp;title=A_message-driven_object"/>
	<link rel="alternate" type="text/html" href="https://sarwiki.informatik.hu-berlin.de/index.php?title=A_message-driven_object&amp;action=history"/>
	<updated>2026-05-13T09:27:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://sarwiki.informatik.hu-berlin.de/index.php?title=A_message-driven_object&amp;diff=3128&amp;oldid=prev</id>
		<title>Bayarkhuu at 17:12, 19 November 2004</title>
		<link rel="alternate" type="text/html" href="https://sarwiki.informatik.hu-berlin.de/index.php?title=A_message-driven_object&amp;diff=3128&amp;oldid=prev"/>
		<updated>2004-11-19T17:12:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;A typical message-driven object has the following characteristics:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Executes upon receipt of a single client message.&lt;br /&gt;
*Is asynchronously invoked.&lt;br /&gt;
*Can be transaction-aware.&lt;br /&gt;
*May update shared data in an underlying database.&lt;br /&gt;
*Does not represent directly shared data in the database, although it may access and update such data.&lt;br /&gt;
*Is relatively short-lived.&lt;br /&gt;
*Is stateless.&lt;br /&gt;
*Is removed when the EJB container crashes. The container has to re-establish a new message-driven object to continue computation.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
A typical EJB container provides a scalable runtime environment to execute a large number of message-&lt;br /&gt;
driven objects concurrently.&lt;/div&gt;</summary>
		<author><name>Bayarkhuu</name></author>
	</entry>
</feed>