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
-~----------~----~----~----~------~----~------~--~---