Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » WindowBuilder & qooxdoo
WindowBuilder & qooxdoo [message #700629] Sat, 23 July 2011 20:10 Go to next message
FD  is currently offline FD Friend
Messages: 15
Registered: August 2010
Junior Member
Hello,

Is it possible to create a gui with windowbuilder (using swt, rwt, xwt, or ...) and convert it to javascript code allowing to build a qooxdoo application?

Thanks
Re: WindowBuilder & qooxdoo [message #700822 is a reply to message #700629] Sun, 24 July 2011 04:01 Go to previous messageGo to next message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
WindowBuilder can be used to create SWT, RCP and RAP applications.

RAP is implemented in qooxdoo as I understand it.
Re: WindowBuilder & qooxdoo [message #701098 is a reply to message #700822] Sun, 24 July 2011 16:12 Go to previous messageGo to next message
FD  is currently offline FD Friend
Messages: 15
Registered: August 2010
Junior Member
yes I know that, thanks. You can create a rap application and open it in a web browser to see the qooxdoo javascript source code. Unfortunatelly this js code is not usable to create an other qooxdoo application: the js code is very big an I can't find if there is a part describing the gui that can be used in a qooxdoo application.

Re: WindowBuilder & qooxdoo [message #701106 is a reply to message #701098] Sun, 24 July 2011 16:27 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
The qx-code in RAP is only the widget code because the widget creation
is coming from the server.

qooxdoo is a JS-Framework so what you need is a GWT port which uses
qooxdoo. I've written an maintain such a thing named QxWT but that won't
help you either as of now because there's no WindowBuilder support
developed for it.

Tom

Am 24.07.11 18:12, schrieb FD:
> yes I know that, thanks. You can create a rap application and open it in
> a web browser to see the qooxdoo javascript source code. Unfortunatelly
> this js code is not usable to create an other qooxdoo application: the
> js code is very big an I can't find if there is a part describing the
> gui that can be used in a qooxdoo application.
>
>
Re: WindowBuilder & qooxdoo [message #701506 is a reply to message #701106] Mon, 25 July 2011 07:42 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
just for clarification:

It looks like you didn't understand how RAP is working because the only
thing you find in the js-code of RAP is the widget definitions.

The UI (or better said the widget-instances) is created through
ajax-request by qooxdoo having the UI-Code which is Java living at the
server side.

To make WindowBuilder able to create qooxdoo UIs you need 2 things:
* a wrapper for qooxdoo for GWT
* an extension to WindowBuilder deal with wrapped widgets

both of them are technically possible:
* Wrapper is named QxWT (we are just updating to latest 1.5 while I'm
writing this answer)

* WindowBuilder for GWT is available - "all" you need is the extension
which teaches WindowBuilder the qooxdoo widgets and because all
this stuff is opensource you are free to try writing such a thing
your own but be aware of the fact that this is not a trivial task

I know that WindowBuilder for GWT once supported Ext GWT not sure if
it still does but that might help you writing something for QxWT as
well

Tom

Am 24.07.11 18:27, schrieb Tom Schindl:
> The qx-code in RAP is only the widget code because the widget creation
> is coming from the server.
>
> qooxdoo is a JS-Framework so what you need is a GWT port which uses
> qooxdoo. I've written an maintain such a thing named QxWT but that won't
> help you either as of now because there's no WindowBuilder support
> developed for it.
>
> Tom
>
> Am 24.07.11 18:12, schrieb FD:
>> yes I know that, thanks. You can create a rap application and open it in
>> a web browser to see the qooxdoo javascript source code. Unfortunatelly
>> this js code is not usable to create an other qooxdoo application: the
>> js code is very big an I can't find if there is a part describing the
>> gui that can be used in a qooxdoo application.
>>
>>
>
Re: WindowBuilder & qooxdoo [message #701848 is a reply to message #701506] Mon, 25 July 2011 17:14 Go to previous message
FD  is currently offline FD Friend
Messages: 15
Registered: August 2010
Junior Member
Thanks but I search something easy to do.
I hoped to find a gui builder (better than existing ones for qooxdoo) that will generate some code (I can use windowbuilder to generate some XML for example(or swt or gwt)) that will be easily converted to qooxdoo source code.

[Updated on: Mon, 25 July 2011 17:15]

Report message to a moderator

Previous Topic:WindowBuilder Classpath?
Next Topic:classloader-library in extension plugin
Goto Forum:
  


Current Time: Fri Apr 26 00:42:03 GMT 2024

Powered by FUDForum. Page generated in 0.04159 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top