You can compile it in DETAILED mode, but even still, I really don't recommend it - you're setting yourself up for a maintenance nightmare.
The rule of thumb is that you should never maintain generated code because it's designed to emit template code rather than the maintainable source that people (hopefully) generate. On Wed, Mar 25, 2009 at 12:05 PM, lukehashj <[email protected]> wrote: > > That's a possibility, but really not maintainable like your java code > and after the handoff takes place your java code becomes throw-away. > > Another solution is to let them code in native methods. > > private native void nativeMethod(String effect, Element element) /*-{ > //write javascript here > }-*/; > > On Mar 25, 8:06 am, logicpeters <[email protected]> wrote: > > Does anyone have experience working with the raw compiled (detailed / > > pretty) javascript that GWT produces? Is this a feasible option when > > you wish to "hand off" a GWT project to another team who prefers to > > work with javascript and has the expertise for that? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
