GWT Designer v7.0 Beta Available

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

GWT Designer v7.0 Beta Available

Postby Eric Clayberg » Mon Mar 16, 2009 12:14 pm

A beta of the forthcoming GWT Designer v7.0 is now available for Windows, Linux & OSX.

Update site: http://download.instantiations.com/D2GW ... ate/E-3.4/

Image

This release includes full support for GWT-Ext (widgets, panels, menus and layouts) as well as UI Factories.

Image

This should be installed into a clean copy of Eclipse 3.4 that does not have any earlier version of GWT Designer (e.g., v6.9.0) installed.

Updated preliminary docs are available here.

All bug reports should be sent to wb-support@instantiations.com.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: GWT Desgner v7.0 Beta Available

Postby Gopinath » Mon Mar 16, 2009 9:04 pm

I guess it does not include support for GWT1.6 RC2 released by Google recently. There is nothing mentioned about the supported versions of GWT in What's new section of the documentation link provided in the post.

I am eagerly waiting for GWT1.6 support. GWT1.6 RC2 seems to be very much matured release and since it is standards based, it is easier to extend support for it.
Gopinath
 
Posts: 2
Joined: Mon Mar 16, 2009 8:55 pm

Re: GWT Desgner v7.0 Beta Available

Postby Eric Clayberg » Tue Mar 17, 2009 4:06 am

We plan to support GWT 1.6 once it is released.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: GWT Desgner v7.0 Beta Available

Postby mkn » Tue Mar 17, 2009 6:43 am

Okay, looking interesting.. Now, is there a how-to for including GWT-Ext functionality to an application. So far I have only been successful in crashing the designer and getting weird error messages. I understand this is beta but a 10-line "do this" would be handy in any case.
mkn
 
Posts: 10
Joined: Wed Jan 23, 2008 5:46 am
Location: Lieksa, Finland

Re: GWT Desgner v7.0 Beta Available

Postby Eric Clayberg » Tue Mar 17, 2009 8:58 am

mkn wrote:is there a how-to for including GWT-Ext functionality to an application.

You can either follow the instructions on the GWT-Ext web site or you can right-click on the module folder and select the Configure for using GWT-Ext command as mentioned a few weeks ago.

Image
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: GWT Desgner v7.0 Beta Available

Postby vampie » Sun Mar 22, 2009 2:09 pm

I have two question;

1 ) Does this 7.x have the same code base with 6.9.x ? ( I asked coz I wonder if it still has FreeBSD support :) )

2 ) Are there any update link (yet) or just zip files to install manually ?

Btw thx for great effort :)
vampie
 
Posts: 89
Joined: Mon Nov 06, 2006 10:18 am

Re: GWT Desgner v7.0 Beta Available

Postby Eric Clayberg » Sun Mar 22, 2009 9:37 pm

vampie wrote:1 ) Does this 7.x have the same code base with 6.9.x ? ( I asked coz I wonder if it still has FreeBSD support :) )
2 ) Are there any update link (yet) or just zip files to install manually ?

It is a new code base at the editor and parsing level, but shares the same GWT core/rendering code as 6.9.x.

The update site is here

Not that we plan to maintain the 6.9.x code base in parallel with 7.x for at least six months, if not longer.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: GWT Desgner v7.0 Beta Available

Postby mkleweno » Tue Mar 24, 2009 4:35 am

I am curious to know why GWT Designer has decided to support GWT-Ext instead of SmartGWT? Even the GWT-Ext team has recommended users to migrate to SmartGWT. http://gwt-ext.com/forum/viewtopic.php?f=12&t=3465

I think the additional widget support is great. It just makes me uneasy to know that the library you are supporting is no longer being developed.
mkleweno
 
Posts: 2
Joined: Tue Mar 24, 2009 4:30 am

Re: GWT Desgner v7.0 Beta Available

Postby cyril.lakech » Tue Mar 24, 2009 7:15 am

Great news to see a GWT library supported by instantiations.

Next step would be smartGWT and GXT... much work to do !

But I don't understand why you don't want to support GWT 1.6 ??? The release candidate is here => http://groups.google.com/group/Google-W ... ec0e014f9f

Now you must support this version ! You promise on the forum ^^
cyril.lakech
 
Posts: 19
Joined: Tue Aug 19, 2008 11:35 pm

Re: GWT Desgner v7.0 Beta Available

Postby Eric Clayberg » Tue Mar 24, 2009 2:03 pm

mkleweno wrote:I am curious to know why GWT Designer has decided to support GWT-Ext instead of SmartGWT? Even the GWT-Ext team has recommended users to migrate to SmartGWT. I think the additional widget support is great. It just makes me uneasy to know that the library you are supporting is no longer being developed.

We plan to support SmartGWT as well, but GWT-Ext is stil the most popular GWT add-on library by a factor of ten or more.

For every 10 GWT-Ext requests we get, we get maybe 1-2 EXT GW (GXT) requests and maybe 1 SmartGWT request.

GWT-Ext has been out tere for awhile; it is well known, and it is relatively stable.

SmartGWT is good, but it is also relatively new and unknown and a rapidly moving target (which is not good from our point of view given the large amount of custom support work needed for any library like that).
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: GWT Desgner v7.0 Beta Available

Postby Eric Clayberg » Tue Mar 24, 2009 2:08 pm

cyril.lakech wrote:Next step would be smartGWT and GXT

Yes.

cyril.lakech wrote:But I don't understand why you don't want to support GWT 1.6 ?

Huh? We never said that. We said that we would support 1.6 once it is actually released.

cyril.lakech wrote:The release candidate is here
Now you must support this version ! You promise on the forum

A "release candidate" is not a release; it is a near final beta.

Based on prior history, it could be anywhere from a couple of weeks to a couple of months before 1.6 is actually released.

Also based on prior history, there could still be significant changes between the release candidate and the final release.

Given how much work we have to do to support any new GWT release, we would rather do this work once based on the final release.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: GWT Desgner v7.0 Beta Available

Postby jamesdcarroll » Tue Mar 24, 2009 8:06 pm

Eric Clayberg wrote:Based on prior history, it could be anywhere from a couple of weeks to a couple of months before 1.6 is actually released.


Let's hope they release it before they release GMail

;)
jamesdcarroll
 
Posts: 7
Joined: Fri Dec 26, 2008 7:04 pm

Re: GWT Desgner v7.0 Beta Available

Postby Eric Clayberg » Wed Mar 25, 2009 6:47 am

You can look at the GWT release history to get a sense of how long it takes between release candidate to final release.

The problem that we have seen is that they often still make very substantial changes during that period which can cause a lot of rework on our part.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: GWT Desgner v7.0 Beta Available

Postby jominor » Fri Mar 27, 2009 10:13 am

Eric Clayberg wrote:A beta of the forthcoming GWT Designer v7.0 is now available for

This should be installed into a clean copy of Eclipse 3.4 that does not have any earlier version of GWT Designer (e.g., v6.9.0) installed.



So, if we have an existing eclipse *and* GWT Designer installation, do we just uninstall GWT Designer, or would we need a completely separate install of Eclipse for the beta?

And woo-hoo!
jominor
 
Posts: 6
Joined: Fri Jun 15, 2007 4:19 pm

Re: GWT Desgner v7.0 Beta Available

Postby Eric Clayberg » Fri Mar 27, 2009 9:36 pm

If you want to run the v6.9.x and v7.0 versions together (which is possible), you should update to v6.9.1 first.

Otherwise, it would be better to install 7.0 into an environemnt that did not have v6.9.x installed.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Next

Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 2 guests