<?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"
	>
<channel>
	<title>Comments on: Running Seam on non-JBoss Application Servers</title>
	<atom:link href="http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/</link>
	<description>"Science is a wonderful thing if one does not have to earn one's living at it" -- Albert Einstein</description>
	<pubDate>Fri, 12 Mar 2010 23:06:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Jason Lee</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-55658</link>
		<dc:creator>Jason Lee</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-55658</guid>
		<description>I have gotten Seam 2 working on OC4J, and have a couple of entries up on it:

http://blogs.steeplesoft.com/category/java/oc4j/</description>
		<content:encoded><![CDATA[<p>I have gotten Seam 2 working on OC4J, and have a couple of entries up on it:</p>
<p><a href="http://blogs.steeplesoft.com/category/java/oc4j/" rel="nofollow">http://blogs.steeplesoft.com/category/java/oc4j/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abd obied</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-53086</link>
		<dc:creator>abd obied</dc:creator>
		<pubDate>Wed, 20 Feb 2008 16:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-53086</guid>
		<description>hi :)

Michael Yuan saied
&lt;strong&gt;Oracle: Oracle 10 is known to work with Seam (see examples/jee5 and examples/jpa)&lt;/strong&gt;

did you mean Oracle 11?
since there is not a single example covering OC4J 10 
all of the examples are 11g .
am i missing something ? :)
thanks</description>
		<content:encoded><![CDATA[<p>hi <img src='http://www.michaelyuan.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Michael Yuan saied<br />
<strong>Oracle: Oracle 10 is known to work with Seam (see examples/jee5 and examples/jpa)</strong></p>
<p>did you mean Oracle 11?<br />
since there is not a single example covering OC4J 10<br />
all of the examples are 11g .<br />
am i missing something ? <img src='http://www.michaelyuan.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauro do Valle</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-48835</link>
		<dc:creator>Mauro do Valle</dc:creator>
		<pubDate>Fri, 18 Jan 2008 17:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-48835</guid>
		<description>Hi Michael, I am trying use JBoss Seam 2.0.0GA in Weblogic 10.0.0.
For EL calling javabeans as SEAM components everything goes ok, but not when use EJB 3 SLSB injected into Javabeans. I am thinking the key is the expression to configure for jndi-pattern in components.xml.
I dont know which expression use to jndi-pattern find my EJB in weblogic 10.

If you have any new ideia, please contact me.</description>
		<content:encoded><![CDATA[<p>Hi Michael, I am trying use JBoss Seam 2.0.0GA in Weblogic 10.0.0.<br />
For EL calling javabeans as SEAM components everything goes ok, but not when use EJB 3 SLSB injected into Javabeans. I am thinking the key is the expression to configure for jndi-pattern in components.xml.<br />
I dont know which expression use to jndi-pattern find my EJB in weblogic 10.</p>
<p>If you have any new ideia, please contact me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-46008</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 21 Dec 2007 20:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-46008</guid>
		<description>JSF 1.2 &#38; Facelets on WebSphere:
- change class loading to PARENT_LAST for the application
- get all the required jars</description>
		<content:encoded><![CDATA[<p>JSF 1.2 &amp; Facelets on WebSphere:<br />
- change class loading to PARENT_LAST for the application<br />
- get all the required jars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-45123</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 13 Dec 2007 02:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-45123</guid>
		<description>Hi Michael,

Are you able to elaborate regarding the JSF 1.2 &#38; Facelets tweaks you needed to get Seam working under Websphere? Am trying to get Seam up and running with the EJB3 patch for WS6.1 and am stumbling on this issue myself.

With thanks.</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Are you able to elaborate regarding the JSF 1.2 &amp; Facelets tweaks you needed to get Seam working under Websphere? Am trying to get Seam up and running with the EJB3 patch for WS6.1 and am stumbling on this issue myself.</p>
<p>With thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feedback for Comparing JVM Web Frameworks &#171; Joshua Java</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-41536</link>
		<dc:creator>Feedback for Comparing JVM Web Frameworks &#171; Joshua Java</dc:creator>
		<pubDate>Fri, 16 Nov 2007 02:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-41536</guid>
		<description>[...] Seam works best on JBoss Application Server. Michael Yuan has a brief explanation regarding this. [...]</description>
		<content:encoded><![CDATA[<p>[...] Seam works best on JBoss Application Server. Michael Yuan has a brief explanation regarding this. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henady</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-41022</link>
		<dc:creator>henady</dc:creator>
		<pubDate>Tue, 13 Nov 2007 19:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-41022</guid>
		<description>Hi. What about Apache Geronimo? (IBM WASCE 2.0)I tryed do it but without success... :(</description>
		<content:encoded><![CDATA[<p>Hi. What about Apache Geronimo? (IBM WASCE 2.0)I tryed do it but without success&#8230; <img src='http://www.michaelyuan.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechieExchange</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-40672</link>
		<dc:creator>TechieExchange</dc:creator>
		<pubDate>Sun, 11 Nov 2007 20:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-40672</guid>
		<description>Hi,
Thanks to Seam team for 2.0.0 GA release.

I wrote a step-by-step screencast tutorial to make Seam development as RAD - Rapid Application Development with Eclipse and Tomcat, focussing on developer productivity.

http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks to Seam team for 2.0.0 GA release.</p>
<p>I wrote a step-by-step screencast tutorial to make Seam development as RAD - Rapid Application Development with Eclipse and Tomcat, focussing on developer productivity.</p>
<p><a href="http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/" rel="nofollow">http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siarhei</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-40246</link>
		<dc:creator>Siarhei</dc:creator>
		<pubDate>Thu, 08 Nov 2007 10:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-40246</guid>
		<description>Also I think that the Seam team should have a closer look at the Netweaver Composition Environment which is JEE 5 compliant. And you get pretty decent support on their forums.</description>
		<content:encoded><![CDATA[<p>Also I think that the Seam team should have a closer look at the Netweaver Composition Environment which is JEE 5 compliant. And you get pretty decent support on their forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siarhei</title>
		<link>http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-40245</link>
		<dc:creator>Siarhei</dc:creator>
		<pubDate>Thu, 08 Nov 2007 10:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/07/running-seam-on-non-jboss-application-servers/#comment-40245</guid>
		<description>Btw, the integration with Resin is also on the way (for some time though): http://jira.jboss.org/jira/browse/JBSEAM-1022</description>
		<content:encoded><![CDATA[<p>Btw, the integration with Resin is also on the way (for some time though): <a href="http://jira.jboss.org/jira/browse/JBSEAM-1022" rel="nofollow">http://jira.jboss.org/jira/browse/JBSEAM-1022</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
