<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Code and Be</title>
	<link>http://robvanmaris.jteam.nl</link>
	<description>Rob van Maris' blog about hard stuff made simple</description>
	<pubDate>Thu, 11 Mar 2010 21:36:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>Comment on Test driven development for GWT UI code by Daniel Wellman</title>
		<link>http://robvanmaris.jteam.nl/2008/03/09/test-driven-development-for-gwt-ui-code/#comment-47</link>
		<dc:creator>Daniel Wellman</dc:creator>
		<pubDate>Thu, 13 Mar 2008 02:26:25 +0000</pubDate>
		<guid>http://robvanmaris.jteam.nl/2008/03/09/test-driven-development-for-gwt-ui-code/#comment-47</guid>
		<description>Very nicely written.  We did the same thing with our GWT project.  We did write some GWTTestCases for a) any widgets that needed to correctly map fields from a model object and b) for JSON parsing code which required native Javascript (JSNI).  They were very slow, but we separated them into their own build step.  This way we ran all the fast unit tests frequently while developing but the continuous integration server would run both the fast and the slow tests.</description>
		<content:encoded><![CDATA[<p>Very nicely written.  We did the same thing with our GWT project.  We did write some GWTTestCases for a) any widgets that needed to correctly map fields from a model object and b) for JSON parsing code which required native Javascript (JSNI).  They were very slow, but we separated them into their own build step.  This way we ran all the fast unit tests frequently while developing but the continuous integration server would run both the fast and the slow tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing startup time for GWT hosted mode by links for 2007-12-01 &#124; Geeky Things</title>
		<link>http://robvanmaris.jteam.nl/2007/11/30/optimizing-startup-time-for-gwt-hosted-mode/#comment-5</link>
		<dc:creator>links for 2007-12-01 &#124; Geeky Things</dc:creator>
		<pubDate>Sat, 01 Dec 2007 17:49:06 +0000</pubDate>
		<guid>http://robvanmaris.jteam.nl/2007/11/30/optimizing-startup-time-for-gwt-hosted-mode/#comment-5</guid>
		<description>[...] Optimizing startup time for GWT hosted mode Some tips of optimizing startup time for GWT application (tags: GWT tips web2.0 ajax javascript) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Optimizing startup time for GWT hosted mode Some tips of optimizing startup time for GWT application (tags: GWT tips web2.0 ajax javascript) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing startup time for GWT hosted mode by Bruce Johnson</title>
		<link>http://robvanmaris.jteam.nl/2007/11/30/optimizing-startup-time-for-gwt-hosted-mode/#comment-4</link>
		<dc:creator>Bruce Johnson</dc:creator>
		<pubDate>Fri, 30 Nov 2007 19:49:18 +0000</pubDate>
		<guid>http://robvanmaris.jteam.nl/2007/11/30/optimizing-startup-time-for-gwt-hosted-mode/#comment-4</guid>
		<description>Nice writeup! Thanks for taking the time to share your findings.

Just wanted to mention that we (the GWT team) are aware of the importance of making hosted mode refreshes (and, to a lesser extent, initial HM startup) as fast as possible. The current HM implementation doesn't seem to be anywhere close to the potential lower bound on speed yet. So, we're pretty confident that within the next few versions of GWT, hosted mode will become much faster without you necessarily having to take steps explicitly in your code to make it faster.

With that said, since your suggestions would produce better web mode performance anyway, they are good advice independently of hosted mode speed as well.</description>
		<content:encoded><![CDATA[<p>Nice writeup! Thanks for taking the time to share your findings.</p>
<p>Just wanted to mention that we (the GWT team) are aware of the importance of making hosted mode refreshes (and, to a lesser extent, initial HM startup) as fast as possible. The current HM implementation doesn&#8217;t seem to be anywhere close to the potential lower bound on speed yet. So, we&#8217;re pretty confident that within the next few versions of GWT, hosted mode will become much faster without you necessarily having to take steps explicitly in your code to make it faster.</p>
<p>With that said, since your suggestions would produce better web mode performance anyway, they are good advice independently of hosted mode speed as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing startup time for GWT hosted mode by Madhu Iyengar</title>
		<link>http://robvanmaris.jteam.nl/2007/11/30/optimizing-startup-time-for-gwt-hosted-mode/#comment-3</link>
		<dc:creator>Madhu Iyengar</dc:creator>
		<pubDate>Fri, 30 Nov 2007 18:12:00 +0000</pubDate>
		<guid>http://robvanmaris.jteam.nl/2007/11/30/optimizing-startup-time-for-gwt-hosted-mode/#comment-3</guid>
		<description>We are in the same boat and were about to start trying to identify what we could do speed things up. I think u just helped us big time. 

thnx</description>
		<content:encoded><![CDATA[<p>We are in the same boat and were about to start trying to identify what we could do speed things up. I think u just helped us big time. </p>
<p>thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing startup time for GWT hosted mode by Robbie</title>
		<link>http://robvanmaris.jteam.nl/2007/11/30/optimizing-startup-time-for-gwt-hosted-mode/#comment-2</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Fri, 30 Nov 2007 17:39:18 +0000</pubDate>
		<guid>http://robvanmaris.jteam.nl/2007/11/30/optimizing-startup-time-for-gwt-hosted-mode/#comment-2</guid>
		<description>Excellent introduction of problems that can be met and also solutions that you find to correct the shot. I will used them intensively.

I will also follow your next posts.</description>
		<content:encoded><![CDATA[<p>Excellent introduction of problems that can be met and also solutions that you find to correct the shot. I will used them intensively.</p>
<p>I will also follow your next posts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
