Hi,
I have successfully converted a java project to javascript through gwt
and would like to take that javascript and execute it from a separate
stand alone project.
I have compiled it (using "ant gwtc") and can run the compiled code
through the demo mode server (removing ?gwt.codesvr=
127.0.0.1:9997
from the URL so I'm accessing the compile version at:
http://127.0.0.1:8888/ProjectName.html) but it doesn't work if I just
open the .html file straight from disk.
Looking at the .nocache.js file I see there is code in there related
to hosted mode. Does that need a server running to work properly?
Also, in the .cache.html files, the javacript is actually commented
out.
Is there a way to compile it so I have easier access to the javacript
entry point of my code, or to easily extract it from the cache files?
Thanks,
Andrew