On Tue, Oct 20, 2009 at 3:53 PM, Attila Szegedi <[email protected]> wrote: > > Hi all, > > I really like the development model of GWT - using Java for > development, with all its type robustness and refactoring > friendliness. I have a rather large JS system that badly needs > rewriting after five years of incremental spontaneous evolution and I > consider using the GWT compiler to redo it. The gotcha though is that > this is not a browser-run front-end application, rather it is a server > side JavaScript system, using Mozilla Rhino on the JVM as its JS > runtime.
I do not see how GWT fits here. Please, can you explain? Generating not offuscated code and use that with hand made JS? Why not use one language from the new breed: scala, clojure, groovy...? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
