I would suggest that you consider using the Ext-GWT component library instead of the native GWT components. Ext-GWT (also known as GXT) provide a far more "Swing-like" approach (MVC, etc.) to GUI's than GWT components.
I definitely believe it's a shorter "leap" from Swing to Ext-GWT than to GWT. On Jun 26, 2:13 am, romant <[email protected]> wrote: > > can I use Google Web Toolkit to convert a Java Swing Application? > > It depends on the complexity and functionality of your Swing > application, but generally I would say yes, you can. Of course you > must take into account that the set of components which GWT offers is > different than the set which is available in Swing. So your Swing > application will have to be adjusted a bit. But if you use some > component library for GWT this limitation can almost disappear. > > > Has already anybody convert an application? > > Yes, I converted a Swing application which provided some accounting > functionality. Firstly you should consider what functionality your > Swing application provides and how to move it (if it is even possible) > to the web environment. Then the user interface will have to be > probably adjusted a bit so that it can be implemented using the > available GWT components, but this is not such a big problem. > > > Can anybody give me some information? > > You've just got some. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
