Reputation: 5007
I'll use GWT for my next project but I would like to use some of JQuery's very nice widgets,components (some datagrids). Do you think is possible? Thank you!
Upvotes: 2
Views: 265
Reputation: 2115
While you can, you are better off using gwtquery. It's a port of JQuery to GWT.
Upvotes: 2
Reputation: 8884
Yes, it is possible to use GWT and JQuery in the same project.
Upvotes: 1