<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Conny Lundgren's blog &#187; seam</title>
	<atom:link href="http://blog.refactor.se/category/java/seam/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.refactor.se</link>
	<description>Thoughts on Java, Agile, OS X and life in general..</description>
	<lastBuildDate>Fri, 05 Dec 2008 07:51:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Seam 1.1 GA</title>
		<link>http://blog.refactor.se/2006/12/13/seam-11-ga/</link>
		<comments>http://blog.refactor.se/2006/12/13/seam-11-ga/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 14:46:36 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[seam]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2006/12/13/seam-11-ga/</guid>
		<description><![CDATA[The 1.1 made GA today, find out the about the nitty gritty details over at Gavin&#8217;s post.
Congrats to the release, there are a quite a bit of new features compared to the 1.0 release.
]]></description>
			<content:encoded><![CDATA[<p>The 1.1 made GA today, find out the about the nitty gritty details over at <a href="http://blog.hibernate.org/cgi-bin/blosxom.cgi/2006/12/13#seam11-goes-ga">Gavin</a>&#8217;s post.</p>
<p>Congrats to the release, there are a quite a bit of new features compared to the 1.0 release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2006/12/13/seam-11-ga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seam 1.1 CR2 Released</title>
		<link>http://blog.refactor.se/2006/12/01/seam-11-cr2-released/</link>
		<comments>http://blog.refactor.se/2006/12/01/seam-11-cr2-released/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 07:11:19 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[seam]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2006/12/01/seam-11-cr2-released/</guid>
		<description><![CDATA[Following fast on the CR1 release of Jboss Seam is a fix of several issues, among these the ability to run the booking example on Glassfish (Running on Glassfish in the past has been possible, but have required some work).
From Gavins blog
Seam 1.1.0.CR2 fixes a number of minor bugs in the CR1 release, and adds [...]]]></description>
			<content:encoded><![CDATA[<p>Following fast on the CR1 release of Jboss Seam is a fix of several issues, among these the ability to run the booking example on Glassfish (Running on Glassfish in the past has been possible, but have required some work).</p>
<p>From <a href="http://blog.hibernate.org/cgi-bin/blosxom.cgi/2006/12/01#seam-1.1cr2">Gavins</a> blog</p>
<blockquote><p>Seam 1.1.0.CR2 fixes a number of minor bugs in the CR1 release, and adds some minor improvements. This release includes a version of the booking example application which deploys on GlassFish, the Java EE 5 reference implementation, along with the &#8220;hibernate2&#8243; and &#8220;jpa&#8221; examples which run cross-platform on JBoss 4 (with or without EJB3), GlassFish and Tomcat out of the box, and which may be made to run on any J2EE 1.4 compliant application server. The ICEfaces example has been upgraded to ICEfaces 1.5.1.</p>
<p>Download:</p>
<p><a href="https://sourceforge.net/project/showfiles.php?group_id=22866&#038;package_id=163777&#038;release_id=467898">https://sourceforge.net/project/showfiles.php?group_id=22866&#038;package_id=163777&#038;release_id=467898</a></p>
<p>Changelog:<br />
<a href="http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=10071&#038;styleName=Html&#038;version=12311064"></p>
<p>http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=10071&#038;styleName=Html&#038;version=12311064</a></p>
<p>Enjoy!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2006/12/01/seam-11-cr2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seam 1.1CR1</title>
		<link>http://blog.refactor.se/2006/11/22/seam-11cr1/</link>
		<comments>http://blog.refactor.se/2006/11/22/seam-11cr1/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 08:04:34 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[seam]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2006/11/22/seam-11cr1/</guid>
		<description><![CDATA[The CR1 of Seam 1.1 were released yesterday, and it brings allot of new nice features. One nice feature are that you now have the option to use any Java EE application server along with your Seam-application. Another thing to note is the integration with the ICEFaces and Ajax4JSF frameworks.

New concurrency model for AJAX-based applications
Integration [...]]]></description>
			<content:encoded><![CDATA[<p>The CR1 of Seam 1.1 were released yesterday, and it brings allot of new nice features. One nice feature are that you now have the option to use any Java EE application server along with your Seam-application. Another thing to note is the integration with the ICEFaces and Ajax4JSF frameworks.</p>
<ul>
<li>New concurrency model for AJAX-based applications</li>
<li>Integration with ICEfaces and Ajax4JSF</li>
<li>Support for J2EE environments</li>
<li>The Seam Application Framework for data-oriented applications</li>
<li>seam-gen, a command line tool for generating seam projects, actions, and reverse engineering existing databases</li>
<li>Efficient clustering of Seam-managed extended persistence contexts and JavaBean components</li>
<li>Support for atomic conversations</li>
<li>Asynchronous methods and events</li>
<li>Enhanced configuration via components.xml</li>
<li>Exception handling via annotations or exceptions.xml</li>
<li>Page fragment caching via &lt;s:cache/&gt;</li>
<li>Decoration of invalid input via &lt;s:decorate/&gt;</li>
<li>Page parameters for RESTful applications</li>
<li>Themes</li>
<li>Support for the Sun JSF 1.2 reference implementation</li>
<li>Many, many bugfixes and other enhancements</li>
</ul>
<p>Get the download <a href="https://sourceforge.net/project/showfiles.php?group_id=22866&#038;package_id=163777&#038;release_id=465354">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2006/11/22/seam-11cr1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seam reflections</title>
		<link>http://blog.refactor.se/2006/08/10/seam-reflections/</link>
		<comments>http://blog.refactor.se/2006/08/10/seam-reflections/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 12:06:12 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[seam]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2006/08/10/seam-reflections/</guid>
		<description><![CDATA[Over the last couple of weeks I&#8217;ve been spending some time prototyping with Jboss Seam, and I must say it&#8217;s been a very pleasant time. I can hardly remember the last time I enjoyed Java EE web-development this much. The basic concepts are simple, and easy to grasp and in the same time there is [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last couple of weeks I&#8217;ve been spending some time prototyping with Jboss Seam, and I must say it&#8217;s been a very pleasant time. I can hardly remember the last time I enjoyed Java EE web-development this much. The basic concepts are simple, and easy to grasp and in the same time there is a lot of power in the framework if/when you need it.</p>
<p>I haven&#8217;t really settled on the 3-classes per page (SB,JPA-POJO, JSF/Facelet-page)  architecture, I somewhat feel that I&#8217;m “hacking” away (but this is probably just me wanting to over-engineer a simple thing).</p>
<p>I like the idea of a standard-based framework (using standard components such as EJB3, JSF), and I really hope the JSR will make it into the Java EE spec.</p>
<p>The examples are terrific, and the documentation is adequate (it is still lacking seriously in some areas though), and the support-forums over att jboss is active and viral.</p>
<p>That said, I think that seam has a great opportunity for prototyping and small-to-medium applications, and I believe the relative simplicity can make it succeed to less experienced developers. Hopefully the tools-vendors will follow up and make it even easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2006/08/10/seam-reflections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
