<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Getting Started with Struts2 (Part 1)</title>
	<atom:link href="http://www.wantii.com/wordpress/?feed=rss2&#038;p=9" rel="self" type="application/rss+xml" />
	<link>http://www.wantii.com/wordpress/?p=9</link>
	<description>Discussion of Java on the Web Server...</description>
	<lastBuildDate>Fri, 09 Oct 2009 11:32:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nancy Wang</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-40452</link>
		<dc:creator>Nancy Wang</dc:creator>
		<pubDate>Sun, 02 Aug 2009 05:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-40452</guid>
		<description>I have two questions:
1. Should &quot;example.xml&quot; be located in 
/WEB-INF/classes?

2. Does web.xml include any information about &quot;example.xml&quot;?

Thanks.</description>
		<content:encoded><![CDATA[<p>I have two questions:<br />
1. Should &#8220;example.xml&#8221; be located in<br />
/WEB-INF/classes?</p>
<p>2. Does web.xml include any information about &#8220;example.xml&#8221;?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad K</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-39944</link>
		<dc:creator>Prasad K</dc:creator>
		<pubDate>Fri, 10 Jul 2009 10:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-39944</guid>
		<description>Very nice article. Important thing is that it is explained Struts 2 in required details without referring Maven&#039;s repository Strut&#039;s examples.
Thanks for giving essential dependency&#039;s details too.</description>
		<content:encoded><![CDATA[<p>Very nice article. Important thing is that it is explained Struts 2 in required details without referring Maven&#8217;s repository Strut&#8217;s examples.<br />
Thanks for giving essential dependency&#8217;s details too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoop</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-38253</link>
		<dc:creator>Anoop</dc:creator>
		<pubDate>Fri, 10 Apr 2009 06:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-38253</guid>
		<description>Really good. Best intro to Struts2 I&#039;ve seen yet.</description>
		<content:encoded><![CDATA[<p>Really good. Best intro to Struts2 I&#8217;ve seen yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghufran</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-37681</link>
		<dc:creator>Ghufran</dc:creator>
		<pubDate>Tue, 24 Mar 2009 17:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-37681</guid>
		<description>Very helpful article.

I have imported the the war file in RAD initially it didn&#039;t work due to the location of Java files those were not compiled. I have moved the Java files to the source folder and it worked perfectly.</description>
		<content:encoded><![CDATA[<p>Very helpful article.</p>
<p>I have imported the the war file in RAD initially it didn&#8217;t work due to the location of Java files those were not compiled. I have moved the Java files to the source folder and it worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: talip</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-14805</link>
		<dc:creator>talip</dc:creator>
		<pubDate>Thu, 12 Jun 2008 10:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-14805</guid>
		<description>great!
Thank you so much</description>
		<content:encoded><![CDATA[<p>great!<br />
Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-11999</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Thu, 15 May 2008 16:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-11999</guid>
		<description>can u please eloborate on URL concept in this perticular posting</description>
		<content:encoded><![CDATA[<p>can u please eloborate on URL concept in this perticular posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sl</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-10669</link>
		<dc:creator>sl</dc:creator>
		<pubDate>Fri, 25 Apr 2008 20:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-10669</guid>
		<description>I tired to run this configuration in IBM Websphere RAD, but i cannot run it. If i install my WAR file AS-IS, it RUN. But if i extract out the contents of the WAR file, to make some code changes, it WebSphere RAD complains of not finding the Action Classes

Any Ideas??</description>
		<content:encoded><![CDATA[<p>I tired to run this configuration in IBM Websphere RAD, but i cannot run it. If i install my WAR file AS-IS, it RUN. But if i extract out the contents of the WAR file, to make some code changes, it WebSphere RAD complains of not finding the Action Classes</p>
<p>Any Ideas??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boobalan</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-8023</link>
		<dc:creator>Boobalan</dc:creator>
		<pubDate>Thu, 06 Mar 2008 07:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-8023</guid>
		<description>Nice but we expect much explore</description>
		<content:encoded><![CDATA[<p>Nice but we expect much explore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RuthraMoorthy.P from cbe</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-8022</link>
		<dc:creator>RuthraMoorthy.P from cbe</dc:creator>
		<pubDate>Thu, 06 Mar 2008 06:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-8022</guid>
		<description>In this article describing ths struts2 is very simple for beginners...</description>
		<content:encoded><![CDATA[<p>In this article describing ths struts2 is very simple for beginners&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohit</title>
		<link>http://www.wantii.com/wordpress/?p=9&#038;cpage=1#comment-7927</link>
		<dc:creator>rohit</dc:creator>
		<pubDate>Tue, 04 Mar 2008 10:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9#comment-7927</guid>
		<description>hey.
really great article. simple and direct.
cleared quite a few things for me. now gonna read the second part. hope tht one helps too.
thanks!!</description>
		<content:encoded><![CDATA[<p>hey.<br />
really great article. simple and direct.<br />
cleared quite a few things for me. now gonna read the second part. hope tht one helps too.<br />
thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
