Re: combine GWT application from several modules coming from JARs or OSGI bundles

2011-07-11 Thread Alexey Skor
Vitaly, sorry - I don't really know how GWT works... Is your proposal addressed to GWT developers or users like me? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

combine GWT application from several modules coming from JARs or OSGI bundles

2011-06-02 Thread Alexey Skor
I need a web UI with pages like Info, Support, etc. That's easy. In addition, I have some plugins with their own editors, which need to be shown in the same web UI. It's something similar to Extensions page shown in Google Chrome: every extension has an Options link, which can contain any

describe pages in text format, render into GWT

2011-05-27 Thread Alexey Skor
I have several Eclipse SWT-based editors. I want to switch from Eclipse SWT/RCP to web UI. GWT is one of the options I'm looking at. I don't want to rewrite all editors every time I change the framework. Would be nice if I could define editors in some text file and then render it into GWT