1

Is it possible to get the HTML/Javascript code which the GWT compiler generates itslef from the Java code , can i see the javascript code generated against my Java code in GWT,in eclipse

Thanks

1 Answer 1

1

Yes, it is possible. Look in the web-inf directory. This directory should be in your war directory. You need to build (GWT compile) your project to generate the JavaScript. In dev mode it is run as Java.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.