Re: Convert a Java Swing Application

2009-06-30 Thread Ivan Ooi
...@gmail.com 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

Re: Convert a Java Swing Application

2009-06-30 Thread koollx
You should check out AjaxSwing, which automatically converts Swing application to web application at runtime. This requires virtually no code changes and you'll actually have a dual client - GUI client with Swing and AJAX client with AjaxSwing. http://www.ajaxswing.com/

Re: Convert a Java Swing Application

2009-06-29 Thread DaBlick
. On Jun 26, 2:13 am, romant roman.te...@gmail.com 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

Re: Convert a Java Swing Application

2009-06-26 Thread romant
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

Convert a Java Swing Application

2009-06-25 Thread mbauer
Hello, can I use Google Web Toolkit to convert a Java Swing Application? Has already anybody convert an application? Can anybody give me some information? Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups