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.
Am I correct in thinking that I could still use GWT for development - I could have my system written in Java, and then compiled to JS by GWT compiler and deployed into our Rhino-based server-side runtime system. (Before you ask, no, we can't run Java on the server side, we have a massively parallel system that absolutely needs continuations to retain its scalability). So, GWT compiler would have no trouble emitting code for a non-browser environment? Also, would it be possible to have a Rhino runtime as the debugger target instead of a browser? Thanks in advance for your responses, Attila. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
