Re: GWT Designer + MGWT library = Runtime exception

2012-02-16 Thread Konstantin Scheglov
Fixed in GWT Designer trunk.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Mg4HXrd3izUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Designer + MGWT library = Runtime exception

2012-02-11 Thread Konstantin Scheglov
I'm working now on property-provider scripts support.
It works in general and allows me to open mGWT UI - RootPanel with Button.
I need some time for testing this change though.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/dEI8FCJHY_sJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Designer Issues

2012-02-11 Thread Konstantin Scheglov
Unfortunately no.
But I'm working now on property-provider support.
It works in general and allows my to open mGWT UI.
I need some time for testing this change though.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/P11AhJ4i6nsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Designer Issues

2012-02-11 Thread Konstantin Scheglov
Unfortunately no.
But I'm working on

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/yQdZG0d0Bg0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Designer + MGWT library = Runtime exception

2012-02-10 Thread Konstantin Scheglov
http://code.google.com/p/google-web-toolkit/issues/detail?id=6693

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/HYbnsi3E9_cJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: WindowBuilder/GWT Designer error

2011-11-10 Thread Konstantin Scheglov
Yes, GWT Designer tries to get HTML file for module using two methods:

1.  in web.xml
2. Default HTML file, which is short module name plus ".html" extension.

I will fix this problem, GWT Designer should not throw exception.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/iY1OUtskcrwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: WindowBuilder/GWT Designer error

2011-11-10 Thread Konstantin Scheglov

  I don't know without project(s) example.

среда, 9 ноября 2011 г. 19:28:44 UTC-5 пользователь chris написал:
>
> Very similar to the OP, I've found myself reaching a 
> java.lang.IllegalArgumentException within GWT Designer. Now that we started 
> getting this error, we can't use it to open files that had previously 
> worked, including some that were created wholly within GWT Designer. GWT 
> Designer worked as expected until a few days ago when we changed our 
> project hierarchy. Immediately after that change, we started getting this 
> error:
>  
>
>> *Internal Error *
>>GWT Designer encountered unexpected internal error. 
>>This could be caused by a GWT Designer bug or by a 
>> misconfiguration issue, conflict, partial update, etc.  
>
>java.lang.IllegalArgumentException: Path must include project and 
>> resource name: /index.html
>
>
> What does "/index.html" have to do with anything? I'm completely unsure 
> how to get around this problem, and the method described in the original 
> post doesn't help.
>
> Thanks,
> Chris
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/SSlUJdIgr9QJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-28 Thread Konstantin Scheglov
  Well, if you have 20 UiBinder templates, you probably don't want to change
all of them.


I have been using this mechanism and it works great..
>
> but i was thinking later that it would be so much better if we could
> specify the
> EntryPoint to use in the ui.xml file, that way there is no need to
> switch... i.e.
> 
>
> -John G
>
> On Oct 24, 11:24 am, "Eric Clayberg (Google)" 
> wrote:
> > It should be available in the latest GWT Designer build.
> >
> > Heres how to use it...
> >
> > 1. Create a GWT project with a GWT module, moduleA.gwt.xml file.
> > 2. Create a second GWT module, moduleB.gwt.xml in the same folder.
> > 3. If you want to make sure that GWT Designer uses moduleB.gwt.xml, add
> the
> > following comment to that file: 
>
> --
> 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-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Konstantin Scheglov
Software Engineer
Google, Inc.

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-12 Thread Konstantin Scheglov
Yes, there is no need for a ticket.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/cX4Xg0EUYNIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-11 Thread Konstantin Scheglov
Support "gwtd.module.use" marker  to choose single module was added to GWTD 
trunk.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/rt0ELJ12stgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-10 Thread Konstantin Scheglov
Can you please open GWT issue for this feature request?

What we could add into GWT Designer is support for special "marker" comment, 
which will force using marked GWT module file by GWT Designer.
Something like  somewhere inside.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/CzTa6UggLTsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-10 Thread Konstantin Scheglov
No, GWT Designer always uses first module with EntryPoint in given package.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/wEkbgcKQEy8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: WindowBuilder/GWT Designer error

2011-08-31 Thread Konstantin Scheglov
Thank you, your example was helpful.
I've fixed problem in WindowBuilder trunk.

Problem is that you use old style Java project, when *.java and *.class 
files are directly in project folder, instead of separate "src" and "bin" 
folders.
So, as work around until you will have new version of WindowBuilder and GWT 
Designer, create these folders, move Java files and tweak .classpath file.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/hfrr4bjBLSkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: WindowBuilder/GWT Designer error

2011-08-30 Thread Konstantin Scheglov
Can you send your project "projdata" directly to me, or open GWT issue and 
attach it?
I don't need any Java files, or database configs, etc.
Only structure on project with .project and .classpath files.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/drFQ4hd56_4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Writing a custom layout that can work with gwt designer

2011-08-24 Thread Konstantin Scheglov
In general case support for new layout requires adding special support for 
this layout into GWT Designer.
There are no way to GWT Designer to know magically how to generate code, 
show editing feedbacks, etc.

In simplest case, when layout is flow-based, you can use wbp-component.xml 
description for your new layout.
See file FlowLayout.wbp-component.xml in "wbp-meta" folder 
of com.google.gdt.eclipse.designer.GXT plugin.

In more complex cases you need to write JavaInfo model, register your plugin 
as GWT toolkit contributor and write GEF EditPart, LayoutEditPolicy, etc.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/hpGy1eC8qYEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Designer Issues

2011-08-05 Thread Konstantin Scheglov
Official way for handling exception in GWT Designer is creating error report 
(as suggested by error page) and creating new issue, with report attached.
In other case this will lead to discussions "give us this file", "show log", 
etc.
Be wise and attach enough information, which may be useful, such as 
module.gwt.xml files.

2. Yes, GWT Designer supports @UiField(provided=true). But as you 
understand, there are no magic. GWT Designer can not know that this 
interface should be replaced with that class.
So, you should help it, by writing script to create instance.
See for example CellList.wbp-component.xml in GWT Designer plugin (in 
wbp-meta folder).

 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/UmP7ydGCZiwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Designer does not allow me to add custom component.

2011-07-01 Thread Konstantin Scheglov
1. This is not GWT Designer error, this is Swing Designer error, which is 
part of Eclipse.org and should be handler there.

2. Newsgroup is bad place for reporting errors like this. Create error 
report, as this is suggested by error page, and open Bugzilla bug and attach 
this error report.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/yPqd3JYf0ioJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: @ProxyFor confusing GWT Designer

2011-06-09 Thread Konstantin Scheglov
OK, I can reproduce it.
Problem is that you use classes which are no part of "client" classpath.
This is OK, because there are used just in annotations.
However current version of GWT Designer does not include "output location" 
with *.class files into compilation ClassLoader.
This was fixed recently.
http://code.google.com/p/google-web-toolkit/issues/detail?id=6431

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/uV1emq51DbsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: @ProxyFor confusing GWT Designer

2011-06-08 Thread Konstantin Scheglov
Please include also into error report following files:
1. module.gwt.xml
2. Handout.java
3. HandoutProxy.java

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/YlQ0NWxxaE4zcFFK.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT library Wizard

2011-05-18 Thread Konstantin Scheglov


How can I test my library component with the created project?


  GWT module created by this wizard is library, so it has no entry point by 
definition.

  You need to create second GWT module with entry point (same project is 
OK), import library module, open EntryPoint and add your widget.

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Konstantin Scheglov


Konstantin suggested additional dump info. Frankly I've already toasted a 
> day on this and don't have any more time so I'm gonna trudge forward with my 
> workaround. But it's extremely easy to reproduce: Fresh Helios-SR2, 1.6.0_24 
> jre, fresh install of latest GPE, GWT, and Designer exactly as documented at 
> the site. Fresh brand new boilerplate GreetServlet. Bingo - instant 
> reproduction. Without even touching my Composite.
>

  I just did the same and it works for me.

0. Java(TM) SE Runtime Environment (build 1.6.0_25-b06);
1. Extract Eclipse IDE for Java Developers 3.6.2;
2. Install GPE from 
http://code.google.com/intl/en/eclipse/docs/download.html with GWT and 
AppEngine SDK;
3. Create New Web Application Project with name test and package 
com.example.myproject;
4. open generated Test.java with GWT Designer editor;
5. no exception.

 

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Designer Problems after GWT 2.3 install

2011-05-04 Thread Konstantin Scheglov
Please, send error reports (as suggested in error message) instead of just 
posting stack traces here.
Error report includes more context information, including classpath and 
logs.
In this case just stack trace is not very helpful.

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: @UiChild with text

2011-01-23 Thread Konstantin Scheglov

>
> @UiChild
> public addText(String text) {
> ..
>
> }
>
> But, as expected this does not works...
>
> How can I access the string content within the tag ?

  @UiChild works only with Widget.
  So, you can not use it for String.

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Can't get @UiChild to work

2011-01-22 Thread Konstantin Scheglov
>
> MyDecorator.ui.xml is nothing special and MyDecorator.java has the
> following method:
>
> @UiChild
>         public void addRadioButton(RadioButton rb) {            
> ...
>         }

  User lower case for name of tag, i.e. "radiobutton" for
"addRadioButton".

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: MVP *without* UiBinder

2010-12-02 Thread Konstantin Scheglov

  Hi, I'm author of GWT Designer. ;-)

> ** no wyswug viewer & GWT Designer
> I have tried the GWT Designer, and I was referring by calling it
> Window Builder in my previous post. I know I can get the wyswug
> viewer, but seems like it only work if the gui is created thru GWT
> Designer. And by do so GWT Designer actually generate Java code
> instead of generating the UiBinder files. And I have not been able to
> see how to get it work on a set of UiBinder files. Please correct me
> if I am doing it wrong.

  You may be need to use "Open with..." action to choose WindowBuilder
Editor.



>
> ** no event click navigation from the ui.xml file
> This is a direct comparison between the UiBinder way and the GWT
> Designer. In GWT Designer, I can view the gui and use the mouse the
> navigate to associated event codes for any widgets. However, if I am
> working on the ui.xml file, I can't seem to easily bring up a list of
> event handler code thats associated with a particular field. I have to
> actually take the uifield name, open the java view implementation
> manually and look for the field there, and then do a text search to
> look for the method that is marked with @UiHandler("fieldname").
> Which  is cumbersome compare to GWT Designer.

  This also work in same way as in Java version of GWT Designer.
  See http://dl.dropbox.com/u/76691/images/2010/Screenshot_20101202_161725.png
  and page with displaying events
  http://dl.dropbox.com/u/76691/images/2010/Screenshot_20101202_162040.png

-- 
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: What is the best way to render complex cell?

2010-11-29 Thread Konstantin Scheglov


> We plan to introduce UiBinder for Cells in a future version of GWT,
> hopefully GWT 2.2.  We want Cells to be a complete replacement for Widgets,
> but we realize that the potential for an HTML syntax error grows as the
> level of complexity of a Cell increases.  UiBinder for Cells should make it
> much easier to template Cells.

  Ah... Very good that you mentioned Cells.
  Are there also plans for CellTable Columns support?

  One of GWT Designer users asked if we will provide easier way to
generate form for displaying some entities in CellTable. With some
efforts we can do this in Java code, may be using special wizard, but
of course we should now also think about UiBinder.


>
> Thanks,
> John LaBanca
> jlaba...@google.com
>
>
>
>
>
>
>
> On Fri, Nov 26, 2010 at 1:01 PM, ailinykh  wrote:
> > Hello, everybody!
> > I have CellList which contains custom cells. It's pretty close to Cell
> > List example from show case, but my custom cell is more complicated.
> > It has several images, several links and I want to handle clicks on
> > images and links. Generating html code by overriding render method
> > seems to very difficult and error prone. Is there a better way to do
> > it? What I wish to have is implementing widget using UiBinder and then
> > converting it into Cell.
> > Is it possible?
>
> > Thank you,
> >  Andrey
>
> > --
> > 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 email to
> > google-web-toolkit+unsubscr...@googlegroups.com > cr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



UiBinder. How much of standard GWT functionality will it support?

2010-06-13 Thread Konstantin Scheglov

  I'm working now on adding support for simple GWT widgets into
UiBinder support in GWT Designer.
  However I see many limitations during this.
  For example:

1. Support for TreeItem-s in Tree.
http://code.google.com/p/google-web-toolkit/issues/detail?id=4997

2. Support for "TextBox.textAlignment" property.
http://code.google.com/p/google-web-toolkit/issues/detail?id=4995

3. Support for TabBar and its tabs. How can I add them?

4. NamedFrame support. It has no default constructor, but it is
standard widget, so would be good just allow to specify attribute
"name" and still use only XML to create it.

  So, question is - will/should UiBinder support all functionality
available using code, or only part of it can be used declaratively and
rest should be done in Java?

-- 
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.