<?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>programcreek.com &#187; Struts 2</title>
	<atom:link href="http://www.programcreek.com/category/struts-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programcreek.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 23:15:51 +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>Struts 2 Tutorial Series: Illustration for Struts 2 Interceptors</title>
		<link>http://www.programcreek.com/2011/09/illustration-for-struts-2-interceptors/</link>
		<comments>http://www.programcreek.com/2011/09/illustration-for-struts-2-interceptors/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 03:53:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Struts 2]]></category>
		<category><![CDATA[Interceptor]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=4114</guid>
		<description><![CDATA[After understanding how action works under Struts 2 framework, it&#8217;s time to understand another important concept of the framework &#8211; Interceptor. Interceptor is used for separating different concerns(e.g. logging) and improve MVC designs(e.g. let action only dealing with model level functions). First of all here is a diagram from Manning book. It mainly shows that [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/09/illustration-for-struts-2-interceptors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struts 2 Tutorial Series: Some notes about Struts 2 Actions</title>
		<link>http://www.programcreek.com/2011/08/some-notes-about-struts-2-actions/</link>
		<comments>http://www.programcreek.com/2011/08/some-notes-about-struts-2-actions/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 02:23:18 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Struts 2]]></category>
		<category><![CDATA[action]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=4086</guid>
		<description><![CDATA[I found that it&#8217;s very easy to forget some details about how Struts 2 works, if I don&#8217;t do Web development everyday or use it on daily basis. Here are some notes about Struts 2 Action that is worth to remember. Bundling actions into packages. This is about configurations in struts.xml file, including package name(a [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/08/some-notes-about-struts-2-actions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struts 2 Tutorials Series: MVC Design Pattern (Diagram)</title>
		<link>http://www.programcreek.com/2011/08/struts-2-tutorials-mvc-design-pattern/</link>
		<comments>http://www.programcreek.com/2011/08/struts-2-tutorials-mvc-design-pattern/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 20:12:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Design Patterns Stories]]></category>
		<category><![CDATA[Struts 2]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=4063</guid>
		<description><![CDATA[Struts 2 follows the Model-View-Controller(MVC) design patterns. The diagram below demonstrates how Struts 2 framework implements MVC components. action &#8211; model result &#8211; view FilterDispatcher &#8211; controller Controller&#8216;s job is to map incoming HTTP requests to actions. Those mapping are defined by using XML-based configuration(struts.xml) or Java annotations. Model in Struts 2 is actions. Each [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/08/struts-2-tutorials-mvc-design-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEVERE: Exception starting filter struts2</title>
		<link>http://www.programcreek.com/2011/08/severe-exception-starting-filter-struts2/</link>
		<comments>http://www.programcreek.com/2011/08/severe-exception-starting-filter-struts2/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 03:20:47 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=4061</guid>
		<description><![CDATA[While developing a sample Strut2 application under eclipse, got this error. After searching a while, could not solve the problem. However, when I clean the .classpath file which can be found under Navigator view, the problem was suddenly gone. I&#8217;m not sure if this is the solution and why, but it seems like that those [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/08/severe-exception-starting-filter-struts2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do we need Java web frameworks like Struts 2?</title>
		<link>http://www.programcreek.com/2011/08/why-do-we-need-java-web-frameworks-like-struts-2/</link>
		<comments>http://www.programcreek.com/2011/08/why-do-we-need-java-web-frameworks-like-struts-2/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 17:18:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=4046</guid>
		<description><![CDATA[There are various kinds of Java web frameworks, such as Spring MVC, JavaServer Faces, Struts 2, etc. For a newbie programmer, there is an exponential learning curve. Why do I need Java web frameworks like Struts 2? This question can be answered by starting from answering how the Servlet API works. Here is a post [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/08/why-do-we-need-java-web-frameworks-like-struts-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Web Frameworks Comparison</title>
		<link>http://www.programcreek.com/2011/08/java-web-frameworks-comparison/</link>
		<comments>http://www.programcreek.com/2011/08/java-web-frameworks-comparison/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 03:16:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=3989</guid>
		<description><![CDATA[Here is a tutorial about comparing java web frameworks, such as JSF, Spring MVC, Struts 2, etc. It is only the high-level view, I think it is a good idea to compare the code level, especially the html/xml code part. Comparing JSF, Spring MVC, Stripes, Struts 2, Tapestry and Wicket View more presentations from Matt [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/08/java-web-frameworks-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

