<?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>Fan&#039;s blog &#187; JBoss</title>
	<atom:link href="http://fkpwolf.net/category/jboss/feed/" rel="self" type="application/rss+xml" />
	<link>http://fkpwolf.net</link>
	<description>无为而无不为</description>
	<lastBuildDate>Sun, 13 May 2012 13:24:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Questions on Jboss Seam</title>
		<link>http://fkpwolf.net/2007/01/13/questions-on-jboss-seam/</link>
		<comments>http://fkpwolf.net/2007/01/13/questions-on-jboss-seam/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 14:57:00 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http:///2007/01/13/questions-on-jboss-seam/</guid>
		<description><![CDATA[Obviously, seam has many cool features. There are some questions:1.Seam introduced many kinds of context, and much more than Spring. Are they better than Spring?2.any bean marked with @Name() will be treated as managed component. client just uses &#8220;DumyBean cc = (DumyBean) Component.getInstance(&#8220;dumyBean&#8221;, true);&#8221; to access the bean. Maybe this approach is clearer than Spring [...]]]></description>
			<content:encoded><![CDATA[<p>Obviously, seam has many cool features. There are some questions:<br />1.Seam introduced many kinds of context, and much more than Spring. Are they better than Spring?<br />2.any bean marked with @Name() will be treated as managed component. client just uses &#8220;DumyBean cc = (DumyBean) Component.getInstance(&#8220;dumyBean&#8221;, true);&#8221; to access the bean. Maybe this approach is clearer than Spring xml configuration. Is this approach less efficiently?<br />3.debug.seam page is right around thing! It should exist in Spring. Is it a servlet? Where is its configuration?<br />4.@Logger looks cool. This annotation is introduced by jboss. How to do this?In org.jboss.seam.Component, there is: if ( field.isAnnotationPresent(org.jboss.seam.annotations.Logger.class) )So, It looks that Logger is a build-in service. There is no way to configure it or add my service, yeah?<br />5.eclipse&#8217;s command works very well with Ant? For example: when I click save button, eclipse automatically invokes Ant&#8217;s task. How to do this?6.annotation is largely used in Seam. What about this?</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2007/01/13/questions-on-jboss-seam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

