<?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>Software is too expensive to build cheaply... &#187; struts</title>
	<atom:link href="http://twasink.net/blog/tags/struts/feed/" rel="self" type="application/rss+xml" />
	<link>http://twasink.net/blog</link>
	<description>Robert's Rambling Ruminations Regarding Reality</description>
	<lastBuildDate>Fri, 16 Jul 2010 06:57:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gotcha with Struts/WebLogic and forwarding multi-part requests</title>
		<link>http://twasink.net/blog/2004/09/gotcha-with-strutsweblogic-and-forwarding-multi-part-requests/</link>
		<comments>http://twasink.net/blog/2004/09/gotcha-with-strutsweblogic-and-forwarding-multi-part-requests/#comments</comments>
		<pubDate>Fri, 24 Sep 2004 06:24:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[web app]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=74</guid>
		<description><![CDATA[Turns out that, with Struts 1.1. at least, this can be a bad thing to do. Why? You lose the parameters on the request.

Some background: when you specify a certain encoding type for HTML forms (multipart/form-data),[1] Struts turns this into a type of request called the MultipartRequestWrapper. This is done because the container implementations don&#8217;t [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/09/gotcha-with-strutsweblogic-and-forwarding-multi-part-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow-up on IoC with Struts</title>
		<link>http://twasink.net/blog/2004/09/follow-up-on-ioc-with-struts/</link>
		<comments>http://twasink.net/blog/2004/09/follow-up-on-ioc-with-struts/#comments</comments>
		<pubDate>Sun, 12 Sep 2004 10:27:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ioc]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=72</guid>
		<description><![CDATA[Don Brown made a very good point about a gotcha with the IoC technique I demonstrated with Struts: it&#8217;s potentially not threadsafe.

For me, that wasn&#8217;t a problem: the dependencies I inject are threadsafe (and are because Struts Actions aren&#8217;t). However, in general, it is certainly worth remembering that Struts Actions are potentially invoked by multiple [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/09/follow-up-on-ioc-with-struts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roll-Your-Own IoC with Struts</title>
		<link>http://twasink.net/blog/2004/09/roll-your-own-ioc-with-struts/</link>
		<comments>http://twasink.net/blog/2004/09/roll-your-own-ioc-with-struts/#comments</comments>
		<pubDate>Tue, 07 Sep 2004 21:00:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ioc]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=70</guid>
		<description><![CDATA[IoC, aka dependency injection, is the current trend. The idea is simple: create your normal class, and rather than going and fetching things you might want (like datasources, factories, and so on), get them given to you instead. This greatly facilitates things like unit testing, because you&#8217;ve got a lot less dependencies to set up.
Struts [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/09/roll-your-own-ioc-with-struts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
