<?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>Random Thoughts &#187; Spring</title>
	<atom:link href="http://blog.inflinx.com/tag/spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Mon, 22 Aug 2011 23:31:17 +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 + JTA + JPA + JMS</title>
		<link>http://blog.inflinx.com/2010/04/08/spring-jta-jpa-jms/</link>
		<comments>http://blog.inflinx.com/2010/04/08/spring-jta-jpa-jms/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 00:36:03 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[JMS]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[JTA]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=415</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/04/08/spring-jta-jpa-jms/';
var dzone_title = 'Spring + JTA + JPA + JMS';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
I recently worked on a Spring application that used Hibernate as JPA provider and JTA for transaction demarcation. In this post I will create a simple Order Processing Message Driven Bean that showcases this integration. I will be using an Oracle database and deploy the application on a WebLogic 10.3 server. To keep things manageable, [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/04/08/spring-jta-jpa-jms/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Spring Ehcache Integration</title>
		<link>http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/</link>
		<comments>http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 20:13:05 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[ehcache]]></category>

		<guid isPermaLink="false">http://inflinx.com/blogs/wordpress/?p=121</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/';
var dzone_title = 'Spring Ehcache Integration';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
In this post I will share how to cache method results using Ehcache and Spring AOP. This is based on the post The first step is to add all the required jars to the project. At minimum, the following jars should be present: Spring and related jars (using 2.5.6 version here): spring-2.5.6.jar commons-logging.jar commons-collections.jar aspectjrt.jar [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Integrating Quartz with Spring</title>
		<link>http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/</link>
		<comments>http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 04:26:49 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Quartz]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=106</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/';
var dzone_title = 'Integrating Quartz with Spring';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Spring&#8217;s reference documentation goes over in detail on integrating Quartz with Spring. However, the technique requires extending Spring&#8217;s QuartzJobBean class. Here are steps for achieving the same integration with out dependencies on QuartzJobBean class: Step 1: Create the Quartz job that needs to be scheduled. Here is a simple Hello world job class: public&#160;class&#160;HelloWorldJob&#160;implements&#160;Job { [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

