Tuesday, March 29, 2016

Re: how Dynamically load a GWT Java class

You are aware that GWT compiles Java code to JavaScript code and thus once you uploaded a java file you would need to compile it to JavaScript in order to display anything in the browser? 

What you want to do would mean that your server needs to modify the source code of your app and then recompile it using the GWT compiler. Once its compiled you need to refresh the browser to load the newly compile JS so you can see your Java changes in the browser.

-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment