<?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</title>
	<atom:link href="http://blog.inflinx.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Wed, 10 Oct 2012 03:24:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Spring MVC &#8211; Sitemesh 3 Integration</title>
		<link>http://blog.inflinx.com/2012/10/09/spring-mvc-sitemesh-3-integration/</link>
		<comments>http://blog.inflinx.com/2012/10/09/spring-mvc-sitemesh-3-integration/#comments</comments>
		<pubDate>Wed, 10 Oct 2012 03:18:49 +0000</pubDate>
		<dc:creator>Balaji Varanasi</dc:creator>
				<category><![CDATA[SiteMesh]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Sitemesh 3]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=737</guid>
		<description><![CDATA[Sitemesh is a web page layout/decoration framework that makes it easy to create applications with consistent layout/look and feel. I have used Sitemesh 2 for years and absolutely love it. Sitemesh 3 is a complete rewrite of the framework and has huge performance benefits. A full list of the new features is listed here. In [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/10/09/spring-mvc-sitemesh-3-integration/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>10 Minute Guide to Spring Web Services</title>
		<link>http://blog.inflinx.com/2012/10/05/10-minute-guide-to-spring-web-services/</link>
		<comments>http://blog.inflinx.com/2012/10/05/10-minute-guide-to-spring-web-services/#comments</comments>
		<pubDate>Sat, 06 Oct 2012 03:14:02 +0000</pubDate>
		<dc:creator>Balaji Varanasi</dc:creator>
				<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Web Services]]></category>
		<category><![CDATA[Spring-WS]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=732</guid>
		<description><![CDATA[Spring Web Services simplifies creation of contract-first SOAP based web services. In this blog post, I will create a hello world web service using Spring Web Services. The service will take a string as a parameter, prepends &#8220;Hello &#8221; and returns it. Here are the steps for creating the service: 1. We start by creating [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/10/05/10-minute-guide-to-spring-web-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introduction to Spring Data JPA</title>
		<link>http://blog.inflinx.com/2012/09/15/introduction-to-spring-data-jpa/</link>
		<comments>http://blog.inflinx.com/2012/09/15/introduction-to-spring-data-jpa/#comments</comments>
		<pubDate>Sun, 16 Sep 2012 04:30:11 +0000</pubDate>
		<dc:creator>Balaji Varanasi</dc:creator>
				<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Data]]></category>
		<category><![CDATA[Spring Data JPA]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=722</guid>
		<description><![CDATA[The Spring Data JPA, a sub project of Spring Data is aimed at simplifying repository implementations. Repositories typically provide Create, Read, Update and Delete (CRUD) operations for domain objects. In this blog post, I will show how Spring Data JPA drastically reduces the effort needed to create repositories. We will be using HSQLDB as the [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/09/15/introduction-to-spring-data-jpa/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Spring Async And Future &#8211; Report Generation Example</title>
		<link>http://blog.inflinx.com/2012/09/09/spring-async-and-future-report-generation-example/</link>
		<comments>http://blog.inflinx.com/2012/09/09/spring-async-and-future-report-generation-example/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 00:38:52 +0000</pubDate>
		<dc:creator>Balaji Varanasi</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Async]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=713</guid>
		<description><![CDATA[Spring 3.0 introduced the @Async annotation for executing tasks asynchronously. The asynchronous capabilities are highly useful in situations where we need to execute a long running task before allowing user input. For example, every time we open a Gmail message with attachment, Gmail performs a anti-virus scan before showing the download link to the user. [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/09/09/spring-async-and-future-report-generation-example/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Spring Environment Profiles</title>
		<link>http://blog.inflinx.com/2012/08/26/spring-environment-profiles/</link>
		<comments>http://blog.inflinx.com/2012/08/26/spring-environment-profiles/#comments</comments>
		<pubDate>Mon, 27 Aug 2012 04:14:30 +0000</pubDate>
		<dc:creator>Balaji Varanasi</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Profiles]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=694</guid>
		<description><![CDATA[Often time our web applications depend on properties that can change depending upon the environment (DEV/Stage/Production) the application is running. Examples of these include admin email addresses or URLs to communicate with web services. I am a big advocate of promoting the same war file across all the environments. In order to achieve that, I [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/08/26/spring-environment-profiles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
