<?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; Jsp</title>
	<atom:link href="http://www.deepakgaikwad.net/index.php/category/jsp/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>Revised Jsp Best Practices</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/11/17/revised-jsp-best-practices.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/11/17/revised-jsp-best-practices.html#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=981</guid>
		<description><![CDATA[JSPs are an integral part of a web application. If jsps are not coded properly, then it becomes a most unorganized piece of code. You must have seen huge jsps, which end up as a source of defects, and asking you to change them many times. Maintaining such code becomes a very expensive activity. Also it impacts stability of entire application. Following few simple practices can change working on jsp into a happy activity.
1. Reuse Common HTML
There are two main advantages of it. First is &#8211; you are maximising reuse ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/11/17/revised-jsp-best-practices.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Jsp Technology</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/28/using-jsp-technology.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/28/using-jsp-technology.html#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:28:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tech Notes]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=696</guid>
		<description><![CDATA[This article gives details of different usages of Jsp technology in isolation and also with other technologies.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/28/using-jsp-technology.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implicit Objects in JSP</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/16/implicit-objects-in-jsp.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/16/implicit-objects-in-jsp.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:35:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tech Notes]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=656</guid>
		<description><![CDATA[Implicit object are those objects which are available in jsp by default. Developer does not need to declare these objects, the web container creates them. Such objects are discussed here.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/16/implicit-objects-in-jsp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Request Handling in JSP</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/16/request-handling-in-jsp.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/16/request-handling-in-jsp.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:34:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tech Notes]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=658</guid>
		<description><![CDATA[Jsp works on simple request response model by handling requests through the _jspService() method of generated servlet. We discuss request processing in detail here.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/16/request-handling-in-jsp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Server Pages Standard Tag Library (JSTL)</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/16/java-server-pages-standard-tag-library-jstl.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/16/java-server-pages-standard-tag-library-jstl.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:24:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[JSTL]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=675</guid>
		<description><![CDATA[Along with JSP technology, Sun offered a standard tag library called JavaServerPages Standard Tag Library (JSTL). We discuss details of JSTL in this article.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/16/java-server-pages-standard-tag-library-jstl.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unified Expression Language for JSP</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/16/unified-expression-language-for-jsp.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/16/unified-expression-language-for-jsp.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:17:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Unified Expression Language]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=672</guid>
		<description><![CDATA[Unified expression language is used in Jsps to avoid javascript to improve readability. Here we discuss details of this new version of expression language.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/16/unified-expression-language-for-jsp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Custom Tags in JSP</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/16/using-custom-tags-in-jsp.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/16/using-custom-tags-in-jsp.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:04:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Custom Tag]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=665</guid>
		<description><![CDATA[If we look at the open source frameworks for presentation tier, you will find most of them providing custom tag libraries for the Jsp development. ]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/16/using-custom-tags-in-jsp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Java Beans in JSP</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/16/using-java-beans-in-jsp.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/16/using-java-beans-in-jsp.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:55:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Java Bean]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=660</guid>
		<description><![CDATA[Java bean is a Plain Old Java Object (POJO) having few attributes and getter and setter methods in it. These POJOs can be used in JSPs to send data to the server. Let us go through details of it.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/16/using-java-beans-in-jsp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Elements of Jsp</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/16/elements-of-jsp.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/16/elements-of-jsp.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:36:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tech Notes]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=652</guid>
		<description><![CDATA[Jsp syntax contains many elements which are used to change behavior of a Jsp and subsequently the generated servlet. This article focuses on such elements.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/16/elements-of-jsp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JSP Life Cycle</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/15/jsp-life-cycle.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/15/jsp-life-cycle.html#comments</comments>
		<pubDate>Wed, 15 Apr 2009 17:15:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Life Cycle]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=643</guid>
		<description><![CDATA[This article explains Jsp lifecycle in detail.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/15/jsp-life-cycle.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

