<?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; Design Pattern</title>
	<atom:link href="http://www.deepakgaikwad.net/index.php/tag/design-pattern/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>Better Design without ActionForm in Struts 2</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/05/29/better-design-without-actionform-in-struts-2.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/05/29/better-design-without-actionform-in-struts-2.html#comments</comments>
		<pubDate>Fri, 29 May 2009 17:21:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Action]]></category>
		<category><![CDATA[ActionForm]]></category>
		<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Struts 1]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=811</guid>
		<description><![CDATA[Struts 2 is different from Struts 1 in many aspects. The intention behind changes in Struts 2 is to enrich this framework by adding new features, supporting web tier features like AJAX, and simultaneously simplifying the development with this framework. This framework change is also in line with current trend of getting job done using plain old Java objects (POJOs) instead of objects extending from framework classes. Providing container that can manage these POJOs without tightly coupling them with framework (e.g. extending classes from framework classes). When Struts moves to ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/05/29/better-design-without-actionform-in-struts-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post Redirect Get Design Pattern</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/19/post-redirect-get-design-pattern.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/19/post-redirect-get-design-pattern.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 07:57:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Post-Redirect-Get]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=507</guid>
		<description><![CDATA[Post redirect get pattern is a solution to duplicate submission of form. Implementation of this pattern does solve this problem, but there are few side effects. This article discusses the pattern along with its advantages, disadvantages and alternatives.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/19/post-redirect-get-design-pattern.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

