Hi, I already answered your question on this topic at the eclipse newsgroup. 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:22, schrieb FD: > > WindowBuilder can be used to create in eclipse SWT, RCP and RAP > applications.( > http://code.google.com/intl/fr/javadevtools/wbpro/) > RAP (RWT) is implemented in qooxdoo: I 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. > > > 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 > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/windowbuilder-qooxdoo-tp6615783p6615783.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Storage Efficiency Calculator > This modeling tool is based on patent-pending intellectual property that > has been used successfully in hundreds of IBM storage optimization engage- > ments, worldwide. Store less, Store more with what you own, Move data to > the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Storage Efficiency Calculator This modeling tool is based on patent-pending intellectual property that has been used successfully in hundreds of IBM storage optimization engage- ments, worldwide. Store less, Store more with what you own, Move data to the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
