<?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>DeepakGaikwad.net &#187; Spring</title>
	<atom:link href="http://www.deepakgaikwad.net/index.php/category/spring/feed" rel="self" type="application/rss+xml" />
	<link>http://www.deepakgaikwad.net</link>
	<description>Travel Articles and Tech Notes</description>
	<lastBuildDate>Thu, 19 Jan 2012 09:18:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>URI Template in Spring MVC 3.0</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/12/30/uri-template-in-spring-mvc-3-0.html</link>
		<comments>http://www.deepakgaikwad.net/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.deepakgaikwad.net/?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 this attribute from request or session object, we receive as a url variable. Let us see how this works.
http://localhost:8080/getCustomerDetails -&#62; CustomerDetailsController
The mandatory input parameter in this case will be customer id. Any request that comes ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/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.deepakgaikwad.net/index.php/2009/12/29/spring-mvc-3-0-tutorial.html</link>
		<comments>http://www.deepakgaikwad.net/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.deepakgaikwad.net/?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 Spring basic concepts like annotations, dependency injection etc. Spring 3.0 has extensively used the popular annotation feature of Java 5. As we move ahead in this article, I’ll mention more new things wherever applicable.
It will ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/12/29/spring-mvc-3-0-tutorial.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Empowering POJOs – Spring vs EJB</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/06/02/empowering-pojospring-vs-ejb.html</link>
		<comments>http://www.deepakgaikwad.net/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.deepakgaikwad.net/?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 externally. Spring has be the front runner in building technology around POJOs. But Sun&#8217;s recent releases of SDK and JEE are focusing on the same principle. EJB is not left out from Sun&#8217;s this focus, ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/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.deepakgaikwad.net/index.php/2009/03/31/spring-mvc-tutorial-concepts-and-code-examples.html</link>
		<comments>http://www.deepakgaikwad.net/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.deepakgaikwad.net/?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.deepakgaikwad.net/index.php/2009/03/31/spring-mvc-tutorial-concepts-and-code-examples.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Spring MVC Validations Example</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/30/spring-mvc-validations-example.html</link>
		<comments>http://www.deepakgaikwad.net/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.deepakgaikwad.net/?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.deepakgaikwad.net/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.deepakgaikwad.net/index.php/2009/03/28/spring-mvc-integrated-with-tiles-on-eclipse-and-tomcat.html</link>
		<comments>http://www.deepakgaikwad.net/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.deepakgaikwad.net/?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.deepakgaikwad.net/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.deepakgaikwad.net/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html</link>
		<comments>http://www.deepakgaikwad.net/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.deepakgaikwad.net/?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.deepakgaikwad.net/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spring MVC Tutorial With Command Object on Eclipse and Tomcat</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/23/spring-mvc-tutorial-with-command-object-on-eclipse-and-tomcat.html</link>
		<comments>http://www.deepakgaikwad.net/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.deepakgaikwad.net/?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.deepakgaikwad.net/index.php/2009/03/23/spring-mvc-tutorial-with-command-object-on-eclipse-and-tomcat.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Spring MVC Tutorial with Eclipse and Tomcat</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/02/08/spring-mvc-tutorial-with-eclipse-and-tomcat.html</link>
		<comments>http://www.deepakgaikwad.net/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.deepakgaikwad.net/?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 a working Spring MVC project in Eclipse IDE and make it work on Tomcat. The technology involved are – Eclipse IDE (3.4.x), Tomcat (6.0), Java (1.5), Spring (2.5.5) and dependencies of Spring.
Create new Dynamic Web ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/02/08/spring-mvc-tutorial-with-eclipse-and-tomcat.html/feed</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
	</channel>
</rss>

