<?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/category/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>Creating Maven Archetypes &#8211; Spring MVC Example</title>
		<link>http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/</link>
		<comments>http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 04:18:39 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[m2Eclipse]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Arhcetype]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=433</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/16/creating-maven-archetypes-spring-mvc-example/';
var dzone_title = 'Creating Maven Archetypes &#8211; Spring MVC Example';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Maven Archetypes are project templates that allow users easily create new projects. Maven Archetypes are great way to share best practices and enforce consistency beyond Maven&#8217;s standard directory structure. For example, an organization can provide its developers an archetype bundled with company&#8217;s approved CSS and JavaScript libraries. Recently, I have been creating a lot of [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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 EJB 3 Integration</title>
		<link>http://blog.inflinx.com/2010/03/23/spring-ejb-3-integration/</link>
		<comments>http://blog.inflinx.com/2010/03/23/spring-ejb-3-integration/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 00:32:15 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=402</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/03/23/spring-ejb-3-integration/';
var dzone_title = 'Spring EJB 3 Integration';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Integrating Spring with EJB allows Session and Message Driven Beans leverage existing Spring infrastructure easily. In this post, I will show how to access Spring beans from a Message Driven Bean. This post builds on my previous &#8220;EJB 3 Message Driven Beans in WebLogic 10.3&#8243; post. Step 1: Add the following Spring jar files to [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/03/23/spring-ejb-3-integration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JSR 303 Bean Validation Using Spring 3</title>
		<link>http://blog.inflinx.com/2010/03/10/jsr-303-bean-validation-using-spring-3/</link>
		<comments>http://blog.inflinx.com/2010/03/10/jsr-303-bean-validation-using-spring-3/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 03:19:14 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[JSR 303]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=359</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/03/10/jsr-303-bean-validation-using-spring-3/';
var dzone_title = 'JSR 303 Bean Validation Using Spring 3';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
The JSR 303 specification provides a metadata model for JavaBean validation. The validation API provides a variety of annotations that makes validation easy at any layer. In this post I will demo Spring 3&#8242;s support for JSR 303 in the web layer. You can download the code here (eclipse project). The first part of the [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/03/10/jsr-303-bean-validation-using-spring-3/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Theming Websites using Spring MVC</title>
		<link>http://blog.inflinx.com/2009/10/08/theming-websites-using-spring-mvc/</link>
		<comments>http://blog.inflinx.com/2009/10/08/theming-websites-using-spring-mvc/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 02:41:55 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=273</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/10/08/theming-websites-using-spring-mvc/';
var dzone_title = 'Theming Websites using Spring MVC';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Many websites today allow their users to theme or change the look and feel of their sites. Gmail for example, currently provides over 34 themes to skin the mail interface. Themes can make websites more interactive and put the user in the driver seat when it comes to experiencing the site. Conceptually, a theme is [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2009/10/08/theming-websites-using-spring-mvc/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

