<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Seam and Web Beans: Not just evolutionary, revolutionary</title>
	<atom:link href="http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/</link>
	<description>Blog by a developer for a developer</description>
	<lastBuildDate>Fri, 14 Oct 2011 13:55:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Chris</title>
		<link>http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/comment-page-1/#comment-3240</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 17 Oct 2008 17:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/#comment-3240</guid>
		<description>You did a good job!  Too bad Seam isn&#039;t as good as a rules engine....</description>
		<content:encoded><![CDATA[<p>You did a good job!  Too bad Seam isn&#8217;t as good as a rules engine&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacob.orshalick</title>
		<link>http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/comment-page-1/#comment-3226</link>
		<dc:creator>jacob.orshalick</dc:creator>
		<pubDate>Fri, 17 Oct 2008 02:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/#comment-3226</guid>
		<description>&lt;blockquote cite=&quot;Radu Popa&quot;&gt;the business process context is supported just for jBoss jBPM or other BPM can be used as well?&lt;/blockquote&gt;

At the moment only jBPM is supported, but if you have a specific BPM you would like supported, feel free to &lt;a href=&quot;https://jira.jboss.org/jira/browse/JBSEAM&quot; rel=&quot;nofollow&quot;&gt;request it in JIRA&lt;/a&gt;!  We&#039;re always looking to add support for new integration points.

&lt;blockquote cite=&quot;Radu Popa&quot;&gt;contexts are replicated across a distributed environment? Meaning a conversation started on a server in a cluster will be having the same context if a next request goes to a different server?&lt;/blockquote&gt;

Yes, Seam was developed from the ground up to support clustering.  Conversation state is maintained in the &lt;code&gt;HTTPSession&lt;/code&gt; so data replication will need to be enabled.  If you are using EJBs, stateful session bean replication may also need to be enabled.  Simply refer to the documentation of your AS to find out the details.</description>
		<content:encoded><![CDATA[<blockquote cite="Radu Popa"><p>the business process context is supported just for jBoss jBPM or other BPM can be used as well?</p></blockquote>
<p>At the moment only jBPM is supported, but if you have a specific BPM you would like supported, feel free to <a href="https://jira.jboss.org/jira/browse/JBSEAM" rel="nofollow">request it in JIRA</a>!  We&#8217;re always looking to add support for new integration points.</p>
<blockquote cite="Radu Popa"><p>contexts are replicated across a distributed environment? Meaning a conversation started on a server in a cluster will be having the same context if a next request goes to a different server?</p></blockquote>
<p>Yes, Seam was developed from the ground up to support clustering.  Conversation state is maintained in the <code>HTTPSession</code> so data replication will need to be enabled.  If you are using EJBs, stateful session bean replication may also need to be enabled.  Simply refer to the documentation of your AS to find out the details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Popa</title>
		<link>http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/comment-page-1/#comment-3220</link>
		<dc:creator>Radu Popa</dc:creator>
		<pubDate>Thu, 16 Oct 2008 16:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/#comment-3220</guid>
		<description>Just wanted to say thanks for the presentation. It was great and I have enjoyed it quite a lot.
Small question: the business process context is supported just for jBoss jBPM or other BPM can be used as well?
Also, contexts are replicated across a distributed environment? Meaning a conversation started on a server in a cluster will be having the same context if a next request goes to a different server?

10x,
Radu</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for the presentation. It was great and I have enjoyed it quite a lot.<br />
Small question: the business process context is supported just for jBoss jBPM or other BPM can be used as well?<br />
Also, contexts are replicated across a distributed environment? Meaning a conversation started on a server in a cluster will be having the same context if a next request goes to a different server?</p>
<p>10x,<br />
Radu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacob.orshalick</title>
		<link>http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/comment-page-1/#comment-3108</link>
		<dc:creator>jacob.orshalick</dc:creator>
		<pubDate>Sat, 11 Oct 2008 22:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/#comment-3108</guid>
		<description>I&#039;m glad you enjoyed the talk.  I have posted the PDF to the following link:

&lt;a href=&quot;http://solutionsfit.com/blog/wp-content/uploads/2008/10/seam-and-web-beans.pdf&quot; rel=&quot;nofollow&quot;&gt;http://solutionsfit.com/blog/wp-content/uploads/2008/10/seam-and-web-beans.pdf&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you enjoyed the talk.  I have posted the PDF to the following link:</p>
<p><a href="http://solutionsfit.com/blog/wp-content/uploads/2008/10/seam-and-web-beans.pdf" rel="nofollow">http://solutionsfit.com/blog/wp-content/uploads/2008/10/seam-and-web-beans.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Dietz</title>
		<link>http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/comment-page-1/#comment-3082</link>
		<dc:creator>David Dietz</dc:creator>
		<pubDate>Fri, 10 Oct 2008 14:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/#comment-3082</guid>
		<description>I heard the talk at JavaMug and I am very interested in it.  I would like to show it to some peers.  Can you please send me the PDF and/or have it placed on the JavaMug site.  We have an immediate use case for SEAM with Spring and you PDF might help me encourage the development group to look into it.

Thanks and thanks for the great talk.
ddietz</description>
		<content:encoded><![CDATA[<p>I heard the talk at JavaMug and I am very interested in it.  I would like to show it to some peers.  Can you please send me the PDF and/or have it placed on the JavaMug site.  We have an immediate use case for SEAM with Spring and you PDF might help me encourage the development group to look into it.</p>
<p>Thanks and thanks for the great talk.<br />
ddietz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Gupta</title>
		<link>http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/comment-page-1/#comment-2919</link>
		<dc:creator>Ajay Gupta</dc:creator>
		<pubDate>Wed, 01 Oct 2008 12:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/09/29/seam-and-web-beans-not-just-evolutionary-revolutionary/#comment-2919</guid>
		<description>Mr. Orshalick,

Good luck on the presentation..see you there on the 8th.</description>
		<content:encoded><![CDATA[<p>Mr. Orshalick,</p>
<p>Good luck on the presentation..see you there on the 8th.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

