<?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: GWT IDE Selection</title>
	<atom:link href="http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/</link>
	<description>Technology and Geek Stuff by Eric Burke</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:36:32 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: widi raspito</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-50946</link>
		<dc:creator>widi raspito</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-50946</guid>
		<description>i love netbeans, and i like eclipse, both is perfect</description>
		<content:encoded><![CDATA[<p>i love netbeans, and i like eclipse, both is perfect</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-50638</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 04 Jan 2010 02:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-50638</guid>
		<description>Instantiations GWT Designer for Eclipse does these renames properly. Its seriously great in my book, highly recommended.</description>
		<content:encoded><![CDATA[<p>Instantiations GWT Designer for Eclipse does these renames properly. Its seriously great in my book, highly recommended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hossein</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-47479</link>
		<dc:creator>Hossein</dc:creator>
		<pubDate>Fri, 11 Sep 2009 00:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-47479</guid>
		<description>I&#039;m looking for an IDE with as few as possible issues to integrate with GWT. I think Eclipse is the best choice. NetBeans is great but the directory structure is not match with GWT, so it&#039;s out. I didn&#039;t test IDEA ever, but it seems hasn&#039;t full support of GWT (according to other comments).

The thing is just annoying me a bit, is that some folks noted they using Eclipse for simple projects. I don&#039;t know why, but I think that&#039;s a personal reason, not a technical one.</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking for an IDE with as few as possible issues to integrate with GWT. I think Eclipse is the best choice. NetBeans is great but the directory structure is not match with GWT, so it&#8217;s out. I didn&#8217;t test IDEA ever, but it seems hasn&#8217;t full support of GWT (according to other comments).</p>
<p>The thing is just annoying me a bit, is that some folks noted they using Eclipse for simple projects. I don&#8217;t know why, but I think that&#8217;s a personal reason, not a technical one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChrisM</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-47451</link>
		<dc:creator>ChrisM</dc:creator>
		<pubDate>Thu, 10 Sep 2009 10:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-47451</guid>
		<description>@Siegfried Why wouldn&#039;t you recommend eclipse for more complex GWT apps?</description>
		<content:encoded><![CDATA[<p>@Siegfried Why wouldn&#8217;t you recommend eclipse for more complex GWT apps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siegfried</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-47359</link>
		<dc:creator>Siegfried</dc:creator>
		<pubDate>Wed, 09 Sep 2009 11:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-47359</guid>
		<description>I have done the same like you Eric, but i am not sure which IDE is the best for working with GWT. For Project generation i recommend to use the gwt-batch-file, after that the generated eclipse project can be imported into Eclipse, NetBeans or IDEA. 

NetBeans and IDEA are having massive problems generating a correct GWT-Project. At IDEA there is the build-file missing and NetBeans produce a build-file with its own target-structure (could be confusing for GWT-Beginners). Some other points where the IDE&#039;s are similar, are the code inspections and support for editing and creating GWT relevant files.

If you have a simple GWT-Project i would recommend Eclipse, for more complex GWT apps - using Spring, Hibernate ... - i would recommend IDEA (good refactoring, inspections..) or if you don&#039;t want to pay money - take a lookt at NetBeans.</description>
		<content:encoded><![CDATA[<p>I have done the same like you Eric, but i am not sure which IDE is the best for working with GWT. For Project generation i recommend to use the gwt-batch-file, after that the generated eclipse project can be imported into Eclipse, NetBeans or IDEA. </p>
<p>NetBeans and IDEA are having massive problems generating a correct GWT-Project. At IDEA there is the build-file missing and NetBeans produce a build-file with its own target-structure (could be confusing for GWT-Beginners). Some other points where the IDE&#8217;s are similar, are the code inspections and support for editing and creating GWT relevant files.</p>
<p>If you have a simple GWT-Project i would recommend Eclipse, for more complex GWT apps &#8211; using Spring, Hibernate &#8230; &#8211; i would recommend IDEA (good refactoring, inspections..) or if you don&#8217;t want to pay money &#8211; take a lookt at NetBeans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smitty</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-46914</link>
		<dc:creator>Smitty</dc:creator>
		<pubDate>Sat, 05 Sep 2009 02:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-46914</guid>
		<description>@Eric, finally a good discussion about different IDEs that didn&#039;t turn into a full blown mud-slinging, &quot;My IDE&#039;s dad can beat up your IDE&#039;s dad,&quot; Waste of time.  Perhaps I should congratulate your posters as well. This is good stuff, thanks!</description>
		<content:encoded><![CDATA[<p>@Eric, finally a good discussion about different IDEs that didn&#8217;t turn into a full blown mud-slinging, &#8220;My IDE&#8217;s dad can beat up your IDE&#8217;s dad,&#8221; Waste of time.  Perhaps I should congratulate your posters as well. This is good stuff, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Gérardin</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-46839</link>
		<dc:creator>Olivier Gérardin</dc:creator>
		<pubDate>Fri, 04 Sep 2009 09:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-46839</guid>
		<description>I&#039;m currently using IDEA 8.1 (customer&#039;s choice, not mine). I found a problem with the way it handles the sync between the service interface and the async interface: it insists on having methods in the async interface return void, while this is in no way required by GWT. Methods in the async interface can return anything you like, and it can be pretty handy sometimes (we use this in this project to return a RequestBuilder). IDEA generates a bunch of warnings &quot;asynchronous remote service doesn&#039;t define corresponding method&quot;, which is not correct. Also, the only fix that is offered for this warning is &quot;synchronize all methods&quot;, which effectively recreates the async interface... with all methods returning void! So we can&#039;t rely on IDEA to maintain the sync.</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently using IDEA 8.1 (customer&#8217;s choice, not mine). I found a problem with the way it handles the sync between the service interface and the async interface: it insists on having methods in the async interface return void, while this is in no way required by GWT. Methods in the async interface can return anything you like, and it can be pretty handy sometimes (we use this in this project to return a RequestBuilder). IDEA generates a bunch of warnings &#8220;asynchronous remote service doesn&#8217;t define corresponding method&#8221;, which is not correct. Also, the only fix that is offered for this warning is &#8220;synchronize all methods&#8221;, which effectively recreates the async interface&#8230; with all methods returning void! So we can&#8217;t rely on IDEA to maintain the sync.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niel</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-46794</link>
		<dc:creator>Niel</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-46794</guid>
		<description>@Eric FYI...I wasn&#039;t criticizing.  Sorry if it was taken that way.  You blog post kicked off an interesting discussion, and I was just adding my $.02.</description>
		<content:encoded><![CDATA[<p>@Eric FYI&#8230;I wasn&#8217;t criticizing.  Sorry if it was taken that way.  You blog post kicked off an interesting discussion, and I was just adding my $.02.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-46612</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Wed, 02 Sep 2009 03:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-46612</guid>
		<description>@Niel thanks for telling me what I shouldn&#039;t do. As I stated very clearly: 

&quot;I looked just deep enough to satisfy my own curiosity and to choose a tool for my own coding.&quot;</description>
		<content:encoded><![CDATA[<p>@Niel thanks for telling me what I shouldn&#8217;t do. As I stated very clearly: </p>
<p>&#8220;I looked just deep enough to satisfy my own curiosity and to choose a tool for my own coding.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niel</title>
		<link>http://stuffthathappens.com/blog/2009/08/26/gwt-ide-selection/comment-page-1/#comment-46611</link>
		<dc:creator>Niel</dc:creator>
		<pubDate>Wed, 02 Sep 2009 03:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1327#comment-46611</guid>
		<description>You evaluation GWT IDE&#039;s shouldn&#039;t be based entirely on GWT support.  The primary reason I picked Google Plugin for Eclipse was because it&#039;s an Eclipse plugin.  I have a bunch of other plugins in Eclipse to support my GWT development, including Spring, JPA, and DWR.  Even if the Google plugin isn&#039;t perfect, I won&#039;t switch IDEs.</description>
		<content:encoded><![CDATA[<p>You evaluation GWT IDE&#8217;s shouldn&#8217;t be based entirely on GWT support.  The primary reason I picked Google Plugin for Eclipse was because it&#8217;s an Eclipse plugin.  I have a bunch of other plugins in Eclipse to support my GWT development, including Spring, JPA, and DWR.  Even if the Google plugin isn&#8217;t perfect, I won&#8217;t switch IDEs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.370 seconds -->
