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

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

Reply via email to