<?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>MyHomePageIndia.com &#187; Spring</title>
	<atom:link href="http://www.myhomepageindia.com/index.php/category/spring/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myhomepageindia.com</link>
	<description>Travel Articles and Tech Notes</description>
	<lastBuildDate>Thu, 20 May 2010 06:42:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>URI Template in Spring MVC 3.0</title>
		<link>http://www.myhomepageindia.com/index.php/2009/12/30/uri-template-in-spring-mvc-3-0.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/12/30/uri-template-in-spring-mvc-3-0.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 10:24:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[@PathVariable]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Uri-Template]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=1092</guid>
		<description><![CDATA[URI-template is a string containing one or more variables or place holders which can be replaced to generate URL out of this. Though this feature appears simple, but uses of this can be significant. Suppose we want to have valid a user id or a session id with each in coming request. Instead of retrieving [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/12/30/uri-template-in-spring-mvc-3-0.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Spring MVC 3.0 Tutorial</title>
		<link>http://www.myhomepageindia.com/index.php/2009/12/29/spring-mvc-3-0-tutorial.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/12/29/spring-mvc-3-0-tutorial.html#comments</comments>
		<pubDate>Tue, 29 Dec 2009 15:34:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring MVC Tutorial]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=1085</guid>
		<description><![CDATA[In this post, I am going to give you a start up code base for a Spring MVC 3 based application. If you want to go back and refer to the previous version of Spring MVC then this article will help you. I am assuming that the reader is already aware of Java 5 and [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/12/29/spring-mvc-3-0-tutorial.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Empowering POJOs – Spring vs EJB</title>
		<link>http://www.myhomepageindia.com/index.php/2009/06/02/empowering-pojospring-vs-ejb.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/06/02/empowering-pojospring-vs-ejb.html#comments</comments>
		<pubDate>Tue, 02 Jun 2009 17:45:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[EJB]]></category>
		<category><![CDATA[Spring Webservices]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=817</guid>
		<description><![CDATA[If we look at the way Java open source technologies are advancing around plain old Java objects, we can definitely say that this is an era of POJOs. Now, you may be feeling that writing functionality in simple objects is enough to build a complex application, where rest of the supporting services can be provided [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/06/02/empowering-pojospring-vs-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring MVC Tutorial: Concepts and Code Examples</title>
		<link>http://www.myhomepageindia.com/index.php/2009/03/31/spring-mvc-tutorial-concepts-and-code-examples.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/03/31/spring-mvc-tutorial-concepts-and-code-examples.html#comments</comments>
		<pubDate>Tue, 31 Mar 2009 06:25:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=570</guid>
		<description><![CDATA[This tutorial is to give you complete understanding of Spring MVC concepts along with important code examples.]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/03/31/spring-mvc-tutorial-concepts-and-code-examples.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Spring MVC Validations Example</title>
		<link>http://www.myhomepageindia.com/index.php/2009/03/30/spring-mvc-validations-example.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/03/30/spring-mvc-validations-example.html#comments</comments>
		<pubDate>Mon, 30 Mar 2009 12:06:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=560</guid>
		<description><![CDATA[Most of the presentation tier frameworks provide support to client side validations. Spring MVC is not different in this principle. Just that the way it is implemented is little different.]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/03/30/spring-mvc-validations-example.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Spring MVC Integrated With Tiles on Eclipse and Tomcat</title>
		<link>http://www.myhomepageindia.com/index.php/2009/03/28/spring-mvc-integrated-with-tiles-on-eclipse-and-tomcat.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/03/28/spring-mvc-integrated-with-tiles-on-eclipse-and-tomcat.html#comments</comments>
		<pubDate>Sat, 28 Mar 2009 11:53:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Tiles]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=551</guid>
		<description><![CDATA[This article takes you through steps of integration of Spring MVC with Tiles with source code.]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/03/28/spring-mvc-integrated-with-tiles-on-eclipse-and-tomcat.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hibernate, Spring, Oracle and JUnit Integration on Eclipse</title>
		<link>http://www.myhomepageindia.com/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html#comments</comments>
		<pubDate>Thu, 26 Mar 2009 04:52:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=545</guid>
		<description><![CDATA[This article will take you through the steps required to integrate Spring and Hibernate with Oracle, JUnit on Eclipse. ]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring MVC Tutorial With Command Object on Eclipse and Tomcat</title>
		<link>http://www.myhomepageindia.com/index.php/2009/03/23/spring-mvc-tutorial-with-command-object-on-eclipse-and-tomcat.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/03/23/spring-mvc-tutorial-with-command-object-on-eclipse-and-tomcat.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 06:45:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Command Object]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=528</guid>
		<description><![CDATA[This article is continuation of the Spring MVC Tutorial with Eclipse and Tomcat. Now, let us add the next practical aspect to our code - form or what Spring MVC calls it - command object.  ]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/03/23/spring-mvc-tutorial-with-command-object-on-eclipse-and-tomcat.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Spring MVC Tutorial with Eclipse and Tomcat</title>
		<link>http://www.myhomepageindia.com/index.php/2009/02/08/spring-mvc-tutorial-with-eclipse-and-tomcat.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/02/08/spring-mvc-tutorial-with-eclipse-and-tomcat.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 09:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=253</guid>
		<description><![CDATA[Whenever we start with any new technology, the first step we have to complete is – create a basic project structure and make that technology work. From detailed documentation of the technology, it becomes difficult to find out the first basic building blocks required. This tutorial takes the reader through the elementary steps to create [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/02/08/spring-mvc-tutorial-with-eclipse-and-tomcat.html/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->