<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.ongwt.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Google Web Toolkit News - onGWT.com</title>
  <link>http://www.ongwt.com/</link>
  <atom:link href="http://www.ongwt.com/feed/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>en</language>
  <pubDate>Fri, 03 Jul 2009 16:31:42 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>C'est les vacances - It's holidays</title>
    <link>http://www.ongwt.com/post/2009/07/03/C-est-les-vacances-It-s-holidays</link>
    <guid isPermaLink="false">urn:md5:6b4b6dbb020dc63e0e47fd53e3d86b83</guid>
    <pubDate>Fri, 03 Jul 2009 18:31:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;I'm on holidays for about 15 days. I will try to keep away as much as I can
from an internet connection. So if everything go well there will be no update
on this web site during this period.&lt;/p&gt;
&lt;p&gt;Of course my return, with tons of mails/news/blogs/tweets, will be hard. If
you want to help me to filter all this noise, just send me an email
(didier.girard@gmail.com) with &amp;quot;[Breaking news for onGWT]&amp;quot; in the subject.&lt;/p&gt;
&lt;p&gt;Take care, Didier&lt;/p&gt;
&lt;p&gt;Here is the target (grandfather home): &lt;a href=&quot;http://maps.google.com/maps?hl=en&amp;amp;q=chatel+de+joux&amp;amp;ie=UTF8&amp;amp;t=h&amp;amp;z=12&quot;&gt;
Chatel-de-Joux&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ongwt.com/public/WindowsLiveWriter_CestlesvacancesItsholidays_10317_image_2.png&quot;&gt;
&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;368&quot; alt=&quot;image&quot; src=&quot;http://www.ongwt.com/public/WindowsLiveWriter_CestlesvacancesItsholidays_10317_image_thumb.png&quot; width=&quot;577&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.ongwt.com/post/2009/07/03/C-est-les-vacances-It-s-holidays#comment-form</comments>
      <wfw:comment>http://www.ongwt.com/post/2009/07/03/C-est-les-vacances-It-s-holidays#comment-form</wfw:comment>
      <wfw:commentRss>http://www.ongwt.com/feed/rss2/comments/415206</wfw:commentRss>
      </item>
    
  <item>
    <title>Client-side GChart 2.5</title>
    <link>http://www.ongwt.com/post/2009/07/03/Client-side-GChart-25</link>
    <guid isPermaLink="false">urn:md5:b8e88b595839b45b91447aa78cb2f2d6</guid>
    <pubDate>Fri, 03 Jul 2009 18:08:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;John C. Gunther :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Client-side GChart 2.5 adds a new canvas-rendering option for faster,
better-looking, line, pie, and area charts with RGBA (alpha-transparent)
colors.&lt;br /&gt;
This release also adds centered/inside ticks, improved chart print-ability, and
more.&lt;br /&gt;
GChart performs its rendering via GWT Widgets, but GWT does not come with a
canvas Widget standard. So, you'll have to implement an interface that teaches
GChart how to create thecanvas Widgets it needs to render your charts.&lt;br /&gt;
Sounds complicated, but, if you use the GWT incubator project's GWTCanvas, it's
easy. Just add gwt-incubator.jar to your project build path and .gwt.xml file
as usual. Then copy about 6 lines of standard boilerplate into your
application's EntryPoint class. Done.&lt;br /&gt;
The live demo provides a working example (follow the link at the bottom of the
page to see how the live demo includes the required boilerplate).&lt;br /&gt;
Note that, if you are OK with its default HTML-only rendering, GChart still
works just fine without such canvas-related interfacing. You won't escape the
much-maligned banded-filled pie slices, but that's life.&lt;br /&gt;
Canvas rendered, and still 100% pure GWT Java?&lt;br /&gt;
Granted, GWTCanvas contains a heck of a lot of Javascript that isn't part of
the standard GWT distro. So, the claim that GChart is strictly layered on
plain-vanilla GWT, though technically true (there's no Javascript in GChart
itself), is a bit misleading if you need to use the canvas rendering
option.&lt;br /&gt;
On the other hand, GChart uses GWTCanvas in the same 'who cares what browser'
manner that it uses, say, the standard GWT Grid Widget.  Moreover, there
is a reasonably good chance that some future GWT distro will include a better,
improved, GWTCanvas.&lt;br /&gt;
So, GChart is still designed around the idea of being strictly layered on top
of Widgets and such that capture the browser-specific differences at the lowest
possible level. This approach assures that your chart library isn't just open
source, it's 'you can easily read, change, and debug the source'.&lt;br /&gt;
One easily quantified advantage of GChart's approach: when I recompiled the
live demo in transitioning from 1.5.3 to 1.6.4, I noticed that the charts were
rendering about 15% faster.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Homepage(live demo, downloads, docs): &lt;a href=&quot;http://gchart.googlecode.com&quot;&gt;http://gchart.googlecode.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Release Notes: &lt;a href=&quot;http://gchart.googlecode.com/svn/trunk/doc/com/googlecode/gchart/client/doc-files/gchart2p5features.html&quot;&gt;
http://gchart.googlecode.com/svn/trunk/doc/com/googlecode/gchart/client/doc-files/gchart2p5features.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://gchart.googlecode.com/svn/trunk/gchart/src/com/googlecode/gchart/client/doc-files/live-demo-half-size-2p5.png&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.ongwt.com/post/2009/07/03/Client-side-GChart-25#comment-form</comments>
      <wfw:comment>http://www.ongwt.com/post/2009/07/03/Client-side-GChart-25#comment-form</wfw:comment>
      <wfw:commentRss>http://www.ongwt.com/feed/rss2/comments/415200</wfw:commentRss>
      </item>
    
  <item>
    <title>Firefox 3.5 - Yes</title>
    <link>http://www.ongwt.com/post/2009/07/01/Firefox-35-Yes</link>
    <guid isPermaLink="false">urn:md5:88231fadeb878bfbfae8f6db34e4a3a5</guid>
    <pubDate>Wed, 01 Jul 2009 16:33:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Every major version of a browser is a major event in the GWT community.
Firefox 3.5 is one of these major events : Firefox 3.5 helps GWT applications
to run faster.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ongwt.com/public/WindowsLiveWriter_Firefox3.5Yes_E7C2_image_2.png&quot;&gt;&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;171&quot; alt=&quot;image&quot; src=&quot;http://www.ongwt.com/public/WindowsLiveWriter_Firefox3.5Yes_E7C2_image_thumb.png&quot; width=&quot;325&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mozilla-europe.org/fr/firefox/&quot;&gt;http://www.mozilla-europe.org/fr/firefox/&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.ongwt.com/post/2009/07/01/Firefox-35-Yes#comment-form</comments>
      <wfw:comment>http://www.ongwt.com/post/2009/07/01/Firefox-35-Yes#comment-form</wfw:comment>
      <wfw:commentRss>http://www.ongwt.com/feed/rss2/comments/414677</wfw:commentRss>
      </item>
    
  <item>
    <title>Google Developer Days Brazil 2009 - Keynote</title>
    <link>http://www.ongwt.com/post/2009/06/29/Google-Developer-Days-Brazil-2009-Keynote</link>
    <guid isPermaLink="false">urn:md5:d35a6d5a3f492375e81f50ea9287704d</guid>
    <pubDate>Mon, 29 Jun 2009 17:20:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Patrick Chanezon has published its GDD Brazil 2009 keynote.&lt;/p&gt;
&lt;p&gt;Very nice slideshow.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ongwt.com/public/WindowsLiveWriter_GoogleDeveloperDaysBrazil2009Keynote_F2E9_image_2.png&quot;&gt;
&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;357&quot; alt=&quot;image&quot; src=&quot;http://www.ongwt.com/public/WindowsLiveWriter_GoogleDeveloperDaysBrazil2009Keynote_F2E9_image_thumb.png&quot; width=&quot;441&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.slideshare.net/chanezon/google-developer-days-brazil-2009-keynote&quot;&gt;GDD
Brazil 2009 - Keynote&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.ongwt.com/post/2009/06/29/Google-Developer-Days-Brazil-2009-Keynote#comment-form</comments>
      <wfw:comment>http://www.ongwt.com/post/2009/06/29/Google-Developer-Days-Brazil-2009-Keynote#comment-form</wfw:comment>
      <wfw:commentRss>http://www.ongwt.com/feed/rss2/comments/414142</wfw:commentRss>
      </item>
    
  <item>
    <title>Advanced Browser Performance tool for IE</title>
    <link>http://www.ongwt.com/post/2009/06/29/Advanced-Browser-Performance-tool-for-IE</link>
    <guid isPermaLink="false">urn:md5:433000caf4a1a9fbd9d890bf5246e385</guid>
    <pubDate>Mon, 29 Jun 2009 16:36:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Dion Almaer&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;They have surprised us again with their new tool MSFast which is “a browser
plugin that help developers to improve their code performance by capturing and
measuring possible bottlenecks on their web pages.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://ajaxian.com/archives/myspace-open-sources-advanced-browser-performance-tool-for-ie&quot;&gt;
MySpace open sources advanced browser performance tool for IE&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.ongwt.com/post/2009/06/29/Advanced-Browser-Performance-tool-for-IE#comment-form</comments>
      <wfw:comment>http://www.ongwt.com/post/2009/06/29/Advanced-Browser-Performance-tool-for-IE#comment-form</wfw:comment>
      <wfw:commentRss>http://www.ongwt.com/feed/rss2/comments/414133</wfw:commentRss>
      </item>
    
  <item>
    <title>Developer Sandbox Interviews : myERP.com - this video is in French...</title>
    <link>http://www.ongwt.com/post/2009/06/29/Developer-Sandbox-Interviews-%3A-myERPcom-this-video-is-in-French</link>
    <guid isPermaLink="false">urn:md5:702e6fdadbcc2d91f23d67a857a92cb6</guid>
    <pubDate>Mon, 29 Jun 2009 16:26:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Patrick Chanezon, Developer Advogate chez Google, a interviewé les
développeurs de myERP.com. Intéressant.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ongwt.com/public/WindowsLiveWriter_DeveloperSandboxInterviewsmyERP.comthis_E657_image_2.png&quot;&gt;
&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;337&quot; alt=&quot;image&quot; src=&quot;http://www.ongwt.com/public/WindowsLiveWriter_DeveloperSandboxInterviewsmyERP.comthis_E657_image_thumb.png&quot; width=&quot;403&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title=&quot;http://jamgoogle.com/developer-sandbox-interviews-myerp-com/&quot; href=&quot;http://jamgoogle.com/developer-sandbox-interviews-myerp-com/&quot;&gt;http://jamgoogle.com/developer-sandbox-interviews-myerp-com/&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.ongwt.com/post/2009/06/29/Developer-Sandbox-Interviews-%3A-myERPcom-this-video-is-in-French#comment-form</comments>
      <wfw:comment>http://www.ongwt.com/post/2009/06/29/Developer-Sandbox-Interviews-%3A-myERPcom-this-video-is-in-French#comment-form</wfw:comment>
      <wfw:commentRss>http://www.ongwt.com/feed/rss2/comments/414126</wfw:commentRss>
      </item>
    
  <item>
    <title>Let's make the web faster</title>
    <link>http://www.ongwt.com/post/2009/06/29/Let-s-make-the-web-faster</link>
    <guid isPermaLink="false">urn:md5:1c0cdb1e94b14181ef2abc6c2bae6338</guid>
    <pubDate>Mon, 29 Jun 2009 15:39:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;code.google.com/speed :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;What would be possible if browsing the web was as fast as turning the pages
of a magazine? We invite you to join us in exploring and innovating across the
entire spectrum of performance - from Internet protocols to the browser to
website development. Together, let's make the web faster!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://code.google.com/speed/&quot;&gt;http://code.google.com/speed/&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.ongwt.com/post/2009/06/29/Let-s-make-the-web-faster#comment-form</comments>
      <wfw:comment>http://www.ongwt.com/post/2009/06/29/Let-s-make-the-web-faster#comment-form</wfw:comment>
      <wfw:commentRss>http://www.ongwt.com/feed/rss2/comments/414114</wfw:commentRss>
      </item>
    
  <item>
    <title>Eclipse-Databinding 3.5 for GWT</title>
    <link>http://www.ongwt.com/post/2009/06/29/Eclipse-Databinding-35-for-GWT</link>
    <guid isPermaLink="false">urn:md5:d2859da62b99d3ef6247950c8a5cefe8</guid>
    <pubDate>Mon, 29 Jun 2009 11:10:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Tom :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I’m a big fan of GWT but one of the real pain points when developing GWT
applications is that there’s no databinding framework available to synchronize
your domain objects and UI-Widgets.&lt;/p&gt;
&lt;p&gt;As many of you know I’m an even bigger fan of Eclipse-Databinding because it
is written so that it can be used with &lt;strong&gt;ANY&lt;/strong&gt; Model-Technology
you want and even more important &lt;strong&gt;ANY&lt;/strong&gt; UI-Technology you want
and in fairly every environment you want (or at least porting to it is possible
without too much trouble).&lt;/p&gt;
&lt;p&gt;I’m happy to announce that the days without a databinding solution are gone
forever now because yesterday in the night I made Eclipse-Databinding 3.5
compile under GWT and already wrote the first WidgetProperty implementations
for Text and Label-Widgets.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://tomsondev.bestsolution.at/2009/06/27/eclipse-databinding-3-5-for-gwt/&quot;&gt;Eclipse-Databinding
3.5 for GWT&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.ongwt.com/post/2009/06/29/Eclipse-Databinding-35-for-GWT#comment-form</comments>
      <wfw:comment>http://www.ongwt.com/post/2009/06/29/Eclipse-Databinding-35-for-GWT#comment-form</wfw:comment>
      <wfw:commentRss>http://www.ongwt.com/feed/rss2/comments/414049</wfw:commentRss>
      </item>
    
  <item>
    <title>Do you want to play with GWT 2.0 ?</title>
    <link>http://www.ongwt.com/post/2009/06/26/Do-you-want-to-play-with-GWT-20</link>
    <guid isPermaLink="false">urn:md5:c02ae4667edecf4179e8e60d80a5aa17</guid>
    <pubDate>Fri, 26 Jun 2009 12:38:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Matt Raible :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;One of the most interesting features coming in GWT 2.0 is code splitting and
the ability to use GWT.runAsync() to reduce the size of your application's
initial download. This week, I learned how to use GWT 2.0 with my GWT 1.6/Maven
project. Below are instructions on how to build and use the latest GWT with
Maven.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://raibledesigns.com/rd/entry/how_to_use_gwt_2&quot;&gt;http://raibledesigns.com/rd/entry/how_to_use_gwt_2&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>onGWT.com powered by GWT and AppEngine, why not ?</title>
    <link>http://www.ongwt.com/post/2009/06/26/onGWTcom-powered-by-GWT-and-AppEngine-why-not</link>
    <guid isPermaLink="false">urn:md5:634bc0d389ebd011e9625f1af1986b76</guid>
    <pubDate>Fri, 26 Jun 2009 12:17:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;With my team we start to build a blog engine for AppEngine. I'm confident
that one day, this solution will fully support onGWT. Here is a first try.&lt;/p&gt;
&lt;p&gt;To be precise : the frontend is in classical servlet/JSP (compatible with
googlebot), the backend is in GWT.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www2.ongwt.com/post/link/agd3ZW9uZ3d0cgsLEgRsaW5rGMIXDA&quot;&gt;onGWT.com
powered by WolfEngine&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>XWiki Wysiwyg Editor - powered by GWT</title>
    <link>http://www.ongwt.com/post/2009/06/24/XWiki-Wysiwyg-Editor-powered-by-GWT</link>
    <guid isPermaLink="false">urn:md5:c9603d374c7fc7223b6d9c9e61097a07</guid>
    <pubDate>Wed, 24 Jun 2009 08:35:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;The XWiki team has built a very nice Wysiwyg Editor. Vincent Massol, CTO of
XWiki, told me a few month ago that they will opensource it in a in its own
project.  I hope XWiki team will have the time to do it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://incubator.myxwiki.org/xwiki/bin/view/Drafts/WysiwygUserGuide&quot;&gt;WYSIWYG
User's Guide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ongwt.com/public/WindowsLiveWriter_XWikiWysiwygEditorpoweredbyGWT_77D7_image_2.png&quot;&gt;
&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;243&quot; alt=&quot;image&quot; src=&quot;http://www.ongwt.com/public/WindowsLiveWriter_XWikiWysiwygEditorpoweredbyGWT_77D7_image_thumb.png&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Vaadin : who can explain me what is Vaadin ?</title>
    <link>http://www.ongwt.com/post/2009/06/23/Vaadin-%3A-who-can-explain-me-what-is-Vaadin</link>
    <guid isPermaLink="false">urn:md5:eb61647245d72dc51009717ed1b699af</guid>
    <pubDate>Tue, 23 Jun 2009 16:23:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Is it GWT or not ?&lt;/p&gt;
&lt;p&gt;Is it a wrapper or not ?&lt;/p&gt;
&lt;p&gt;Is it as spectacular as it is said ?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://vaadin.com/home&quot;&gt;http://vaadin.com/home&lt;/a&gt;&lt;/p&gt;
&lt;a href=&quot;http://www.ongwt.com/public/WindowsLiveWriter_VaadinwhocanexplainmewhatisVaadin_E55F_image_2.png&quot;&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;149&quot; alt=&quot;image&quot; src=&quot;http://www.ongwt.com/public/WindowsLiveWriter_VaadinwhocanexplainmewhatisVaadin_E55F_image_thumb.png&quot; width=&quot;487&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>GWT Overview and Feature Preview by Fred Sauer</title>
    <link>http://www.ongwt.com/post/2009/06/23/GWT-Overview-and-Feature-Preview-by-Fred-Sauer</link>
    <guid isPermaLink="false">urn:md5:82b96b7acc2f4ed1086697e1da4180d9</guid>
    <pubDate>Tue, 23 Jun 2009 13:16:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Overview of Google Web Toolkit (GWT) and GWT 2.0 Feature Preview, presented
at the Silicon Valley Web Java User Group on June 16 2009 at the Googleplex in
Mountain View, CA.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.slideshare.net/fredsa/gwt-overview-and-feature-preview-sv-web-jug-june-16-2009#&quot;&gt;
Presentation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ongwt.com/public/WindowsLiveWriter_GWTOverviewandFeaturePreviewbyFredSauer_BA4B_image_2.png&quot;&gt;
&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;257&quot; alt=&quot;image&quot; src=&quot;http://www.ongwt.com/public/WindowsLiveWriter_GWTOverviewandFeaturePreviewbyFredSauer_BA4B_image_thumb.png&quot; width=&quot;339&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>GWT and OAuth</title>
    <link>http://www.ongwt.com/post/2009/06/19/GWT-and-OAuth</link>
    <guid isPermaLink="false">urn:md5:b124c5a0debbc2cb963f379e8a0aa30c</guid>
    <pubDate>Fri, 19 Jun 2009 13:35:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Matt Raible :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Since the application I'm working on uses GWT, I chose to implement an OAuth
client in GWT. After googling for &amp;quot;gwt oauth&amp;quot;, I found two examples.
Unfortunately, neither worked out-of-the-box.&lt;/p&gt;
&lt;p&gt;The good news is I did manage to create a working solution.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://raibledesigns.com/rd/entry/implementing_oauth_with_gwt&quot;&gt;Implementing
OAuth with GWT&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>HTML 5 - Using Audio Tag</title>
    <link>http://www.ongwt.com/post/2009/06/19/HTML-5-Using-Audio-Tag</link>
    <guid isPermaLink="false">urn:md5:6d40c75a9710eeea01fac6d479ddb7a4</guid>
    <pubDate>Fri, 19 Jun 2009 11:53:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;blockquote&gt;
&lt;p&gt;The piano and text are from Jono. Requires Firefox 3.5 or another browser
with &amp;lt;Audio&amp;gt; tag support (Chrome 3). You can play this by clicking on it
with the mouse, or by using the keys on your real keyboard that correspond to
the labels below. It supports chords (play multiple notes at the same time by
holding down multiple keys on your real keyboard). Try it!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Really fun.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://people.mozilla.org/~dietrich/piano/piano.html&quot;&gt;http://people.mozilla.org/~dietrich/piano/piano.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Source : &lt;a href=&quot;http://friendfeed.com/nitot/414439e3/most-amazing-new-firefox-3-5-feature-ability-to&quot;&gt;
Tristan Nitot&lt;/a&gt; (Mozilla Europe)&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>GWT UML - A must see</title>
    <link>http://www.ongwt.com/post/2009/06/18/GWT-UML-A-must-see</link>
    <guid isPermaLink="false">urn:md5:cee45723411b62bdeceb71f746ee4505</guid>
    <pubDate>Thu, 18 Jun 2009 06:03:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Dietrich Kappe&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Florian Mounier has spent the last six months developing GWT UML, a slick
little UML diagramming tool written in, obviously, GWT.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Really impressive.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://code.google.com/p/gwtuml/&quot;&gt;Project code&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://1.latest.gwtuml.appspot.com/GWTUMLDrawer.html#Drawer?DiagramType=0&amp;amp;&quot;&gt;
Demonstration&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Source : &lt;a href=&quot;http://www.pathf.com/blogs/2009/06/gwtuml-just-enough-uml-for-wikis/&quot;&gt;GWTUML -
Just Enough UML for Wikis&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ongwt.com/public/WindowsLiveWriter_GWTUMLAmustsee_5457_image_2.png&quot;&gt;
&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;218&quot; alt=&quot;image&quot; src=&quot;http://www.ongwt.com/public/WindowsLiveWriter_GWTUMLAmustsee_5457_image_thumb.png&quot; width=&quot;419&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Building a Google Wave Gadget with GWT</title>
    <link>http://www.ongwt.com/post/2009/06/16/Building-a-Google-Wave-Gadget-with-GWT</link>
    <guid isPermaLink="false">urn:md5:7c49f96c1abef17d2cbea8684bff9247</guid>
    <pubDate>Tue, 16 Jun 2009 17:14:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Alex Moffat :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I’ve just written my first Google Wave Gadget using GWT with the Gadgets
portion of the Google API Libraries for GWT. You can see it in action in the
video below. I’ll describe how I got this to work and talk about the source
code below the fold. The complete source for this example Wave Gadget can be
downloaded.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://development.lombardi.com/?p=809&quot;&gt;Building a Google Wave
Gadget with GWT&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Demo PureMVC for GWT</title>
    <link>http://www.ongwt.com/post/2009/06/16/Demo-PureMVC-for-GWT</link>
    <guid isPermaLink="false">urn:md5:b5539ce03d06e65c92ad8b30eda315c3</guid>
    <pubDate>Tue, 16 Jun 2009 07:36:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;This demo illustrates techniques for performing routine maintenance
operations in a PureMVC-based Java/GWT application.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://trac.puremvc.org/Demo_Java_MultiCore_GWT_EmployeeAdmin&quot;&gt;Home
Demo - GWT / Employee Admin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://employeeadm.appspot.com/&quot;&gt;Live Demo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;331&quot; alt=&quot;Screenshot of the !EmployeeAdminDemo in Java&quot; src=&quot;http://trac.puremvc.org/Demo_Java_MultiCore_GWT_EmployeeAdmin/attachment/wiki/WikiStart/ea_screenshot.png?format=raw&quot; width=&quot;549&quot; /&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>June 16, 2009 - GWT at Googleplex</title>
    <link>http://www.ongwt.com/post/2009/06/16/June-16-2009-GWT-at-Googleplex</link>
    <guid isPermaLink="false">urn:md5:8665fe2cc3d9240c99c1443322a3b6a8</guid>
    <pubDate>Tue, 16 Jun 2009 07:15:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Fred Sauer :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;For those of you in and around Silicon Valley, I'd like to invite you to see
my Google Web Toolkit presentation titled &amp;quot;&lt;i&gt;GWT Overview and Feature
Preview&lt;/i&gt;&amp;quot; at the Silicon Valley Web Java User Group. I'll start with an
overview of current GWT features and functionality. Towards the end I'll cover
some of the features you can expect to see in GWT 2.0, many of which you can
try out now if you don't mind creating your own builds. Of course there will be
plenty of time for Q&amp;amp;A and some time to network with other developers in
the community.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://googlewebtoolkit.blogspot.com/2009/06/come-hear-about-gwt-at-googleplex.html&quot;&gt;
Come hear about GWT at the Googleplex&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Enhancing evite.com with GWT and Grails</title>
    <link>http://www.ongwt.com/post/2009/06/15/Enhancing-evitecom-with-GWT-and-Grails</link>
    <guid isPermaLink="false">urn:md5:2101edc4f562920db0d1fa29a8aab4f5</guid>
    <pubDate>Mon, 15 Jun 2009 16:42:00 +0200</pubDate>
    <dc:creator>dgirard</dc:creator>
            
    <description>    &lt;p&gt;Matt Raible :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Everyone from Evite is very happy with what we've been able to do with GWT
and Grails. We have a stateless architecture and are quickly able to develop
both client-side and server-side features. We've learned to scale the client by
using out-of-the-box GWT components. We've scaled Grails by caching as much as
possible. We serve up Ads and Analytics using the same JavaScript mechanisms
that traditional server-side frameworks use.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;@Matt, thanks for sharing.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://raibledesigns.com/rd/entry/enhancing_evite_com_with_gwt&quot;&gt;Enhancing
Evite.com with GWT and Grails&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>