<?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>Fri, 18 May 2012 21:35:50 +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>Getting Started with Spring Web Flow &#8211; Part 1</title>
		<link>http://blog.inflinx.com/2012/05/18/getting-started-with-spring-web-flow-part-1/</link>
		<comments>http://blog.inflinx.com/2012/05/18/getting-started-with-spring-web-flow-part-1/#comments</comments>
		<pubDate>Fri, 18 May 2012 09:21:11 +0000</pubDate>
		<dc:creator>Balaji Varanasi</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Sample Application]]></category>
		<category><![CDATA[Spring Web Flow]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=658</guid>
		<description><![CDATA[Spring Web Flow is a sub project of Spring that can be used to model user interface activities as flows. For example, consider the scenario of looking up an employee using an Employee directory application. This activity involves entering the employee&#8217;s name, filtering through the search results and viewing the details of the employee. Spring [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/05/18/getting-started-with-spring-web-flow-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring MVC 3.1.1 Archetype</title>
		<link>http://blog.inflinx.com/2012/05/18/spring-mvc-3-1-1-archetype/</link>
		<comments>http://blog.inflinx.com/2012/05/18/spring-mvc-3-1-1-archetype/#comments</comments>
		<pubDate>Fri, 18 May 2012 08:46:26 +0000</pubDate>
		<dc:creator>Balaji Varanasi</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Archetypes]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=655</guid>
		<description><![CDATA[I have created a new Maven archetype for creating Spring MVC 3.1.1 based web applications. If you are interested in creating your own archetypes or instructions on using this archetype, refer to my Creating Maven Archetypes – Spring MVC Example blog post.]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/05/18/spring-mvc-3-1-1-archetype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Book &#8211; Practical Spring LDAP</title>
		<link>http://blog.inflinx.com/2012/05/17/my-book-practical-spring-ldap/</link>
		<comments>http://blog.inflinx.com/2012/05/17/my-book-practical-spring-ldap/#comments</comments>
		<pubDate>Thu, 17 May 2012 18:39:46 +0000</pubDate>
		<dc:creator>Balaji Varanasi</dc:creator>
				<category><![CDATA[Ldap]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Spring LDAP Book]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=648</guid>
		<description><![CDATA[I am excited to share that my &#8220;Practical Spring LDAP&#8221; book is now available on Amazon. This is the only book the provides a complete coverage of Spring LDAP Framework. More details are available at the book&#8217;s website.]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/05/17/my-book-practical-spring-ldap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON/XML/RSS Rest Endpoints using Spring 3.1</title>
		<link>http://blog.inflinx.com/2012/05/13/jsonxmlrss-rest-endpoints-using-spring-3-1/</link>
		<comments>http://blog.inflinx.com/2012/05/13/jsonxmlrss-rest-endpoints-using-spring-3-1/#comments</comments>
		<pubDate>Sun, 13 May 2012 08:43:53 +0000</pubDate>
		<dc:creator>Balaji Varanasi</dc:creator>
				<category><![CDATA[Rest]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Rest Endpoint]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=629</guid>
		<description><![CDATA[Spring 3.0 introduced support for REST and this has got even better with Spring 3.1. In this post, I will use Spring 3.1 to create REST endpoints that will serve book information in JSON, XML and RSS formats. The source code for this blog post can be downloaded from here. To get started, add the [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/05/13/jsonxmlrss-rest-endpoints-using-spring-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Jackson for Java/JSON Conversion</title>
		<link>http://blog.inflinx.com/2012/05/10/using-jackson-for-javajson-conversion/</link>
		<comments>http://blog.inflinx.com/2012/05/10/using-jackson-for-javajson-conversion/#comments</comments>
		<pubDate>Fri, 11 May 2012 05:23:18 +0000</pubDate>
		<dc:creator>Sudha Belida</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Rest]]></category>
		<category><![CDATA[Jackson]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=624</guid>
		<description><![CDATA[Jackson is one of the popular Java libraries that makes dealing with JSON easier. In this post, I will share techniques for converting JSON to Java and vice-versa. The first thing we need to do is download the Jackson jar. Maven users can simply include this dependency: &#60;dependency> &#60;groupId>org.codehaus.jackson&#60;/groupId&#62; &#60;artifactId>jackson-jaxrs&#60;/artifactId&#62; &#60;version>1.9.7&#60;/version&#62; &#60;/dependency&#62; Converting Java objects [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2012/05/10/using-jackson-for-javajson-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

