Implementing a DevMode Plugin

2010-10-17 Thread Daniel Kurka
I was wondering if there is any documentation available on implementing a dev mode plugin for other browsers. I was able to find the design document for OOPHM: http://code.google.com/p/google-web-toolkit/wiki/DesignOOPHM Any more pointers? -Daniel Kurka -- You received this message because

GWT/jquery article...

2010-10-17 Thread golfdude
I definitely feel like jQuery is the leading framework these days, said Matt Raible, Web architect. On my last three projects I've used GWT and jQuery. While GWT is a lot easier for Java developers, jQuery is loved by Web Developers.

Re: CellList/CellBrowser and reload data (possible bug?)

2010-10-17 Thread Ümit
Cool thanks for the fix ;-) Keep up the good work. On Oct 15, 6:02 pm, John LaBanca jlaba...@google.com wrote: Thanks for catching this.  I submitted a fix for review:http://gwt-code-reviews.appspot.com/1012801/show On Oct 15, 9:16 am, Ümit uemit.se...@gmail.com wrote: I have attached a

GWT Development plugin crashes FF and tooooo slow on Chrome

2010-10-17 Thread Marc Hacker
I have a largish GWT 2.0.4 application developed on eclipse Helios. It runs fine compiled but the development mode is a disaster taking at least 1-2 minutes for the first page load on Chrome (during which I have to dismiss a couple of plug-in unresponsive messages) and causing Windows to hang on

Re: Display the List

2010-10-17 Thread Merih
Thanks Tamer, I didn't know this web site. It helps me a lot. Thanks again, -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send

Re: GWT Development plugin crashes FF and tooooo slow on Chrome

2010-10-17 Thread Sorinel C
It's known thingy (http://ui-programming.blogspot.com/2009/12/update- your-application-to-gwt-20.html) the slowness of Chrome in dev.move -- so the only solution for you is to use the IE. Though, there are other soutions: - usually starting up it takes long because you load big data through RPCs

Re: GWT Development plugin crashes FF and tooooo slow on Chrome

2010-10-17 Thread Sorinel C
This is a list of recommendations to optimize GWT apps, maybe you can use some: http://ui-programming.blogspot.com/2010/01/gwt-ideas-to-optimize-gwt-20.html Cheers! http://money-on-thread.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web

What's the plan for GWT 2.1 RC2 and Production release

2010-10-17 Thread moejo
Hi, This is more a question towards the GWT team. We are currently kicking off a new project and since we're huge GWT fans, we're jumping straight into GWT 2.1 RC1 and love it. (We've been using GWT since version 1.3 so we're always excited about the upgrades!) However, since it's still at

GWT Performance

2010-10-17 Thread Nix
Here is my scenario: 1) I have to query for my data from a third party web service (in XML format), the data can be huge (100 MB). 2) I had implemented the parsing of XML everything in browser, which was making my application sometimes unresponsive. I have started optimizing my application: 3)

@UiChild help

2010-10-17 Thread Jeff Larsen
So, how exactly does this work? I'm getting an error and I'm at a loss as to what is causing it. Note: this is done against 2.1-RC1 class SecureTree extends Tree{ [boilerplate UI Binder stuff here] @UiChild public void addSecureWidget(SecureWidget widget){ ... } } then in my uibinder.xml

Re: What's the plan for GWT 2.1 RC2 and Production release

2010-10-17 Thread Thomas Broyer
On 17 oct, 20:44, moejo mahamad.el.tan...@gmail.com wrote: Hi, This is more a question towards the GWT team. We are currently kicking off a new project and since we're huge GWT fans, we're jumping straight into GWT 2.1 RC1 and love it.  (We've been using GWT since version 1.3 so we're

how to add Element to HTMLPanel

2010-10-17 Thread denis56
His, I am trying to use as few widgets as possible with UiBinder. One template that is there are many instances of could be have DivElement as parent node, is there a way to add Elements to HTMLPanel after it is created. Am aware of the way to add Widget to HTMLPanel but not Element, maybe there

Re: @UiChild help

2010-10-17 Thread Jeff Larsen
Never mind... This is actually correct. I was just in the middle of a refactor and was editing a java file in the wrong project. On Oct 17, 3:17 pm, Jeff Larsen larse...@gmail.com wrote: So, how exactly does this work? I'm getting an error and I'm at a loss as to what is causing it. Note:

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-17 Thread coderinabstract
Thanks...it works now outside eclipse in terminal...os used macosX 10.6 however when run mvn eclipse:eclipse command and import as project...cant get it to run. any steps as above from would be great to help..thanks in advanceseems like after mvn gwt:run in command line, the same project

Re: GWT Performance

2010-10-17 Thread Tamer Sezgin
The cell widgets are designed for presenting such large amount of data.. I think you can try the CellList widget at first http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList They also allow you optimize the data transfer between server and browser, i.e. you don't have to send all

Re: Type of data in fields

2010-10-17 Thread A. Stevko
Which UI control and API are you referring to? I cannot seem to find a setValidator() method in the *com.google.gwt.user.client.ui.TextBox *class heirarchy. You might want to use the Interface HasValueChangeHandlersI to add a handler that will be able to parse it via Integer.getInteger(

Re: newbie - unit test (solved)

2010-10-17 Thread Ray Tayek
At 06:08 PM 10/16/2010, you wrote: On 16 oct, 23:25, Ray Tayek rta...@ca.rr.com wrote: hi, i added a unit test to the greet example (please see code below). i get ... The development shell servlet received a request for 'greet' in module 'p.R.JUnit.gwt.xml' [WARN] Resource not found:

BorderLayout DOM

2010-10-17 Thread Marco
How do I get the DOM of a specific area of a BorderLayout (eg the middle one)? Thank You for all !!! Bye Bye -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To

How about extends UiBinder with data bind features?

2010-10-17 Thread wangzx
I have some ideas on extends the GWT UiBinder with data bind features, and I would like to listen to groups for ideas. I have make a design draft on http://code.google.com/p/wangzaixiang/wiki/UiBinderWithDataBinding?ts=1287368342updated=UiBinderWithDataBinding I hopes to listen from your

A new gwt-tetris implementation

2010-10-17 Thread Yotam
Hi, I've created a new and improved tetris game based on gwt-tetris. I made the control more comfortable and added a high score table to it. http://gwttetris.appspot.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

[gwt-contrib] [google-web-toolkit] r9110 committed - Removed stale information in the Expenses Sample App README-MAVEN.txt...

2010-10-17 Thread codesite-noreply
Revision: 9110 Author: gwt.mirror...@gmail.com Date: Sat Oct 16 17:24:12 2010 Log: Removed stale information in the Expenses Sample App README-MAVEN.txt Review at http://gwt-code-reviews.appspot.com/1003801 http://code.google.com/p/google-web-toolkit/source/detail?r=9110 Modified:

[gwt-contrib] [google-web-toolkit] r9111 committed - - Set GWT version to 2.1.0...

2010-10-17 Thread codesite-noreply
Revision: 9111 Author: gwt.mirror...@gmail.com Date: Sun Oct 17 07:45:01 2010 Log: - Set GWT version to 2.1.0 - Added gwt version property - Set gwt-servlet scope to runtime. Review at http://gwt-code-reviews.appspot.com/1019801 http://code.google.com/p/google-web-toolkit/source/detail?r=9111

[gwt-contrib] [google-web-toolkit] r9112 committed - Adding 2.1.0 tag

2010-10-17 Thread codesite-noreply
Revision: 9112 Author: p...@google.com Date: Sun Oct 17 09:00:14 2010 Log: Adding 2.1.0 tag http://code.google.com/p/google-web-toolkit/source/detail?r=9112 Added: /tags/2.1.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Add Support for server side script selection in linker (issue941802)

2010-10-17 Thread Arthur Kalmenson
Hello Unnur, That's a very good point, but I guess either inlining manually for a production deploy or making a linker for my specific case works fine. If I get a chance, I'll try and experiment with the server side selector to see if I can get it to work. Thanks again for all the info! --