<?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: Google Web Toolkit for Rich Internet Applications –A Java Programmer’s Experience</title>
	<atom:link href="http://www.nagarro.com/blog/google-web-toolkit-internet-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nagarro.com/blog/google-web-toolkit-internet-applications/</link>
	<description>Nagarro blog: software development, design, architecture and usability</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:51:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tiekmedodiste</title>
		<link>http://www.nagarro.com/blog/google-web-toolkit-internet-applications/comment-page-1/#comment-543</link>
		<dc:creator>Tiekmedodiste</dc:creator>
		<pubDate>Tue, 13 Apr 2010 02:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=285#comment-543</guid>
		<description>unemotional notify</description>
		<content:encoded><![CDATA[<p>unemotional notify</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tan</title>
		<link>http://www.nagarro.com/blog/google-web-toolkit-internet-applications/comment-page-1/#comment-479</link>
		<dc:creator>Tan</dc:creator>
		<pubDate>Fri, 05 Feb 2010 19:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=285#comment-479</guid>
		<description>Hi, we&#039;re evaluating GWT and JSF to see which one is best suited to rewrite our &quot;fat&quot; desktop application to a web-based one. Your article is very helpful.

You know GWT 2.0 is out now, does it solve some of your problems now?

Regarding your statement &quot;So I think GWT may be a misfit for large enterprise applications.&quot; due to lack of dynamic loading. Is there way to workaround this problem?

Finally, is Ext-gwt 2.1 a JS wrapper?

I appreciate your answers.</description>
		<content:encoded><![CDATA[<p>Hi, we&#8217;re evaluating GWT and JSF to see which one is best suited to rewrite our &#8220;fat&#8221; desktop application to a web-based one. Your article is very helpful.</p>
<p>You know GWT 2.0 is out now, does it solve some of your problems now?</p>
<p>Regarding your statement &#8220;So I think GWT may be a misfit for large enterprise applications.&#8221; due to lack of dynamic loading. Is there way to workaround this problem?</p>
<p>Finally, is Ext-gwt 2.1 a JS wrapper?</p>
<p>I appreciate your answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Sood</title>
		<link>http://www.nagarro.com/blog/google-web-toolkit-internet-applications/comment-page-1/#comment-325</link>
		<dc:creator>Nitin Sood</dc:creator>
		<pubDate>Wed, 10 Jun 2009 09:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=285#comment-325</guid>
		<description>Thanks for  your comments Rob.

I agree using a javascript library wrapper like gwt-ext can become a pain beause of  licensing changes / lack of support. We faced similar problem while using &quot;Livegrid&quot; control. This control had a bug in the version of GWT-Ext we were using which was fixed in ExtJS and unfortunately GWT-ext was not supported anymore. We had to analyze the fix and apply similar one in the version of code we were using.  If you can get all the required widges in pure GWT widgets then that sure is preferred way. We used gwt-ext because we required very rich widget library that was not available in GWT.</description>
		<content:encoded><![CDATA[<p>Thanks for  your comments Rob.</p>
<p>I agree using a javascript library wrapper like gwt-ext can become a pain beause of  licensing changes / lack of support. We faced similar problem while using &#8220;Livegrid&#8221; control. This control had a bug in the version of GWT-Ext we were using which was fixed in ExtJS and unfortunately GWT-ext was not supported anymore. We had to analyze the fix and apply similar one in the version of code we were using.  If you can get all the required widges in pure GWT widgets then that sure is preferred way. We used gwt-ext because we required very rich widget library that was not available in GWT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Sood</title>
		<link>http://www.nagarro.com/blog/google-web-toolkit-internet-applications/comment-page-1/#comment-324</link>
		<dc:creator>Nitin Sood</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=285#comment-324</guid>
		<description>Thanks Mohit for reading the blog and posting this query.

We are not using &quot;Comet&quot; in our application. A quick search suggests there already are solutions available to implement Comet solution using GWT. Based on your requirements, you can decide to implement your own solution or check an existing one like rocket-gwt (http://code.google.com/p/rocket-gwt/wiki/Comet).

You can also check blog by Jean where he talks about implementing GWT Comet based web app using Grizzly Comet (http://weblogs.java.net/blog/jfarcand/archive/2008/05/building_gwt_co.html)</description>
		<content:encoded><![CDATA[<p>Thanks Mohit for reading the blog and posting this query.</p>
<p>We are not using &#8220;Comet&#8221; in our application. A quick search suggests there already are solutions available to implement Comet solution using GWT. Based on your requirements, you can decide to implement your own solution or check an existing one like rocket-gwt (<a href="http://code.google.com/p/rocket-gwt/wiki/Comet)" rel="nofollow">http://code.google.com/p/rocket-gwt/wiki/Comet)</a>.</p>
<p>You can also check blog by Jean where he talks about implementing GWT Comet based web app using Grizzly Comet (<a href="http://weblogs.java.net/blog/jfarcand/archive/2008/05/building_gwt_co.html)" rel="nofollow">http://weblogs.java.net/blog/jfarcand/archive/2008/05/building_gwt_co.html)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Sood</title>
		<link>http://www.nagarro.com/blog/google-web-toolkit-internet-applications/comment-page-1/#comment-323</link>
		<dc:creator>Nitin Sood</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=285#comment-323</guid>
		<description>Thanks for the compliments Sekhar.

I cannot post the URL since the app is not public. </description>
		<content:encoded><![CDATA[<p>Thanks for the compliments Sekhar.</p>
<p>I cannot post the URL since the app is not public.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sekhar Ravinutala</title>
		<link>http://www.nagarro.com/blog/google-web-toolkit-internet-applications/comment-page-1/#comment-316</link>
		<dc:creator>Sekhar Ravinutala</dc:creator>
		<pubDate>Thu, 04 Jun 2009 15:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=285#comment-316</guid>
		<description>Thanks Nitin for the nice, objective summary. If this app is public, could you post the URL?</description>
		<content:encoded><![CDATA[<p>Thanks Nitin for the nice, objective summary. If this app is public, could you post the URL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Stone</title>
		<link>http://www.nagarro.com/blog/google-web-toolkit-internet-applications/comment-page-1/#comment-314</link>
		<dc:creator>Rob Stone</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=285#comment-314</guid>
		<description>I have followed a similar path, creating a new configuration interface for our product using GWT and gwt-ext. The one piece of advice I would give would be to avoid using a javascript library wrapper (eg. gwt-ext, smartgwt) if you possibly can and stick with pure GWT as when you encounter problems with the library tracking them down and fixing them can be time consuming.
When I first started my app there were very few pure GWT widgets available beyond the standard set, so to get the extra functionality required I had to rely on gwt-ext. The picture has changed significantly since then with projects such as gwt-incubator. Another problem with gwt-ext was that it is no longer supported, I plan to replace it with pure GWT widgets as soon as possible.</description>
		<content:encoded><![CDATA[<p>I have followed a similar path, creating a new configuration interface for our product using GWT and gwt-ext. The one piece of advice I would give would be to avoid using a javascript library wrapper (eg. gwt-ext, smartgwt) if you possibly can and stick with pure GWT as when you encounter problems with the library tracking them down and fixing them can be time consuming.<br />
When I first started my app there were very few pure GWT widgets available beyond the standard set, so to get the extra functionality required I had to rely on gwt-ext. The picture has changed significantly since then with projects such as gwt-incubator. Another problem with gwt-ext was that it is no longer supported, I plan to replace it with pure GWT widgets as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit</title>
		<link>http://www.nagarro.com/blog/google-web-toolkit-internet-applications/comment-page-1/#comment-313</link>
		<dc:creator>Mohit</dc:creator>
		<pubDate>Thu, 04 Jun 2009 02:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=285#comment-313</guid>
		<description>Nitin: Thanks for sharing your experience. 

I was preparing the case to use one of the Ajax frameworks in our application and would like to know the following:

Did you guys use &quot;Comet&quot; or &quot;Reverse Ajax&quot; technology in the application? It would be interesting to know if GWT supports Comet or how easy it is to integrate Comet with GWT. 

Also, I feel the Ext JS framework needs a mention here for the developers evaluating  frameworks for RIA: http://extjs.com/</description>
		<content:encoded><![CDATA[<p>Nitin: Thanks for sharing your experience. </p>
<p>I was preparing the case to use one of the Ajax frameworks in our application and would like to know the following:</p>
<p>Did you guys use &#8220;Comet&#8221; or &#8220;Reverse Ajax&#8221; technology in the application? It would be interesting to know if GWT supports Comet or how easy it is to integrate Comet with GWT. </p>
<p>Also, I feel the Ext JS framework needs a mention here for the developers evaluating  frameworks for RIA: <a href="http://extjs.com/" rel="nofollow">http://extjs.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
