On Thu, Feb 19, 2009 at 6:21 PM, FractalBob <[email protected]> wrote: > > Hi, > > I developed a Swing-based mail application that I'd like to convert to > JavaScript. Is this the sort of thing that GWT can do? No, it's not going to convert it for you. Your benefit is that building the GUI is similar to building a Swing GUI, AFAIK. So there is less work for you to do compared to say, converting a PHP or JSP application. I don't think there is a tool to convert it. Plus the Sync/Async RPC methodology is probably something new you will have to learn.
> If so, how do I > run GWTCompiler? I added the four JAR files contained in the GWT > distribution to my CLASSPATH, but the java interpreter can't find > GWTCompiler. TIA. > > Bob > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
