<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Google Web Toolkit Google Group</title>
  <link>http://groups.google.com/group/google-web-toolkit</link>
  <description>The official Google Web Toolkit (GWT) developer discussion group. GWT lets you build AJAX apps in the Java programming language.</description>
  <language>en</language>
  <item>
  <title>Re: GWT RPC + JDO - persisted object loses its id when sending from server back to client.</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/b72882b0dcf908fa/e9c598a93dfa72ba?show_docid=e9c598a93dfa72ba</link>
  <description>
  Oh yes, ofcourse Employee extends Person...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/b72882b0dcf908fa/e9c598a93dfa72ba?show_docid=e9c598a93dfa72ba</guid>
  <author>
  m.sijt...@student.utwente.nl
  (Kah0ona)
  </author>
  <pubDate>Thu, 07 Jan 2010 16:32:06 UT
</pubDate>
  </item>
  <item>
  <title>GWT RPC + JDO - persisted object loses its id when sending from server back to client.</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/b72882b0dcf908fa/3ec185249163ee06?show_docid=3ec185249163ee06</link>
  <description>
  I have a problem with the following things: &lt;br&gt; @PersistenceCapable(detachable = &amp;quot;false&amp;quot;, identityType = &lt;br&gt; IdentityType.APPLICATION) &lt;br&gt; @Inheritance(strategy = InheritanceStrategy.SUBCLASS_T ABLE) &lt;br&gt; public abstract class Person { &lt;br&gt; @PrimaryKey &lt;br&gt; @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) &lt;br&gt; @Extension(vendorName = &amp;quot;datanucleus&amp;quot;, key = &amp;quot;gae.encoded-pk&amp;quot;, value
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/b72882b0dcf908fa/3ec185249163ee06?show_docid=3ec185249163ee06</guid>
  <author>
  m.sijt...@student.utwente.nl
  (Kah0ona)
  </author>
  <pubDate>Thu, 07 Jan 2010 16:31:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Webbrowser game made with GWT 2.0: lacesfirst.com</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/0a714b6f88454fdc/fcc75e6c03718467?show_docid=fcc75e6c03718467</link>
  <description>
  Could you give us small step by step guide how to make gwt 2.0 development &lt;br&gt; mode working with gwt RPC and JBoss ejb beans? I never got it to work.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/0a714b6f88454fdc/fcc75e6c03718467?show_docid=fcc75e6c03718467</guid>
  <author>
  nenchev.mari...@gmail.com
  (mariyan nenchev)
  </author>
  <pubDate>Thu, 07 Jan 2010 16:31:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: Listen for Browser resize event</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a21534e9747ea241/5ba898f834ec8929?show_docid=5ba898f834ec8929</link>
  <description>
  Sure! &lt;br&gt; Have a look at Window.addResizeHandler(...) &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/Window.html#addResizeHandler(com.google.gwt.event.logical.shared.ResizeHandler&quot;&gt;[link]&lt;/a&gt;)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a21534e9747ea241/5ba898f834ec8929?show_docid=5ba898f834ec8929</guid>
  <author>
  t.bro...@gmail.com
  (Thomas Broyer)
  </author>
  <pubDate>Thu, 07 Jan 2010 16:22:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: TextBox with style name does not change font rendering after becoming read only</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c168deef8ff0d6d9/b7c3b61f288bd6fa?show_docid=b7c3b61f288bd6fa</link>
  <description>
  I haven&#39;t checked bu I guess that in most browsers (with the notable &lt;br&gt; exception of IE, of course), you&#39;d have to have a CSS rule with a &lt;br&gt; &amp;quot;myStyle:readonly&amp;quot; selector. &lt;br&gt; Your rule (class-based) is more specific than the default rule &lt;br&gt; (input:readonly) used by the browser so it overrides it. That&#39;s the &lt;br&gt; &amp;quot;cascading&amp;quot; nature of CSS in action.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c168deef8ff0d6d9/b7c3b61f288bd6fa?show_docid=b7c3b61f288bd6fa</guid>
  <author>
  t.bro...@gmail.com
  (Thomas Broyer)
  </author>
  <pubDate>Thu, 07 Jan 2010 16:12:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: UiBinder, can&#39;t even get to first base</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/73a20b15ffeb45fb/f9220368348ae270?show_docid=f9220368348ae270</link>
  <description>
  Ahhhh, I finally got it. I wish I hadn&#39;t wasted so much time reading &lt;br&gt; tutorials and other &amp;quot;helpful&amp;quot; guides. The real scoop is right here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/UIObject.html#setStyleName%28java.lang.String%29&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/73a20b15ffeb45fb/f9220368348ae270?show_docid=f9220368348ae270</guid>
  <author>
  nesre...@gmail.com
  (John)
  </author>
  <pubDate>Thu, 07 Jan 2010 16:01:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Webbrowser game made with GWT 2.0: lacesfirst.com</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/0a714b6f88454fdc/57f62e7bc011ab6b?show_docid=57f62e7bc011ab6b</link>
  <description>
  Well, I started about 2 years ago, just a few hours a month trying out &lt;br&gt; various GWT things and gradually upgrading to newer GWT versions (1.3 &lt;br&gt; - 1.4 - 1.5 - 1.6 - 1.7 - 2.0). &lt;br&gt; Upgrading was always easy as I found out. The only hard part was &lt;br&gt; getting Jetty to communicate with my JBoss application server in
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/0a714b6f88454fdc/57f62e7bc011ab6b?show_docid=57f62e7bc011ab6b</guid>
  <author>
  menno.van.gange...@gmail.com
  (Fushion)
  </author>
  <pubDate>Thu, 07 Jan 2010 15:47:41 UT
</pubDate>
  </item>
  <item>
  <title>server log while testing on Eclipse</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2634b6257512f8cb/da4b4b64c2d0f485?show_docid=da4b4b64c2d0f485</link>
  <description>
  Hi &lt;br&gt; I&#39;m using GWT 1.7 on eclipse 3.5. Sometimes, in the servlets, I log a &lt;br&gt; few things using javax.servlet.GenericServlet.l og, but I dont see &lt;br&gt; anything neither in the GWT browser (which I&#39;m not surprised of) nor &lt;br&gt; in the Eclipse console (which I was expecting) &lt;br&gt; Can you tell me where my log messages can be read from ? Or is there
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2634b6257512f8cb/da4b4b64c2d0f485?show_docid=da4b4b64c2d0f485</guid>
  <author>
  chd...@gmail.com
  (K.WA)
  </author>
  <pubDate>Thu, 07 Jan 2010 15:06:26 UT
</pubDate>
  </item>
  <item>
  <title>gwt rpc gzip response failing in FF</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/cd55bccfb8f19f43/a573949f5b7e2cc2?show_docid=a573949f5b7e2cc2</link>
  <description>
  Hey All, &lt;br&gt; I&#39;ve been using gwt and it&#39;s rpc requests for a while. All of a &lt;br&gt; sudden some of my request started failing when everything on the &lt;br&gt; server completed perfectly. After a while I checked firebug and the &lt;br&gt; responses I&#39;m getting back are sometimes gzipped and sometimes not. &lt;br&gt; The problem is that any time the response is gzipped my widget doing
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/cd55bccfb8f19f43/a573949f5b7e2cc2?show_docid=a573949f5b7e2cc2</guid>
  <author>
  bcon...@gmail.com
  (bconoly)
  </author>
  <pubDate>Thu, 07 Jan 2010 15:04:39 UT
</pubDate>
  </item>
  <item>
  <title>gwt 2.0 curiosity</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c27bbf1718cf4ff1/6444e65a94ef0845?show_docid=6444e65a94ef0845</link>
  <description>
  Hi all, &lt;br&gt; I have migrated an application from gwt 1.7 to 2.0 and I realized that &lt;br&gt; the generated .war file has tripled it&#39;s size (from 54 MB to 148 MB). &lt;br&gt; This is a known fact? &lt;br&gt; Please let me know your situation. &lt;br&gt; Thanks, &lt;br&gt; Cristian.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c27bbf1718cf4ff1/6444e65a94ef0845?show_docid=6444e65a94ef0845</guid>
  <author>
  nicanor.bab...@gmail.com
  (nicanor.babula)
  </author>
  <pubDate>Thu, 07 Jan 2010 15:02:33 UT
</pubDate>
  </item>
  <item>
  <title>TextBox with style name does not change font rendering after becoming read only</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c168deef8ff0d6d9/557eeeaeaf75e64e?show_docid=557eeeaeaf75e64e</link>
  <description>
  Code: &lt;br&gt; TextBox textBox = new TextBox(); &lt;br&gt; textBox.setText(&amp;quot;some text&amp;quot;); &lt;br&gt; textBox.setStyleName(&amp;quot;myStyle&amp;quot; ); // my style adds background color and &lt;br&gt; border &lt;br&gt; textBox.setReadOnly(true); &lt;br&gt; At this point, the text displayed in the textbox does not become &lt;br&gt; distinctive for read only fields (i.e. being a sort of grayed out).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c168deef8ff0d6d9/557eeeaeaf75e64e?show_docid=557eeeaeaf75e64e</guid>
  <author>
  ilie.su...@gmail.com
  (fermierul)
  </author>
  <pubDate>Thu, 07 Jan 2010 14:36:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Upgraded to GWT 2, tests now time out</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c4c59ca88cff3eff/eff2e8d3f162b633?show_docid=eff2e8d3f162b633</link>
  <description>
  I&#39;ve just seen that: &lt;br&gt; &amp;quot;Additionally, correct tests can sometimes fail on HtmlUnit, either &lt;br&gt; because the HtmlUnit support for that feature is lacking or because of &lt;br&gt; HtmlUnit&#39;s issues with flakiness when running asynchronous tests.&amp;quot; &lt;br&gt; Is this timeout / no response one of the types of flakiness that might &lt;br&gt; be expected? Does this statement only apply where my tests are
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c4c59ca88cff3eff/eff2e8d3f162b633?show_docid=eff2e8d3f162b633</guid>
  <author>
  jsvaug...@gmail.com
  (Jon Vaughan)
  </author>
  <pubDate>Thu, 07 Jan 2010 14:14:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Detect browser back or forward button clicked</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c2bc306267b8e0da/a3dd0667a927fe0f?show_docid=a3dd0667a927fe0f</link>
  <description>
  Hi Rogério Valente, &lt;br&gt; Thanks for the reply. &lt;br&gt; If i disable the buttons how will i come to know that the back button &lt;br&gt; is clicked ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c2bc306267b8e0da/a3dd0667a927fe0f?show_docid=a3dd0667a927fe0f</guid>
  <author>
  an...@ensarm.com
  (Anita)
  </author>
  <pubDate>Thu, 07 Jan 2010 14:13:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: gwt compiled size twice greater on Mac than Windows</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/e742632f7d833810/83bc972dd6c2c30b?show_docid=83bc972dd6c2c30b</link>
  <description>
  Hi, &lt;br&gt; Turns out it isn&#39;t the compile size that is different, it is the same. &lt;br&gt; The difference was due to .svn file which on my mac get&#39;s placed in &lt;br&gt; all the directories but on Windows, it is not. I am using the &lt;br&gt; subversion client for eclipse on both computers, on windows I am also &lt;br&gt; using tortoisesvn library.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/e742632f7d833810/83bc972dd6c2c30b?show_docid=83bc972dd6c2c30b</guid>
  <author>
  hasa...@gmail.com
  (hasan)
  </author>
  <pubDate>Thu, 07 Jan 2010 14:10:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Binding Style Fields with UiBinder</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6a783e3680ad2a7/1c44287932b06863?show_docid=1c44287932b06863</link>
  <description>
  That solution works. Thanks for clarifying how to bind styles. &lt;br&gt; -George
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6a783e3680ad2a7/1c44287932b06863?show_docid=1c44287932b06863</guid>
  <author>
  george.iykara.abra...@gmail.com
  (GAbraham)
  </author>
  <pubDate>Thu, 07 Jan 2010 14:10:22 UT
</pubDate>
  </item>
  </channel>
</rss>
