<?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>fforw.de &#187; spring mvc</title>
	<atom:link href="http://fforw.de/tag/spring_mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://fforw.de</link>
	<description>skip the boring parts</description>
	<lastBuildDate>Sat, 12 Nov 2011 11:54:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hybrid XML-Annotation-based Controllers in Spring</title>
		<link>http://fforw.de/post/hybrid-xml-annotation-based-controllers-in-spring/</link>
		<comments>http://fforw.de/post/hybrid-xml-annotation-based-controllers-in-spring/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 08:59:54 +0000</pubDate>
		<dc:creator>fforw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[annotations]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring mvc]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.willie/?p=6</guid>
		<description><![CDATA[When talking to people about the Spring MVC, it became increasingly clear to me that many are thrilled by the possibilities of using annotation based controllers but are somewhat put off by auto discovery / auto-injecting. Luckily, it&#8217;s pretty easy to combine the power of annotation-based MVC Controller (extremely flexible controller methods, flexible binding and [...]]]></description>
			<content:encoded><![CDATA[<p>When talking to people about the Spring MVC, it became increasingly clear to me that many are thrilled by the possibilities of using annotation based controllers but are somewhat put off by auto discovery / auto-injecting.</p>
<p>Luckily, it&#8217;s pretty easy to combine the power of annotation-based MVC Controller (extremely flexible controller methods, flexible binding and validation) and the advantages of  externally declared beans: You continue to use the <em>@Controller</em> annotation, but you don&#8217;t use a <em>&lt;context:component-scan/></em> directive. </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://fforw.de/post/hybrid-xml-annotation-based-controllers-in-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

