<?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>Peter Friese &#187; Spring</title>
	<atom:link href="http://www.peterfriese.de/category/computer/java/spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterfriese.de</link>
	<description>mobile / model-driven</description>
	<lastBuildDate>Mon, 14 Nov 2011 16:14:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Model Driven Architecture and Spring &#8211;  friend or foe?</title>
		<link>http://www.peterfriese.de/model-driven-architecture-and-spring-friend-or-foe/</link>
		<comments>http://www.peterfriese.de/model-driven-architecture-and-spring-friend-or-foe/#comments</comments>
		<pubDate>Mon, 19 Sep 2005 23:14:00 +0000</pubDate>
		<dc:creator>Peter Friese</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MDA]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://f3.tobject.de/2005/09/20/model-driven-architecture-and-spring-friend-or-foe/</guid>
		<description><![CDATA[Issue 10.2005 of the german Java Magazin contains an article by Markus Völter, Eberhard Wolff and me about how the Spring framework and model driven concepts fit together. You can read the article online.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.javamagazin.de/itr/ausgaben/psecom,id,285,nodeid,20.html">Issue 10.2005</a> of the german Java Magazin contains an article by <a href="http://www.voelter.de/">Markus Völter</a>, <a href="http://jandiandme.blogspot.com/">Eberhard Wolff</a> and <a href="http://f3.tobject.de/about/">me</a> about how the <a href="http://www.springframework.org/">Spring framework</a> and model driven concepts fit together. You can <a href="http://f3.tobject.de/wp-content/downloads/articles/spring_und_generierung.pdf">read the article online</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peterfriese.de/model-driven-architecture-and-spring-friend-or-foe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loading more than one applicationContext XML file into a Spring context</title>
		<link>http://www.peterfriese.de/loading-more-than-one-applicationcontext-xml-file-into-a-spring-context/</link>
		<comments>http://www.peterfriese.de/loading-more-than-one-applicationcontext-xml-file-into-a-spring-context/#comments</comments>
		<pubDate>Wed, 26 Jan 2005 14:32:42 +0000</pubDate>
		<dc:creator>Peter Friese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://f3.tobject.de/2005/03/25/loading-more-than-one-applicationcontext-xml-file-into-a-spring-context/</guid>
		<description><![CDATA[You can use this command to load more than one application context file into a spring context: String serviceContextLocation = "service.xml"; String serverContextLocation = "server.xml"; ClassPathXmlApplicationContext combinedContext = new ClassPathXmlApplicationContext(new String[] {serviceContextLocation, serverContextLocation});]]></description>
			<content:encoded><![CDATA[<p>You can use this command to load more than one application context file into a spring context:</p>
<p><code>String serviceContextLocation = "service.xml";<br />
String serverContextLocation = "server.xml";<br />
ClassPathXmlApplicationContext combinedContext = new ClassPathXmlApplicationContext(new String[] {serviceContextLocation, serverContextLocation});</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.peterfriese.de/loading-more-than-one-applicationcontext-xml-file-into-a-spring-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

