i am newbie for GWT.i had created one simple registration form using GWT.i want to add validation for each field using jquery.please help me to explain that how i am able to use jquery in GWT.
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.
You’d be better off using gwtQuery, which is a port (not a wrapper) of jQuery to GWT.
Better off because it is Java so you can use it directly without writing tons of wrappers and because GWT will compile only parts (functions) that actually get used, resulting in much smaller code.