Saturday, May 23, 2015

Re: Issue with a modified interface not beeing updated to the code generator (GWT 2.7.0)

Ok, I think I solved the issue. The problem is you cannot use the standard java.lang.Class and java.land.reflect.* classes to use reflection when generating code in GWT. You have to use the TypeOracle, JClassType and derivatives. By using them, the injector class is always up-to-date, without the need of reloading the entire code server.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment