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