Thursday, November 3, 2016

GWT Code Splitting: The GWT Stuff and My Core Java Classes

Hi, 

I am looking for some help on GWT code splitting. 

I have a very basic gwt - maven project, which have a few model classes (Shape, Circle, Square, etc).
and I use demo.html to load the generated <mymodule>.nocahce.js
to pass the inputs and do some computation and get the result back.

Here the nocache.js contains the whole java script of the GWT stuff also my java classes converted to javascript. 

Is it possible to have separate java script file for my java classes. ?

Thanks


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