<?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: JBoss Seam 2E Preview Chapters Released</title>
	<atom:link href="http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/</link>
	<description>Blog by a developer for a developer</description>
	<lastBuildDate>Tue, 24 Aug 2010 13:52:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Red Hat Magazine &#124; JBoss Seam book treat in time for JBoss World</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-2112</link>
		<dc:creator>Red Hat Magazine &#124; JBoss Seam book treat in time for JBoss World</dc:creator>
		<pubDate>Fri, 15 Aug 2008 15:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-2112</guid>
		<description>[...] Simplicity and Power Beyond Java(TM) EE to coincide with JBoss World. Jacob has an announcement here with more details about the second edition, and the chapters are available [...]</description>
		<content:encoded><![CDATA[<p>[...] Simplicity and Power Beyond Java(TM) EE to coincide with JBoss World. Jacob has an announcement here with more details about the second edition, and the chapters are available [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacob.orshalick</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-489</link>
		<dc:creator>jacob.orshalick</dc:creator>
		<pubDate>Wed, 02 Apr 2008 22:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-489</guid>
		<description>Actually, I was not aware of this, thanks for pointing it out.  I will let the publisher know immediately.  Thanks!</description>
		<content:encoded><![CDATA[<p>Actually, I was not aware of this, thanks for pointing it out.  I will let the publisher know immediately.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-486</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-486</guid>
		<description>I assume you know about this?

JBoss(R) Seam: Simplicity and Power Beyond Java(TM) EE
By sree(sree)
JBoss Seam integrates EJB 3.0 and JSF components under a unified framework that simplifies and accelerates Java EE web development. Now, JBoss Seam¡¯s project leader and technology evangelist take you inside this powerful new technology ...
365 IT BOOKS - http://365itbooks.blogspot.com/</description>
		<content:encoded><![CDATA[<p>I assume you know about this?</p>
<p>JBoss(R) Seam: Simplicity and Power Beyond Java(TM) EE<br />
By sree(sree)<br />
JBoss Seam integrates EJB 3.0 and JSF components under a unified framework that simplifies and accelerates Java EE web development. Now, JBoss Seam¡¯s project leader and technology evangelist take you inside this powerful new technology &#8230;<br />
365 IT BOOKS &#8211; <a href="http://365itbooks.blogspot.com/" rel="nofollow">http://365itbooks.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacob.orshalick</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-313</link>
		<dc:creator>jacob.orshalick</dc:creator>
		<pubDate>Mon, 10 Mar 2008 19:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-313</guid>
		<description>Thanks for pointing out this topic baz.  This was carried over from the booking example that ships with Seam to avoid extensive changes to the base project.  I will keep watch on this and change the example before publication to avoid risk of a deprecated API.  Thanks again and keep the comments coming!</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out this topic baz.  This was carried over from the booking example that ships with Seam to avoid extensive changes to the base project.  I will keep watch on this and change the example before publication to avoid risk of a deprecated API.  Thanks again and keep the comments coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baz</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-309</link>
		<dc:creator>baz</dc:creator>
		<pubDate>Mon, 10 Mar 2008 10:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-309</guid>
		<description>Hello,

in the booking example in file main.xhtml i found this line:

&lt;pre&gt;&lt;s:link id=&quot;viewHotel&quot; value=&quot;View Hotel&quot; 
  action=&quot;#{hotelBooking.selectHotel(hot)}&quot; /&gt;&lt;/pre&gt;

And there is this recent discussion about parameter passing:
&lt;a href=&quot;http://seamframework.org/Community/PassingInstanceToHomeClass#comment8090&quot; rel=&quot;nofollow&quot;&gt;
http://seamframework.org/Community/PassingInstanceToHomeClass#comment8090&lt;/a&gt;

I think this has to be clarified before publishing the book</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>in the booking example in file main.xhtml i found this line:</p>
<pre>&lt;s:link id="viewHotel" value="View Hotel"
  action="#{hotelBooking.selectHotel(hot)}" /&gt;</pre>
<p>And there is this recent discussion about parameter passing:<br />
<a href="http://seamframework.org/Community/PassingInstanceToHomeClass#comment8090" rel="nofollow"><br />
</a><a href="http://seamframework.org/Community/PassingInstanceToHomeClass#comment8090" rel="nofollow">http://seamframework.org/Community/PassingInstanceToHomeClass#comment8090</a></p>
<p>I think this has to be clarified before publishing the book</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacob.orshalick</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-201</link>
		<dc:creator>jacob.orshalick</dc:creator>
		<pubDate>Wed, 20 Feb 2008 15:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-201</guid>
		<description>Yes, the second edition will provide at least one example that uses Maven for the build but most of the examples will still use Ant.  An appendix will cover the details of how the Maven build works and describe how to use Maven with Seam in your own projects.</description>
		<content:encoded><![CDATA[<p>Yes, the second edition will provide at least one example that uses Maven for the build but most of the examples will still use Ant.  An appendix will cover the details of how the Maven build works and describe how to use Maven with Seam in your own projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom Incollingo</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-200</link>
		<dc:creator>Dom Incollingo</dc:creator>
		<pubDate>Wed, 20 Feb 2008 15:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-200</guid>
		<description>Is there any chance that the second edition of this book will use Maven, rather than Ant, for builds?  It would be very useful to see working examples of small Seam projects that use Maven.  Thanks very much.</description>
		<content:encoded><![CDATA[<p>Is there any chance that the second edition of this book will use Maven, rather than Ant, for builds?  It would be very useful to see working examples of small Seam projects that use Maven.  Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan - &#8220;Science is a wonderful thing if one does not have to earn one&#8217;s living at it&#8221; &#8212; Albert Einstein &#187; Seam conversations made easy</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-197</link>
		<dc:creator>Michael Yuan - &#8220;Science is a wonderful thing if one does not have to earn one&#8217;s living at it&#8221; &#8212; Albert Einstein &#187; Seam conversations made easy</dc:creator>
		<pubDate>Fri, 15 Feb 2008 19:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-197</guid>
		<description>[...] Jacob Orshalick just released three draft chapters from our 2nd edition of the JBoss Seam book. Those chapters provide very good explanations on conversations should be used in Seam applications. Thanks Jacob! [...]</description>
		<content:encoded><![CDATA[<p>[...] Jacob Orshalick just released three draft chapters from our 2nd edition of the JBoss Seam book. Those chapters provide very good explanations on conversations should be used in Seam applications. Thanks Jacob! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivasan Raguraman</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-196</link>
		<dc:creator>Srinivasan Raguraman</dc:creator>
		<pubDate>Fri, 15 Feb 2008 02:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-196</guid>
		<description>Great Work!</description>
		<content:encoded><![CDATA[<p>Great Work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Understanding JBoss Seam &#171; As I Learn</title>
		<link>http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/comment-page-1/#comment-195</link>
		<dc:creator>Understanding JBoss Seam &#171; As I Learn</dc:creator>
		<pubDate>Fri, 15 Feb 2008 02:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2008/02/13/jboss-seam-2e-preview-chapters-released/#comment-195</guid>
		<description>[...] preview of some of the chapters of this upcoming book is released. Even if you are already using Seam in your projects, definitely you will find this book more [...]</description>
		<content:encoded><![CDATA[<p>[...] preview of some of the chapters of this upcoming book is released. Even if you are already using Seam in your projects, definitely you will find this book more [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
