<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Techspace &#187; Spring</title>
	<atom:link href="http://parasjain.net/category/spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://parasjain.net</link>
	<description>IT happens only in IT</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:30:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='parasjain.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Techspace &#187; Spring</title>
		<link>http://parasjain.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://parasjain.net/osd.xml" title="Techspace" />
	<atom:link rel='hub' href='http://parasjain.net/?pushpress=hub'/>
		<item>
		<title>Building Web Apps with Spring 3.0  &#8211; Meeting notes</title>
		<link>http://parasjain.net/2009/06/03/building-web-apps-with-spring-3-0-meeting-notes/</link>
		<comments>http://parasjain.net/2009/06/03/building-web-apps-with-spring-3-0-meeting-notes/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 23:31:46 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Rest]]></category>
		<category><![CDATA[Spring 3]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/?p=174</guid>
		<description><![CDATA[This presentation and notes are from the May 2009 Java User group meeting in Twin Cities. You can view the details and download the code from http://www.intertech.com/UserGroups/JUGPresentation.aspx?TopicID=135 It was an excellent presentation. Bob has discussed about new cool features in Spring 3 and how it simplifies the Spring MVC development. These presentation slides are created [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=174&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2009/06/03/building-web-apps-with-spring-3-0-meeting-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
		<item>
		<title>How to configure JCaptcha with your Spring App</title>
		<link>http://parasjain.net/2008/11/11/jcaptcha-with-spring/</link>
		<comments>http://parasjain.net/2008/11/11/jcaptcha-with-spring/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 19:06:05 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[JCaptcha]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Captcha]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/?p=72</guid>
		<description><![CDATA[How to configure and use JCaptcha with your Spring Spring application<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=72&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2008/11/11/jcaptcha-with-spring/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>

		<media:content url="http://parasjain01.files.wordpress.com/2008/11/captchademoscreen.jpg" medium="image">
			<media:title type="html">captchademoscreen</media:title>
		</media:content>
	</item>
		<item>
		<title>MyEclipse Hibernate Spring tutorial &#8211; Managing Hibernate transaction in Spring</title>
		<link>http://parasjain.net/2008/01/20/myeclipse-hibernate-spring-tutorial-managing-hibernate-transaction-in-spring/</link>
		<comments>http://parasjain.net/2008/01/20/myeclipse-hibernate-spring-tutorial-managing-hibernate-transaction-in-spring/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 06:17:09 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Hibernate transaction management in Spring]]></category>
		<category><![CDATA[HibernateDAOSuport in Spring]]></category>
		<category><![CDATA[Spring transaction management]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/2008/01/20/myeclipse-hibernate-spring-tutorial-managing-hibernate-transaction-in-spring/</guid>
		<description><![CDATA[Spring transaction management, Hibernate transaction management in Spring There was a problem/defect in the MyEclipse tutorial on Hibernate Spring. It was not a major problem. The tutorial demonstrates the Spring and Hibernate functionality pretty well. The only problem was that the code does seems to work properly. Because of absence of proper transaction management in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=16&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2008/01/20/myeclipse-hibernate-spring-tutorial-managing-hibernate-transaction-in-spring/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
	</channel>
</rss>
