[gwt-contrib] Re: Comment on UiBinder in google-web-toolkit

2009-12-07 Thread codesite-noreply
Comment by revoltcss: Hi all, About that Hello World example, I want to know how to get the Hello World example running in GWT. Do I create a separated xml file (HelloWorld.ui.xml) or should I need to put it in the original xml file? Also do I need to make a different class for the Hello

[gwt-contrib] Re: Comment on TroubleshootingOOPHM in google-web-toolkit

2009-12-07 Thread codesite-noreply
Comment by rocky303: I started two GWT project at a same time, but on different ports ( and 8889). Using GWT2.0RC2 For more information: http://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on UsingOOPHM in google-web-toolkit

2009-12-07 Thread codesite-noreply
Comment by brian.ireilly: I'm also experiencing slowness on Mac OS X Leopard (10.5.8). I'm still on Safari 4.0.3 because of the problems I'd heard that people were having with 4.0.4, however I see the same slowness in Firefox 3.5.5. Where I really notice it is with a GWT-RPC loop that I

[gwt-contrib] Remove excess calls to foreign collections

2009-12-07 Thread scottb
Reviewers: rice+legacy, Description: Sometimes external collections can change unexpectedly; this change makes us call foreign collections fewer times to protect us from the possibility of inconsistency. Please review this at http://gwt-code-reviews.appspot.com/118810 Affected files:

[gwt-contrib] [google-web-toolkit] r7264 committed - Javadoc fixes for deRPC....

2009-12-07 Thread codesite-noreply
Revision: 7264 Author: j...@google.com Date: Mon Dec 7 15:48:32 2009 Log: Javadoc fixes for deRPC. Patch by: jat Review by: jlabanca (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=7264 Modified: /trunk/doc/build.xml

[gwt-contrib] [google-web-toolkit] r7265 committed - Merge trunk r7264 into this branch...

2009-12-07 Thread codesite-noreply
Revision: 7265 Author: j...@google.com Date: Mon Dec 7 15:50:49 2009 Log: Merge trunk r7264 into this branch Javadoc fixes for deRPC. svn merge --ignore-ancestry -c7264 \ https://google-web-toolkit.googlecode.com/svn/trunk/ .

[gwt-contrib] [google-web-toolkit] r7267 committed - Adding retries for async reloading.

2009-12-07 Thread codesite-noreply
Revision: 7267 Author: fabb...@google.com Date: Mon Dec 7 16:46:41 2009 Log: Adding retries for async reloading. http://code.google.com/p/google-web-toolkit/source/detail?r=7267 Added: /branches/snapshot-2009.10.23-r6446/user/src/com/google/gwt/core/AsyncFragmentLoader.gwt.xml