EXT-GWT and GWTDesigner

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

EXT-GWT and GWTDesigner

Postby gzoniko » Fri Sep 12, 2008 1:58 pm

Hi,

We're currently evaluate to purchase a GWTDesigner license and had been trying to search inside forum and couldn't find much about the support of ext-gwt.
I know that ext-gwt is a new version of myGWT but wonder how well GWTDesigner support ext-gwt?

I tried to create a new project and includes gxt.jar in my project and also inherits com.extjs.gxt.ui.GXT in my project module.
However, when I try to add a com.extjs.gxt.ui.client.widget.button.Button in designer(thru Palette -> Choose Widget) , I got the following exception:

Code: Select all
!ENTRY com.swtdesigner 4 4 2008-09-12 14:02:35.611
!MESSAGE Designer [6.7.1.200809111230]: com.extjs.gxt.ui.client.widget.Component

Product: WindowBuilder Unlicensed
Version: 6.7.1.200809111230
Expected: Eclipse 3.4
Actual: Eclipse 3.4.0.v20080512
Actual Eclipse Build Name:
Actual Eclipse Build ID: I20080617-2000
IDE Actual Name: Eclipse
IDE Actual Version: 3.3.100.v200806172000
IDE Actual NL: en_US
Activation Key: xxxxxxxxxxxxxxxxxxxxxxxxxxx
Physical Address: xxxxxxxxxxxxxxxxxxxxxxxxx
Code Gen: Flat Mode, Use Existing, First Assignment, Make Final
Events: Anonymous Class
GWT Home: /home/xxxxxx/myapp/gwt/gwt-linux-1.5.2
Platform Product: Eclipse
Platform Version: 3.3.100.v200806172000
OS Name: Linux
OS Architecture: i386
OS Version: 2.6.24-19-generic

!STACK 0
java.lang.NoClassDefFoundError: com.extjs.gxt.ui.client.widget.Component
   at java.lang.Class.getDeclaredConstructors0(Native Method)
   at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
   at java.lang.Class.getConstructor0(Class.java:2699)
   at java.lang.Class.getConstructor(Class.java:1657)
   at com.swtdesigner.gwt.gef.palette.tools.GWTWidgetCreationToolEntry.createTool(GWTWidgetCreationToolEntry.java:71)
   at org.eclipse.gef.EditDomain.handlePaletteToolChanged(EditDomain.java:124)
   at org.eclipse.gef.EditDomain.access$000(EditDomain.java:29)
   at org.eclipse.gef.EditDomain$1.activeToolChanged(EditDomain.java:43)
   at org.eclipse.gef.ui.palette.PaletteViewer.fireModeChanged(PaletteViewer.java:120)
   at org.eclipse.gef.ui.palette.PaletteViewer.setActiveTool(PaletteViewer.java:266)
   at org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart$2.actionPerformed(ToolEntryEditPart.java:165)
   at org.eclipse.draw2d.Clickable.fireActionPerformed(Clickable.java:195)
   at org.eclipse.draw2d.Clickable$1.actionPerformed(Clickable.java:167)
   at org.eclipse.draw2d.ButtonModel.fireActionPerformed(ButtonModel.java:131)
   at org.eclipse.draw2d.ToggleModel.fireActionPerformed(ToggleModel.java:28)
   at org.eclipse.draw2d.ButtonModel$DefaultFiringBehavior.released(ButtonModel.java:484)
   at org.eclipse.draw2d.ButtonModel.fireReleased(ButtonModel.java:169)
   at org.eclipse.draw2d.ButtonModel.setPressed(ButtonModel.java:444)
   at org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart$GTKToggleButtonTracker.handleButtonUp(ToolEntryEditPart.java:60)
   at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java:1006)
   at org.eclipse.gef.tools.SelectionTool.mouseUp(SelectionTool.java:504)
   at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:229)
   at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:346)
   at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:511)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:207)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
   at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1236)



Any idea? Thanks for the help!
gzoniko
 
Posts: 1
Joined: Fri Sep 12, 2008 12:48 pm

Re: EXT-GWT and GWTDesigner

Postby Eric Clayberg » Fri Sep 12, 2008 6:56 pm

GWT Designer does not have any support for EXT GWT yet.

That will come later this year.
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: EXT-GWT and GWTDesigner

Postby sscups » Thu Oct 02, 2008 9:46 am

Hi, just wanted to ask if there was another estimate when ext-gwt support would be added.
sscups
 
Posts: 1
Joined: Thu Oct 02, 2008 6:12 am

Re: EXT-GWT and GWTDesigner

Postby Eric Clayberg » Thu Oct 02, 2008 9:59 am

sscups wrote:Hi, just wanted to ask if there was another estimate when ext-gwt support would be added.

No. It is still planned for later this year. Probably late in Q4.
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: EXT-GWT and GWTDesigner

Postby SCAI_Andre » Fri Dec 12, 2008 12:26 am

Hi!

Any updates on this?

Regards,
Andre
SCAI_Andre
 
Posts: 1
Joined: Fri Dec 12, 2008 12:25 am

Re: EXT-GWT and GWTDesigner

Postby Eric Clayberg » Fri Dec 12, 2008 4:37 am

We have decided to finish support for GWT-Ext first as that seems to be much more popular.

EXT GWT (GXT) support will happen in Q1.
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: EXT-GWT and GWTDesigner

Postby MeMyself » Wed Dec 17, 2008 1:08 am

+1 for GXT support at the soonest possible opportunity

GXT is not really "friendly" if you don't do full open-source or commercial development, however it does have some benefits being a full GWT/Java solution/implementation and not only a wrapper around a JavaScript library. In the previous incarnation of MyGWT is was the most popular GWT library for good reasons. In our specific case we are doing commercial development with licenses for both GWT Designer and GXT. We cannot use the GUI designer features yet, but do look forward in having it available.
MeMyself
 
Posts: 1
Joined: Wed Dec 17, 2008 1:02 am

Re: EXT-GWT and GWTDesigner

Postby Eric Clayberg » Wed Dec 17, 2008 7:33 am

GXT is on our short list, although I must say that we received many more requests for GWT-Ext support than for MyGWT/GXT support.
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: EXT-GWT and GWTDesigner

Postby vampie » Wed Dec 17, 2008 9:54 am

you should provide SmartGWT support after gwt ext support...
btw gwt-ext license has changed.. and i think only smartgwt is free and looks robust.
vampie
 
Posts: 89
Joined: Mon Nov 06, 2006 10:18 am

Re: EXT-GWT and GWTDesigner

Postby Eric Clayberg » Wed Dec 17, 2008 10:43 am

vampie wrote:you should provide SmartGWT support after gwt ext support.

SmartGWT is on our list after GXT.

vampie wrote:btw gwt-ext license has changed.. and i think only smartgwt is free and looks robust.

I know the MyGWT/EXT GWT/GXT license changed.

The GWT-Ext license change as well? It still seems to be listed as LGPL.
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: EXT-GWT and GWTDesigner

Postby vampie » Thu Dec 18, 2008 2:26 pm

current version has LGPL but next version will be GPL v3 because of underlying EXT-JS version changed...
That is why SmartGWT born...

I have read it somewhere... you can also look about it. Supporting EXT in long term would be a trouble for commercial application
developers...


LINK:
http://www.jroller.com/sjivan/entry/upd ... ection_of1
vampie
 
Posts: 89
Joined: Mon Nov 06, 2006 10:18 am

Re: EXT-GWT and GWTDesigner

Postby Eric Clayberg » Fri Dec 19, 2008 4:58 am

I still haven't read anything that suggests that the license on GWT-Ext is going to change.

We do plan to support SmartGWT next year.
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: EXT-GWT and GWTDesigner

Postby vampie » Thu Dec 25, 2008 1:55 pm

gwt-ext will not change but it will stuck on ext js 2.0.2 version coz from that version ext js is GPL..
so gwt-ext will be not supporting next version of browsers...
vampie
 
Posts: 89
Joined: Mon Nov 06, 2006 10:18 am

Re: EXT-GWT and GWTDesigner

Postby Eric Clayberg » Thu Dec 25, 2008 4:25 pm

vampie wrote:gwt-ext will not change but it will stuck on ext js 2.0.2 version coz from that version ext js is GPL..
so gwt-ext will be not supporting next version of browsers...

Yes. That is my understanding. GWT-Ext is not going to change.

GWT-Ext is pretty dead long term, but it is still quite popular for some reason (we get 10-1 requests for it vs. GXT or SmartGWT).

We ar going to finish our support for GWT-Ext as best we can (some of it is too buggy to support) and then tackle GXT and SmartGWT.
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: EXT-GWT and GWTDesigner

Postby a_martinez » Wed Feb 11, 2009 4:27 am

Hi,
we used to use gwt-ext in our application but as gwt-ext will not be supported and the developement stops in the near future because they are going towards smartgwt, we are thinking about using ext-gwt now. Can you please give an update on progress concerning the support of ext-gwt in Gwt Designer that was planned to be realized in Q1 2009? Thank you.

Regards
a_martinez
 
Posts: 1
Joined: Wed Feb 11, 2009 4:20 am

Next

Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 3 guests