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
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.
There is no need to use a external lib like jquery. What is jquery good for?
Working with GWT for a half year on a really large project I've seen no need for using external libraries like jquery. The only thing we missed was drag'n drop, we're using gwt-dnd for this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With