<?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>72Miles is no longer available.</title>
	<atom:link href="http://72miles.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://72miles.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 01 Jul 2008 01:34:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Spring: Many applicationContext.xml &gt; One applicationContext.xml</title>
		<link>http://72miles.com/blog/spring-many-applicationcontextxml-one-applicationcontextxml/</link>
		<comments>http://72miles.com/blog/spring-many-applicationcontextxml-one-applicationcontextxml/#comments</comments>
		<pubDate>Sat, 24 May 2008 22:49:40 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://72miles.com/blog/?p=27</guid>
		<description><![CDATA[This is a short introduction to splitting up your bean definitions from one single Spring application context, to many application contexts. That is, from one XML file to many XML files. The general idea is to have one single primary application context, usually titled applicationContext.xml, and then many other application contexts with are named what [...]]]></description>
		<wfw:commentRss>http://72miles.com/blog/spring-many-applicationcontextxml-one-applicationcontextxml/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Spring: OpenSessionInViewInterceptor &amp; OpenSessionInViewFilter Examples</title>
		<link>http://72miles.com/blog/spring-opensessioninviewinterceptor-opensessioninviewfilter-examples/</link>
		<comments>http://72miles.com/blog/spring-opensessioninviewinterceptor-opensessioninviewfilter-examples/#comments</comments>
		<pubDate>Sat, 24 May 2008 19:48:07 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://72miles.com/blog/?p=26</guid>
		<description><![CDATA[This post on OpenSessionInViewInterceptor vs. OpenSessionInViewFilter gets a lot of views from developers who are searching &#8220;OpenSessionInViewFilter&#8221; and &#8220;OpenSessionInViewFilter&#8221;. I&#8217;d guess, a lot of them are looking for examples. I don&#8217;t want to disappoint anyone so here are example setups of both the filter and the interceptor. OpenSessionInViewInterceptor This goes into your action-servlet.xml. [code="xml"] [/code] [...]]]></description>
		<wfw:commentRss>http://72miles.com/blog/spring-opensessioninviewinterceptor-opensessioninviewfilter-examples/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Spring: OpenSessionInViewInterceptor vs. OpenSessionInViewFilter</title>
		<link>http://72miles.com/blog/spring-opensessioninviewinterceptor-vs-opensessioninviewfilter/</link>
		<comments>http://72miles.com/blog/spring-opensessioninviewinterceptor-vs-opensessioninviewfilter/#comments</comments>
		<pubDate>Sat, 24 May 2008 19:38:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://72miles.com/blog/?p=25</guid>
		<description><![CDATA[Problem: Assuming you&#8217;re using an ORM, such as Hibernate, rendering the view with business objects that have many-to-one or one-to-one relationships might try to access a detached object with a lazy property and throw a LazyInitializationException. For this reason, we&#8217;re provided with the Open Session In View pattern. Solution: The Open Session In View pattern [...]]]></description>
		<wfw:commentRss>http://72miles.com/blog/spring-opensessioninviewinterceptor-vs-opensessioninviewfilter/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

