<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Seam: Simple Data Table &amp; Conversation Example</title>
	<atom:link href="http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/</link>
	<description>There's a fine line between walking and flying. It's called imagination.</description>
	<lastBuildDate>Wed, 23 Dec 2009 18:46:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Using @RequestParameter and @Observer events model in Seam &#171; Edem Morny&#8217;s Tech Blog</title>
		<link>http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-133</link>
		<dc:creator>Using @RequestParameter and @Observer events model in Seam &#171; Edem Morny&#8217;s Tech Blog</dc:creator>
		<pubDate>Wed, 21 May 2008 09:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-133</guid>
		<description>[...] @RequestParameter and @Observer events model in&#160;Seam  &lt;Simple DataTable Example &#124; Seam on Tomcat [...]</description>
		<content:encoded><![CDATA[<p>[...] @RequestParameter and @Observer events model in&nbsp;Seam  &lt;Simple DataTable Example | Seam on Tomcat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting NetBeans 6.0 Ready for Seam Development &#171; Edem Morny&#8217;s Tech Blog</title>
		<link>http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-130</link>
		<dc:creator>Getting NetBeans 6.0 Ready for Seam Development &#171; Edem Morny&#8217;s Tech Blog</dc:creator>
		<pubDate>Wed, 21 May 2008 09:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-130</guid>
		<description>[...] Getting NetBeans 6.0 Ready for Seam&#160;Development  &#124; Simple DataTable &amp; Conversation Example [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting NetBeans 6.0 Ready for Seam&nbsp;Development  | Simple DataTable &amp; Conversation Example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mae</title>
		<link>http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-124</link>
		<dc:creator>Mae</dc:creator>
		<pubDate>Sun, 20 Apr 2008 15:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-124</guid>
		<description>Ok, thank you very much.</description>
		<content:encoded><![CDATA[<p>Ok, thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edem Morny</title>
		<link>http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-123</link>
		<dc:creator>Edem Morny</dc:creator>
		<pubDate>Fri, 18 Apr 2008 09:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-123</guid>
		<description>Yes you can use Seam in a tomcat environment. Refer to my blog post on setting up a Seam project for Tomcat deveolpment. You&#039;ll also find that most of my examples after my first post few posts on Seam were all Tomcat based.

As for ending your sessions, investigate the use of #{identity.logout} action. Especially if you manage user roles, calling this automatically ends the user&#039;s session and destroys all session scoped Seam components held for that interaction.</description>
		<content:encoded><![CDATA[<p>Yes you can use Seam in a tomcat environment. Refer to my blog post on setting up a Seam project for Tomcat deveolpment. You&#8217;ll also find that most of my examples after my first post few posts on Seam were all Tomcat based.</p>
<p>As for ending your sessions, investigate the use of #{identity.logout} action. Especially if you manage user roles, calling this automatically ends the user&#8217;s session and destroys all session scoped Seam components held for that interaction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mae</title>
		<link>http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-122</link>
		<dc:creator>Mae</dc:creator>
		<pubDate>Thu, 17 Apr 2008 23:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-122</guid>
		<description>Hi,
Thanks for this post.
I would like to know if it is possible to use Seam without EJB.
I developed a simple web application , nothing huge, using a unique bean.
I also used JSF and Facelets.
The problem is that I defined the scope of the bean to &quot;session&quot;.
I want to end the session in my application, but I don&#039;t know how to do it.
It seems that seams is a good alternative.
If I want to end the session by pressing a button for example, how can I do ?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for this post.<br />
I would like to know if it is possible to use Seam without EJB.<br />
I developed a simple web application , nothing huge, using a unique bean.<br />
I also used JSF and Facelets.<br />
The problem is that I defined the scope of the bean to &#8220;session&#8221;.<br />
I want to end the session in my application, but I don&#8217;t know how to do it.<br />
It seems that seams is a good alternative.<br />
If I want to end the session by pressing a button for example, how can I do ?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bliggi.com</title>
		<link>http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-37</link>
		<dc:creator>bliggi.com</dc:creator>
		<pubDate>Mon, 28 Jan 2008 18:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-37</guid>
		<description>&lt;strong&gt;Seam: Simple Data Table &amp; Conversation Example&lt;/strong&gt;

Seam: Simple Data Table &amp; Conversation Example, 	 	 	 	 	 	 	We&#039;ll start off the new year running  our series on Seam. In this post, we&#039;ll deal with data in a table and with conversations. We&#039;ll first try to model a university environment, something...</description>
		<content:encoded><![CDATA[<p><strong>Seam: Simple Data Table &#38; Conversation Example</strong></p>
<p>Seam: Simple Data Table &amp; Conversation Example, 	 	 	 	 	 	 	We&#8217;ll start off the new year running  our series on Seam. In this post, we&#8217;ll deal with data in a table and with conversations. We&#8217;ll first try to model a university environment, something&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edemmorny</title>
		<link>http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-4</link>
		<dc:creator>edemmorny</dc:creator>
		<pubDate>Tue, 15 Jan 2008 16:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://edemmorny.wordpress.com/2008/01/10/seam-simple-data-table-conversation-example/#comment-4</guid>
		<description>Here&#039;s the files that go with this particular post. You can download and review it. Will be continuing this very soon, maybe tomorrow.

http://damatrixtraining.googlegroups.com/web/univseam.tar.gz?gda=2RpDm0AAAADQVBf5oI70OMPgRJmwvE6TXkn1hR-YXIIXIzgE4QRZbmG1qiJ7UbTIup-M2XPURDSJyFSlXn-G0eK2UJLzvVjR</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the files that go with this particular post. You can download and review it. Will be continuing this very soon, maybe tomorrow.</p>
<p><a href="http://damatrixtraining.googlegroups.com/web/univseam.tar.gz?gda=2RpDm0AAAADQVBf5oI70OMPgRJmwvE6TXkn1hR-YXIIXIzgE4QRZbmG1qiJ7UbTIup-M2XPURDSJyFSlXn-G0eK2UJLzvVjR" rel="nofollow">http://damatrixtraining.googlegroups.com/web/univseam.tar.gz?gda=2RpDm0AAAADQVBf5oI70OMPgRJmwvE6TXkn1hR-YXIIXIzgE4QRZbmG1qiJ7UbTIup-M2XPURDSJyFSlXn-G0eK2UJLzvVjR</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
