<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>72Miles is no longer available.</title>
	<link>http://72miles.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 01 Jul 2008 01:34:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Spring: Many applicationContext.xml &gt; One applicationContext.xml</title>
		<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>
		<link>http://72miles.com/blog/spring-many-applicationcontextxml-one-applicationcontextxml/</link>
			</item>
	<item>
		<title>Spring: OpenSessionInViewInterceptor &amp; OpenSessionInViewFilter Examples</title>
		<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>
		<link>http://72miles.com/blog/spring-opensessioninviewinterceptor-opensessioninviewfilter-examples/</link>
			</item>
	<item>
		<title>Spring: OpenSessionInViewInterceptor vs. OpenSessionInViewFilter</title>
		<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>
		<link>http://72miles.com/blog/spring-opensessioninviewinterceptor-vs-opensessioninviewfilter/</link>
			</item>
</channel>
</rss>

