<?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"
	>
<channel>
	<title>Comments for A Public Scratchpad</title>
	<atom:link href="http://daniel.gredler.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.gredler.net</link>
	<description></description>
	<pubDate>Sat, 19 Jul 2008 10:43:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on Java Remoting: Protocol Benchmarks by SaaSMan</title>
		<link>http://daniel.gredler.net/2008/01/07/java-remoting-protocol-benchmarks/#comment-504</link>
		<dc:creator>SaaSMan</dc:creator>
		<pubDate>Sun, 08 Jun 2008 14:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.gredler.net/2008/01/07/java-remoting-protocol-benchmarks/#comment-504</guid>
		<description>I found this blog entry while researching Java serialization performance. My objective is to efficiently serialize 5,000 to 10,000 pojo objects and store these as a blob on Amazon S3 storage service. Does the wide range of results here effectively highlight the performance of the underlying serialization implementations?</description>
		<content:encoded><![CDATA[<p>I found this blog entry while researching Java serialization performance. My objective is to efficiently serialize 5,000 to 10,000 pojo objects and store these as a blob on Amazon S3 storage service. Does the wide range of results here effectively highlight the performance of the underlying serialization implementations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Remoting: Protocol Benchmarks by surender</title>
		<link>http://daniel.gredler.net/2008/01/07/java-remoting-protocol-benchmarks/#comment-502</link>
		<dc:creator>surender</dc:creator>
		<pubDate>Wed, 04 Jun 2008 14:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.gredler.net/2008/01/07/java-remoting-protocol-benchmarks/#comment-502</guid>
		<description>Wonderful comparison.And as someone mentioned above, for really loaded distributed systems, threads/resource consumption should also be considered. For example, Sun's RMI creates thread on each connection and doesn't use thread pool where hessian can use containers thread pool. I wonder though when it can become bottleneck if production grade servers run on 4GB ram on clustered environment.</description>
		<content:encoded><![CDATA[<p>Wonderful comparison.And as someone mentioned above, for really loaded distributed systems, threads/resource consumption should also be considered. For example, Sun&#8217;s RMI creates thread on each connection and doesn&#8217;t use thread pool where hessian can use containers thread pool. I wonder though when it can become bottleneck if production grade servers run on 4GB ram on clustered environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HtmlUnit vs HttpUnit by Oudated knowledge of &#8220;experts&#8221;: the example of HttpUnit &#171; Marc Guillemot&#8217;s blog</title>
		<link>http://daniel.gredler.net/2007/10/04/htmlunit-vs-httpunit/#comment-499</link>
		<dc:creator>Oudated knowledge of &#8220;experts&#8221;: the example of HttpUnit &#171; Marc Guillemot&#8217;s blog</dc:creator>
		<pubDate>Fri, 23 May 2008 12:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.gredler.net/2007/10/04/htmlunit-vs-httpunit/#comment-499</guid>
		<description>[...] his blog post &#8220;HtmlUnit vs HttpUnit&#8220;, Daniel Gredler wrote &#8220;HttpUnit is to the web app testing world what Struts is to the [...]</description>
		<content:encoded><![CDATA[<p>[...] his blog post &#8220;HtmlUnit vs HttpUnit&#8220;, Daniel Gredler wrote &#8220;HttpUnit is to the web app testing world what Struts is to the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HtmlUnit vs HttpUnit by Sargon Benjamin</title>
		<link>http://daniel.gredler.net/2007/10/04/htmlunit-vs-httpunit/#comment-498</link>
		<dc:creator>Sargon Benjamin</dc:creator>
		<pubDate>Fri, 23 May 2008 06:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.gredler.net/2007/10/04/htmlunit-vs-httpunit/#comment-498</guid>
		<description>I just noticed that HttpUnit 1.7 was released on May 20, 2008.  I also noted that Wolfgang is a key committer and revived the HttpUnit project - kudos to you!</description>
		<content:encoded><![CDATA[<p>I just noticed that HttpUnit 1.7 was released on May 20, 2008.  I also noted that Wolfgang is a key committer and revived the HttpUnit project - kudos to you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HtmlUnit vs HttpUnit by Sargon Benjamin</title>
		<link>http://daniel.gredler.net/2007/10/04/htmlunit-vs-httpunit/#comment-497</link>
		<dc:creator>Sargon Benjamin</dc:creator>
		<pubDate>Fri, 23 May 2008 01:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.gredler.net/2007/10/04/htmlunit-vs-httpunit/#comment-497</guid>
		<description>Thanks for the post and great comments!  In response to Wolfgang, I'm currently a BIG fan of httpunit.  Its easy to add to and to build a framework around.  
My web app under test doesn't use javascript at all so I am lucky in the regard.  The one nicety is that httpunit lets me know the content type of various response pages (text/html or text/xml) and I can then do further processing there.  However, httpunit can't provide any verification features (eg getElementNames() or verifyTextPresent() ) on pages whose content type is 'text/xml'.  I wouldn't expect it to either so I'm just using the Response.getText() and then doing some custom verification (XMLUnit and simple java regex).
I don't have much reason to move to a new framework; however, I have been reading about JWebUnit and looking at its 2.0 features (Selenium integration seems nice).  It would be nice to have Selenium scripts using the same framework I'm using for my non GUI tests and JWebUnit has the potential to do that.  JWebUnit is built on top of HtmlUnit, atleast thats what I'm reading, and so I may just make the switch over to JWebUnit.
Is there anything that HTTPUnit can do that HtmlUnit / JWebUnit can't do (I don't use the ServletUnit functionality that Simon mentioned so thats a non issue for us. If Simon could elaborate on what he's built, that would be nice too!)</description>
		<content:encoded><![CDATA[<p>Thanks for the post and great comments!  In response to Wolfgang, I&#8217;m currently a BIG fan of httpunit.  Its easy to add to and to build a framework around.<br />
My web app under test doesn&#8217;t use javascript at all so I am lucky in the regard.  The one nicety is that httpunit lets me know the content type of various response pages (text/html or text/xml) and I can then do further processing there.  However, httpunit can&#8217;t provide any verification features (eg getElementNames() or verifyTextPresent() ) on pages whose content type is &#8216;text/xml&#8217;.  I wouldn&#8217;t expect it to either so I&#8217;m just using the Response.getText() and then doing some custom verification (XMLUnit and simple java regex).<br />
I don&#8217;t have much reason to move to a new framework; however, I have been reading about JWebUnit and looking at its 2.0 features (Selenium integration seems nice).  It would be nice to have Selenium scripts using the same framework I&#8217;m using for my non GUI tests and JWebUnit has the potential to do that.  JWebUnit is built on top of HtmlUnit, atleast thats what I&#8217;m reading, and so I may just make the switch over to JWebUnit.<br />
Is there anything that HTTPUnit can do that HtmlUnit / JWebUnit can&#8217;t do (I don&#8217;t use the ServletUnit functionality that Simon mentioned so thats a non issue for us. If Simon could elaborate on what he&#8217;s built, that would be nice too!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HtmlUnit vs HttpUnit by WolfgangFahl</title>
		<link>http://daniel.gredler.net/2007/10/04/htmlunit-vs-httpunit/#comment-493</link>
		<dc:creator>WolfgangFahl</dc:creator>
		<pubDate>Tue, 13 May 2008 10:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.gredler.net/2007/10/04/htmlunit-vs-httpunit/#comment-493</guid>
		<description>Thank you Daniel and Marc for getting in touch.
I wonder what current httpunit users are saying. I did not try out htmlunit myself yet so I can't state anything yet about how the two projects compare. 
Let's see what happens during the upcoming months.</description>
		<content:encoded><![CDATA[<p>Thank you Daniel and Marc for getting in touch.<br />
I wonder what current httpunit users are saying. I did not try out htmlunit myself yet so I can&#8217;t state anything yet about how the two projects compare.<br />
Let&#8217;s see what happens during the upcoming months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Jetty 6 in Spring by dude</title>
		<link>http://daniel.gredler.net/2007/12/31/embedding-jetty-6-in-spring/#comment-487</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Sat, 10 May 2008 03:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.gredler.net/2007/12/31/embedding-jetty-6-in-spring/#comment-487</guid>
		<description>Awesome man... thanks!</description>
		<content:encoded><![CDATA[<p>Awesome man&#8230; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL.hashCode() Considered Harmful by Marc Guillemot</title>
		<link>http://daniel.gredler.net/2008/04/24/urlhashcode-considered-harmful/#comment-478</link>
		<dc:creator>Marc Guillemot</dc:creator>
		<pubDate>Fri, 25 Apr 2008 07:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://gredler.wordpress.com/?p=64#comment-478</guid>
		<description>I don't think that we really need to improve this: the gain would be minimal and we have surely other areas that would be far more interesting to optimize,</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that we really need to improve this: the gain would be minimal and we have surely other areas that would be far more interesting to optimize,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL.hashCode() Considered Harmful by Daniel Gredler</title>
		<link>http://daniel.gredler.net/2008/04/24/urlhashcode-considered-harmful/#comment-477</link>
		<dc:creator>Daniel Gredler</dc:creator>
		<pubDate>Thu, 24 Apr 2008 20:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://gredler.wordpress.com/?p=64#comment-477</guid>
		<description>Robert: Interesting, I'll have to look for that video.

Marc: We can write our own getKey(URL) which does the same thing as toString() with a StringBuilder instead of a StringBuffer. As far as I can tell, however, customizing the handler requires either the use of one of the more involved URL constructors, or a JVM-global URLStreamHandlerFactory change -- which I'm not sure a third party library should be doing. I'm also unsure how much benefit the hashCode caching does (once you avoid doing DNS lookups!).</description>
		<content:encoded><![CDATA[<p>Robert: Interesting, I&#8217;ll have to look for that video.</p>
<p>Marc: We can write our own getKey(URL) which does the same thing as toString() with a StringBuilder instead of a StringBuffer. As far as I can tell, however, customizing the handler requires either the use of one of the more involved URL constructors, or a JVM-global URLStreamHandlerFactory change &#8212; which I&#8217;m not sure a third party library should be doing. I&#8217;m also unsure how much benefit the hashCode caching does (once you avoid doing DNS lookups!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL.hashCode() Considered Harmful by Geoffrey Wiseman</title>
		<link>http://daniel.gredler.net/2008/04/24/urlhashcode-considered-harmful/#comment-476</link>
		<dc:creator>Geoffrey Wiseman</dc:creator>
		<pubDate>Thu, 24 Apr 2008 19:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://gredler.wordpress.com/?p=64#comment-476</guid>
		<description>Yes, many people suggest sticking to URI instead of URL for that reason among others.</description>
		<content:encoded><![CDATA[<p>Yes, many people suggest sticking to URI instead of URL for that reason among others.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
