In eclipse IDE, how can I see the javascript source code GWT has generated ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming that you are using latest GWT version with Google Plugin for eclipse you
just need to look under the war/ directory.
But unless you are compiling with “detailed” or “pretty” option you will not be able to make much of the JavaScript output because by default GWT compiler generates obfuscated code.
See http://code.google.com/eclipse/docs/gwt_compile.html for setting compiler options.