Cris
Cris

Reputation: 5007

GWT and JQuery cohabitation

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

Answers (2)

Valdis R
Valdis R

Reputation: 2115

While you can, you are better off using gwtquery. It's a port of JQuery to GWT.

Upvotes: 2

Isaac Truett
Isaac Truett

Reputation: 8884

Yes, it is possible to use GWT and JQuery in the same project.

Upvotes: 1

Related Questions