Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-25 Thread grandfatha
After compiling a trivial sample app with the new GWT 2.0RC1 I can see a lot of functions with empty bodies in my compiled output. It looks like the following: function nh(){} function $h(){} function Zh(){} function oi(){} function wi(){} function Fi(){} function Ni(){} function Vi(){} function

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-22 Thread Yozons Support on Gmail
This has been asked many times already. The general answer seems to be that they are eager to get it out, but that there's no formal date yet. If you are just getting started, 2.0 may be the place to start, though there is less documentation available, especially for the new capabilities. They a

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-22 Thread amjedonline
Hi Bruce, When can we expect the release ( roughly )? So that we could decide whether to start working on 2.0 or not ?? -Amjed -- 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...@googleg

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-21 Thread Tristan
To answer my own question: -server com.google.appengine.tools.development.gwt.AppEngineLauncher On Nov 20, 5:07 pm, Tristan wrote: > What do I pass to the -server argument when I want gwt 2.0 to run with > all the neat GAE stuff (the google eclipse plugin does it > automatically in 1.7) > > On N

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-20 Thread Tristan
What do I pass to the -server argument when I want gwt 2.0 to run with all the neat GAE stuff (the google eclipse plugin does it automatically in 1.7) On Nov 18, 10:01 am, Arthur Kalmenson wrote: > Oh, good to hear. There was some discussion about whether deRPC would > make it into 2.0 or not, an

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-18 Thread Arthur Kalmenson
Oh, good to hear. There was some discussion about whether deRPC would make it into 2.0 or not, and I didn't see it mentioned in the Wiki. Sorry about that! -- Arthur Kalmenson On Tue, Nov 17, 2009 at 3:33 PM, Chris Ramsdale wrote: > The deRPC components live under the com.google.gwt.rpc packag

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread bkbonner
Yes, can somebody please upload it to Maven Repo, or oss.sonatype.org. Brian On Nov 17, 5:46 pm, Matt Raible wrote: > Is anyone working on getting this uploaded to Maven's Central > repository? > > Thanks, > > Matt > > On Nov 17, 2:17 pm, Bruce Johnson wrote: > > > Hi folks! > > > GWT 2.0 RC1 i

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread Matt Raible
Is anyone working on getting this uploaded to Maven's Central repository? Thanks, Matt On Nov 17, 2:17 pm, Bruce Johnson wrote: > Hi folks! > > GWT 2.0 RC1 is now ready for you to try. The full documentation is still > very much a work in progress, but you can at least start trying out the GWT

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread Chris Ramsdale
The deRPC components live under the com.google.gwt.rpc package and are available in the RC. The doc may be a bit sparse or missing in a few spots but we're adding content daily as we march towards release. On Tue, Nov 17, 2009 at 2:58 PM, Arthur Kalmenson wrote: > Congrats on the release! We'll d

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread Arthur Kalmenson
Congrats on the release! We'll definitely be using GWT 2 in our next project, I can't wait! But I guess deRPC didn't make it in? Any chance of it appearing before the final release? -- Arthur Kalmenson On Tue, Nov 17, 2009 at 2:32 PM, br...@google.com wrote: > You should be in good shape eith

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread br...@google.com
You should be in good shape either way, actually. The same project structure will work with either SDK version, so you can retain the option to switch back and forth. The only "one-way" choice would be if you start using the new UiBinder, ClientBundle, and layout panel stuff. If you need to play it

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread Yozons Support on Gmail
What's the ETA now for GWT 2.0 final? I am developing now under 1.7.1, but won't expect to be in production for another 4 months or so. Would I be better off getting a jump on 2.0 now or would I risk 2.0 not being ready for production over the next several months? -- You received this message b

Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread Bruce Johnson
Hi folks! GWT 2.0 RC1 is now ready for you to try. The full documentation is still very much a work in progress, but you can at least start trying out the GWT SDK distribution and the Google Plugin for Eclipse using the following instructions: http://code.google.com/p/google-web-toolkit/wiki/