<?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: Struts best practices &#8211; white paper on JavaWorld</title>
	<atom:link href="http://technology.amis.nl/2005/02/14/struts-best-practices-white-paper-on-javaworld/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/02/14/struts-best-practices-white-paper-on-javaworld/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=struts-best-practices-white-paper-on-javaworld</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: sandiego</title>
		<link>http://technology.amis.nl/2005/02/14/struts-best-practices-white-paper-on-javaworld/#comment-1737</link>
		<dc:creator>sandiego</dc:creator>
		<pubDate>Mon, 24 Oct 2005 18:15:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=400#comment-1737</guid>
		<description><![CDATA[how can I forward to an action class instead of an &quot;unauthorized&quot; page]]></description>
		<content:encoded><![CDATA[<p>how can I forward to an action class instead of an &#8220;unauthorized&#8221; page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandiego</title>
		<link>http://technology.amis.nl/2005/02/14/struts-best-practices-white-paper-on-javaworld/#comment-1736</link>
		<dc:creator>sandiego</dc:creator>
		<pubDate>Mon, 24 Oct 2005 17:59:33 +0000</pubDate>
		<guid isPermaLink="false">/?p=400#comment-1736</guid>
		<description><![CDATA[How can I call a action class instead of calling &quot;unauthorized&quot; page?]]></description>
		<content:encoded><![CDATA[<p>How can I call a action class instead of calling &#8220;unauthorized&#8221; page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandiego</title>
		<link>http://technology.amis.nl/2005/02/14/struts-best-practices-white-paper-on-javaworld/#comment-1735</link>
		<dc:creator>sandiego</dc:creator>
		<pubDate>Mon, 24 Oct 2005 17:57:36 +0000</pubDate>
		<guid isPermaLink="false">/?p=400#comment-1735</guid>
		<description><![CDATA[In this case you are forwarding to an page which should be outside WEB-INF folder. Instead I would like to call an Action class. How can I do that?]]></description>
		<content:encoded><![CDATA[<p>In this case you are forwarding to an page which should be outside WEB-INF folder. Instead I would like to call an Action class. How can I do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://technology.amis.nl/2005/02/14/struts-best-practices-white-paper-on-javaworld/#comment-1734</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Tue, 15 Feb 2005 16:55:56 +0000</pubDate>
		<guid isPermaLink="false">/?p=400#comment-1734</guid>
		<description><![CDATA[Leon,

Thanks a lot. That was what I was looking for. It is like you say: no hard-coded reference to a JSP - a reference that I did not like at all. This is much cleaner.

Lucas]]></description>
		<content:encoded><![CDATA[<p>Leon,</p>
<p>Thanks a lot. That was what I was looking for. It is like you say: no hard-coded reference to a JSP &#8211; a reference that I did not like at all. This is much cleaner.</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon van Tegelen</title>
		<link>http://technology.amis.nl/2005/02/14/struts-best-practices-white-paper-on-javaworld/#comment-1733</link>
		<dc:creator>Leon van Tegelen</dc:creator>
		<pubDate>Mon, 14 Feb 2005 21:17:13 +0000</pubDate>
		<guid isPermaLink="false">/?p=400#comment-1733</guid>
		<description><![CDATA[The actual way to do it would be to forward to a global forward named &quot;unauthorized&quot; in the struts-config, like so
{
   ForwardConfig fc = mapping.getModuleConfig().findForwardConfig(&quot;unauthorized&quot;);
   request.getRequestDispatcher(fc.getPath()).forward(request,response);
}

No need for hardcoded errropage ...]]></description>
		<content:encoded><![CDATA[<p>The actual way to do it would be to forward to a global forward named &#8220;unauthorized&#8221; in the struts-config, like so<br />
{<br />
   ForwardConfig fc = mapping.getModuleConfig().findForwardConfig(&#8220;unauthorized&#8221;);<br />
   request.getRequestDispatcher(fc.getPath()).forward(request,response);<br />
}</p>
<p>No need for hardcoded errropage &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper</title>
		<link>http://technology.amis.nl/2005/02/14/struts-best-practices-white-paper-on-javaworld/#comment-1732</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Mon, 14 Feb 2005 16:26:36 +0000</pubDate>
		<guid isPermaLink="false">/?p=400#comment-1732</guid>
		<description><![CDATA[Matthew: without lowering ourselfs to a framework-flamewar, could you elaborate on that?]]></description>
		<content:encoded><![CDATA[<p>Matthew: without lowering ourselfs to a framework-flamewar, could you elaborate on that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Payne</title>
		<link>http://technology.amis.nl/2005/02/14/struts-best-practices-white-paper-on-javaworld/#comment-1731</link>
		<dc:creator>Matthew Payne</dc:creator>
		<pubDate>Mon, 14 Feb 2005 15:54:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=400#comment-1731</guid>
		<description><![CDATA[Best practice #1:
Just switch to webwork and be done with it.]]></description>
		<content:encoded><![CDATA[<p>Best practice #1:<br />
Just switch to webwork and be done with it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
