<?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>GWT Site &#187; News</title>
	<atom:link href="http://www.gwtsite.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gwtsite.com</link>
	<description>Learning about the Google Web Toolkit (GWT)</description>
	<lastBuildDate>Fri, 10 Jun 2011 15:48:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spiffy UI Framework &#8211; REST, Security, and Rapid Development for GWT</title>
		<link>http://www.gwtsite.com/spiffy-ui-framework-rest-security-and-rapid-development-for-gwt/</link>
		<comments>http://www.gwtsite.com/spiffy-ui-framework-rest-security-and-rapid-development-for-gwt/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 15:48:14 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gwtsite.com/?p=197</guid>
		<description><![CDATA[The following is a guest post by Zack Grossbart, the creator of the Spiffy UI Framework.
The simple RPC mechanism is GWT&#8217;s biggest feature and largest problem.  It forms a tight and fragile bond between your client and server.  Get either one a little out of sync and nothing works.  When it does [...]<BR/><MAP name="bdv_RSS_Ad_100611034814"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=100611034814&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=100611034814&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=100611034814&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_100611034814" /></a></P>]]></description>
			<content:encoded><![CDATA[<p><em>The following is a guest post by Zack Grossbart, the creator of the Spiffy UI Framework.</em></p>
<p>The simple RPC mechanism is GWT&#8217;s biggest feature and largest problem.  It forms a tight and fragile bond between your client and server.  Get either one a little out of sync and nothing works.  When it does work GWT-RPC sends indecipherable network data.  The solution is <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a>.</p>
<p>REST is a simple remote procedure call pattern based on standard HTTP.  It talks in JSON and gives you a clear division between your client and server.  With REST comes simplicity, speed, and accessibility.  You can call a REST endpoint from anywhere.</p>
<p>We started Spiffy UI because we wanted an easy way to call <a href="http://www.spiffyui.org/#!rest">REST from GWT</a> without abandoning type safety.  REST also let us fix the fragile dependency between out client and server.</p>
<p>Along the way Spiffy UI picked up a comprehensive <a href="http://www.spiffyui.org/#!auth">security framework</a>, <a href="http://www.spiffyui.org/#!css">reusable CSS templates</a>, and support for mobile platforms.  We also packaged it all up in <a href="http://www.spiffyui.org/#!getStarted">reusable projects</a> that support <a href="https://github.com/spiffyui/HelloSpiffyMaven">Maven</a> and <a href="https://github.com/spiffyui/HelloSpiffyAnt">Ant</a>.  The Spiffy UI project creator can have you up and running with Spiffy UI in under a minute.</p>
<p>Spiffy UI is stable, scalable, simple, and well tested.  Tens of thousands of people depend on Spiffy UI applications every day.  It came from Novell, the same people who make <a href="http://www.opensuse.org">SUSE Linux</a>, and it&#8217;s all open source.</p>
<p>REST makes it work with any server.  We have Spiffy UI projects running against Java, PHP, Erlang, and <a href="https://github.com/spiffyui/HelloSpiffyNode">node.js</a>.  </p>
<p>Find out more and create your own Spiffy UI project at <a href="http://www.spiffyui.org">http://www.spiffyui.org</a>.</p>
<BR/><MAP name="bdv_RSS_Ad_100611034814"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=100611034814&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=100611034814&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=100611034814&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_100611034814" /></a></P>]]></content:encoded>
			<wfw:commentRss>http://www.gwtsite.com/spiffy-ui-framework-rest-security-and-rapid-development-for-gwt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly GWT Links For 12/14/2008</title>
		<link>http://www.gwtsite.com/weekly-gwt-links-for-12142008/</link>
		<comments>http://www.gwtsite.com/weekly-gwt-links-for-12142008/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 05:25:21 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gwtsite.com/?p=188</guid>
		<description><![CDATA[



Who&#8217;s Using Google Web Toolkit
Some interesting video interviews with developers who are using GWT to build their web apps.
What&#8217;s ahead for Google Web Toolkit
GWT 1.6 is scheduled to come out the first quarter of 2009.  Take a look at what&#8217;s coming up in the upcoming and future releases.
Google Visualization API Library now available for [...]<BR/><MAP name="bdv_RSS_Ad_151208052521"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=151208052521&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=151208052521&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=151208052521&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_151208052521" /></a></P>]]></description>
			<content:encoded><![CDATA[<div class="right_image">
<a style="border-bottom:none" href="http://code.google.com/webtoolkit/app_gallery.html"><img  border="0" style="margin-left:10px" src="http://www.gwtsite.com/images/gwt_developers.jpg" alt="GWT Developer Interviews" /></a>
</div>
<ul>
<li><a href="http://code.google.com/webtoolkit/app_gallery.html">Who&#8217;s Using Google Web Toolkit</a><br />
Some interesting video interviews with developers who are using GWT to build their web apps.</li>
<li><a href="http://googlewebtoolkit.blogspot.com/2008/12/whats-ahead-for-google-web-toolkit_10.html">What&#8217;s ahead for Google Web Toolkit</a><br />
GWT 1.6 is scheduled to come out the first quarter of 2009.  Take a look at what&#8217;s coming up in the upcoming and future releases.</li>
<li><a href="http://google-code-updates.blogspot.com/2008/12/google-visualization-api-library-now.html">Google Visualization API Library now available for Google Web Toolkit</a><br />
Now you can include visualizations in your GWT applications such as Bar Charts, an Annotated Time Line, Motion Charts, and more.</li>
<li><a href="http://googlewebtoolkit.blogspot.com/2008/12/gwt-no-need-to-shortchange-your-style.html">GWT: No need to shortchange your style</a><br />
Over on the official GWT blog, they&#8217;ve interviewed the developers of StudyBlue, an academic social networking application built with GWT.</li>
<li><a href="http://gwt-unofficial.blogspot.com/2008/12/gwt-javascript-and-correct-level-of.html">GWT, JavaScript, and the Correct Level of Abstraction</a><br />
A really great article by Joel Webber explaining some of the design decisions behind GWT.</li>
<li><a href="http://bestwebhosting.org">Best Web Hosting</a> &#8211; Reviews of the best web hosting companies.</li>
</ul>
<p>Got some interesting GWT news? Let us know by sending us an <a href="mailto:chris@gwtsite.com">email</a>.</p>
<p><!--adsense--></p>
<BR/><MAP name="bdv_RSS_Ad_151208052521"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=151208052521&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=151208052521&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=151208052521&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_151208052521" /></a></P>]]></content:encoded>
			<wfw:commentRss>http://www.gwtsite.com/weekly-gwt-links-for-12142008/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Weekly GWT Links for 11/23/08</title>
		<link>http://www.gwtsite.com/weekly-gwt-links-for-112308/</link>
		<comments>http://www.gwtsite.com/weekly-gwt-links-for-112308/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 15:58:05 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gwtsite.com/?p=187</guid>
		<description><![CDATA[



SmartGWT 1.0 Released
SmartGWT is a set of APIs for the SmartClient Ajax framework.  Not only does it provide a set of nice looking widgets, it also comes with many server side integration features as well.  Check out the SmartGWT showcase.
Deploy a remote (OpenSocial) Google Gadget made with GWT in eXo
A nice step-by-step tutorial [...]<BR/><MAP name="bdv_RSS_Ad_231108035805"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=231108035805&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=231108035805&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=231108035805&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_231108035805" /></a></P>]]></description>
			<content:encoded><![CDATA[<div class="right_image">
<a style="border-bottom:none" href="http://www.jroller.com/sjivan/entry/smartgwt_1_0_released"><img  border="0" style="margin-left:10px" src="http://www.gwtsite.com/images/smartgwt.jpg" alt="SmartGWT 1.0 released" /></a>
</div>
<ul>
<li><a href="http://www.jroller.com/sjivan/entry/smartgwt_1_0_released">SmartGWT 1.0 Released</a><br />
SmartGWT is a set of APIs for the SmartClient Ajax framework.  Not only does it provide a set of nice looking widgets, it also comes with many server side integration features as well.  Check out the <a href="http://www.smartclient.com/smartgwt/showcase/">SmartGWT showcase</a>.</li>
<li><a href="http://laurentbois.com/2008/11/23/deploy-a-remote-opensocial-google-gadget-made-with-gwt-in-exo/">Deploy a remote (OpenSocial) Google Gadget made with GWT in eXo</a><br />
A nice step-by-step tutorial on creating Google Gadgets in eXo.</li>
<li><a href="http://blog.danielwellman.com/2008/11/test-first-gwt-article-in-november-2008-better-software-magazine.html">Test-First GWT article in November 2008 Better Software Magazine</a><br />
Article by Daniel Wellman on writing test-first GWT applications with a nice description of the Model-View-Presenter design pattern.</li>
<li><a href="http://code.google.com/p/gwt-ent/wiki/AOP">Aspect Oriented Programming for GWT</a><br />
Take a look at this library if you&#8217;re interested in AOP.</li>
<li><a href="http://groups.google.com/group/gwt-maven/browse_thread/thread/96756dd8a3ce07a">GWT-Maven 2.0-beta26 released</a><br />
Addresses a few bugs.  Also check out Charlie&#8217;s post: <a href="http://screaming-penguin.com/node/7628">Super quick-start for GWT (via GWT-Maven)</a> </li>
<li><a href="http://traceurl.blogspot.com/2008/11/gwtai-02.html">GwtAI 0.2 released</a><br />
Supports a couple of new parameters plus some bug fixes.
</li>
</ul>
<p><!--adsense--></p>
<BR/><MAP name="bdv_RSS_Ad_231108035805"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=231108035805&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=231108035805&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=231108035805&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_231108035805" /></a></P>]]></content:encoded>
			<wfw:commentRss>http://www.gwtsite.com/weekly-gwt-links-for-112308/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Weekly GWT Links For 11/16/08</title>
		<link>http://www.gwtsite.com/weekly-gwt-links-for-111608/</link>
		<comments>http://www.gwtsite.com/weekly-gwt-links-for-111608/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 06:38:39 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gwtsite.com/?p=186</guid>
		<description><![CDATA[



YQL Mashup with GWT
A simple little mashup created using the Yahoo! Query Language (YQL) and GWT.
Performance tuning a GWT application
Some nice tips for optimizing your GWT apps.
Tutorial: Google Maps with Java, GWT and Eclipse
A step-by-step tutorial showing how to use Cypal Studio and the Google Maps APIs.
GWTEventService
An event-based client-server communication framework utilizing GWT-RPC and Comet.
Simple [...]<BR/><MAP name="bdv_RSS_Ad_171108063839"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=171108063839&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=171108063839&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=171108063839&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_171108063839" /></a></P>]]></description>
			<content:encoded><![CDATA[<div class="right_image">
<a style="border-bottom:none" href="http://www.sergimansilla.com/blog/?p=75"><img  border="0" style="margin-left:10px" src="http://www.gwtsite.com/images/flyqlr.jpg" alt="YQL and GWT mashup" /></a>
</div>
<ul>
<li><a href="http://www.sergimansilla.com/blog/?p=75">YQL Mashup with GWT</a><br />
A simple little mashup created using the Yahoo! Query Language (YQL) and GWT.</li>
<li><a href="http://sinnema313.wordpress.com/2008/11/16/performance-tuning-a-gwt-application/">Performance tuning a GWT application</a><br />
Some nice tips for optimizing your GWT apps.</li>
<li><a href="http://claudiushauptmann.com/tutorial-google-maps-with-java-gwt-and-eclipse.html">Tutorial: Google Maps with Java, GWT and Eclipse</a><br />
A step-by-step tutorial showing how to use Cypal Studio and the Google Maps APIs.</li>
<li><a href="http://code.google.com/p/gwteventservice/">GWTEventService</a><br />
An event-based client-server communication framework utilizing GWT-RPC and Comet.</li>
<li><a href="http://gwtfuse.blogspot.com/2008/11/simple-lightbox-gwt-dialog-with.html">Simple LightBox GWT Dialog</a><br />
Some code to create a lightbox like effect with plain GWT.</li>
</ul>
<BR/><MAP name="bdv_RSS_Ad_171108063839"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=171108063839&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=171108063839&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=171108063839&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_171108063839" /></a></P>]]></content:encoded>
			<wfw:commentRss>http://www.gwtsite.com/weekly-gwt-links-for-111608/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Weekly GWT Links for 11/2/08</title>
		<link>http://www.gwtsite.com/weekly-gwt-links-for-11208/</link>
		<comments>http://www.gwtsite.com/weekly-gwt-links-for-11208/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 03:26:26 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gwtsite.com/?p=185</guid>
		<description><![CDATA[



Gadgets, Gears, and AJAX Search Google API Libraries for GWT Now Available
The final release for these three libraries is now available for download.
Ext GWT 1.1.2 Available
Assorted bug fixes.
Animated GMap dropped marker with GWT
Some code to create an animated GMap drop marker.
GWT, Gadgets and OpenSocial
Dietrich shows how to get started developing OpenSocial gadgets with GWT.
Cross-browser UI [...]<BR/><MAP name="bdv_RSS_Ad_031108032626"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=031108032626&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=031108032626&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=031108032626&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_031108032626" /></a></P>]]></description>
			<content:encoded><![CDATA[<div class="right_image">
<a style="border-bottom:none" href="http://googlewebtoolkit.blogspot.com/2008/10/gadgets-gears-and-ajax-search-google.html"><img  border="0" style="margin-left:10px" src="http://www.gwtsite.com/images/gadget.jpg" alt="Google Gadgets with GWT" /></a>
</div>
<ul>
<li><a href="http://googlewebtoolkit.blogspot.com/2008/10/gadgets-gears-and-ajax-search-google.html">Gadgets, Gears, and AJAX Search Google API Libraries for GWT Now Available</a><br />
The final release for these three libraries is now available for download.</li>
<li><a href="http://extjs.com/products/gxt/download.php">Ext GWT 1.1.2 Available</a><br />
Assorted bug fixes.</li>
<li><a href="http://joshuajava.wordpress.com/2008/10/29/animated-gmap-dropped-marker-with-gwt/">Animated GMap dropped marker with GWT</a><br />
Some code to create an animated GMap drop marker.</li>
<li><a href="http://www.pathf.com/blogs/2008/10/gwt-gadgets-and-opensocial/">GWT, Gadgets and OpenSocial</a><br />
Dietrich shows how to get started developing OpenSocial gadgets with GWT.</li>
<li><a href="http://development.lombardi.com/?p=253">Cross-browser UI with GWT</a><br />
Some useful tips for creating GWT based layouts.</li>
</ul>
<p><!--adsense--></p>
<BR/><MAP name="bdv_RSS_Ad_031108032626"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=031108032626&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=106624&amp;Ref_Option=main&amp;source=60972798" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=106624&amp;bid=269792&amp;PHS=031108032626&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=106624&amp;bid=269792&amp;PHS=031108032626&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_031108032626" /></a></P>]]></content:encoded>
			<wfw:commentRss>http://www.gwtsite.com/weekly-gwt-links-for-11208/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

