<?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>WanTii, Inc. Tech Blog &#187; Struts 2</title>
	<atom:link href="http://www.wantii.com/wordpress/?feed=rss2&#038;cat=3" rel="self" type="application/rss+xml" />
	<link>http://www.wantii.com/wordpress</link>
	<description>Discussion of Java on the Web Server...</description>
	<lastBuildDate>Wed, 20 May 2009 03:16:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Writing and Configuring Struts2 Actions (Part 2)</title>
		<link>http://www.wantii.com/wordpress/?p=16</link>
		<comments>http://www.wantii.com/wordpress/?p=16#comments</comments>
		<pubDate>Thu, 12 Jul 2007 00:24:57 +0000</pubDate>
		<dc:creator>Wes Wannemacher</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=16</guid>
		<description><![CDATA[In the last post, I presented an in-depth example of a very simple Struts2 Action. Although this may have been helpful to some, there is much more that can be done with actions. The important aspect of the last example is to understand that Struts2 Actions are simple POJOs. Having your UI built around simple [...]]]></description>
		<wfw:commentRss>http://www.wantii.com/wordpress/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Writing and Configuring Struts2 Actions (Part 1)</title>
		<link>http://www.wantii.com/wordpress/?p=13</link>
		<comments>http://www.wantii.com/wordpress/?p=13#comments</comments>
		<pubDate>Sat, 07 Jul 2007 20:59:28 +0000</pubDate>
		<dc:creator>Wes Wannemacher</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=13</guid>
		<description><![CDATA[The core component of the Struts2 framework is the Action. If you are unfamiliar with the Model 2 or MVC pattern, take a moment to read my previous post on the subject. The action is where you glue your business layer to your web-app. What does that mean, glue your business layer to your web-app? [...]]]></description>
		<wfw:commentRss>http://www.wantii.com/wordpress/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Getting Started with Struts2 (Part 3)</title>
		<link>http://www.wantii.com/wordpress/?p=12</link>
		<comments>http://www.wantii.com/wordpress/?p=12#comments</comments>
		<pubDate>Tue, 03 Jul 2007 18:35:07 +0000</pubDate>
		<dc:creator>Wes Wannemacher</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=12</guid>
		<description><![CDATA[So I have talked and talked in the previous entries without showing any code examples. Finally, it is time to start looking at code. I apologize for waiting this long, but in my defense, the Struts 2.x framework is complex and without thorough coverage, I would not be doing it justice. 



Example #1 &#8211; Hit [...]]]></description>
		<wfw:commentRss>http://www.wantii.com/wordpress/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Getting Started with Struts2 (Part 2)</title>
		<link>http://www.wantii.com/wordpress/?p=10</link>
		<comments>http://www.wantii.com/wordpress/?p=10#comments</comments>
		<pubDate>Tue, 03 Jul 2007 00:36:42 +0000</pubDate>
		<dc:creator>Wes Wannemacher</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=10</guid>
		<description><![CDATA[At this point, you may have read the first part of the series and thought, &#8220;Well&#8230; That&#8217;s nice, but it doesn&#8217;t really help me create a Struts2-based web-app.&#8221; If you were hoping to read that post and then go and create the next flickr.com, then I apologize. In case you have not figured it out [...]]]></description>
		<wfw:commentRss>http://www.wantii.com/wordpress/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Getting Started with Struts2 (Part 1)</title>
		<link>http://www.wantii.com/wordpress/?p=9</link>
		<comments>http://www.wantii.com/wordpress/?p=9#comments</comments>
		<pubDate>Mon, 02 Jul 2007 03:34:33 +0000</pubDate>
		<dc:creator>Wes Wannemacher</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=9</guid>
		<description><![CDATA[To start a Struts2-based project, it is as easy as downloading the appropriate WAR file from the Struts website (http://struts.apache.org) and importing it into the chosen development environment. The choice of developer platform is strictly a matter of preference. Personally, I enjoy using Eclipse Webtools combined with the Websphere AppServer Community Edition. Eclipse Webtools has [...]]]></description>
		<wfw:commentRss>http://www.wantii.com/wordpress/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Struts2 and Model 2</title>
		<link>http://www.wantii.com/wordpress/?p=8</link>
		<comments>http://www.wantii.com/wordpress/?p=8#comments</comments>
		<pubDate>Sun, 01 Jul 2007 05:37:16 +0000</pubDate>
		<dc:creator>Wes Wannemacher</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.wantii.com/wordpress/?p=8</guid>
		<description><![CDATA[


Why Struts?



Any seasoned web application developer will say that every time a new framework is released, there are bound to be zealots touting the merits of said framework. Typically, a language or framework evolves because the core designer becomes frustrated with the state of affairs of the reigning platforms. Web application development is difficult because [...]]]></description>
		<wfw:commentRss>http://www.wantii.com/wordpress/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
