ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

JVM support for Json data binding and Ajax #264

Closed manolo closed 10 years ago

manolo commented 10 years ago

This is a big commit which does not modify so much the actual gQuery behavior in client side nor the API, but comes with a very useful feature allowing use databinding (json right now) and Ajax in servlets and jvm tests.

I think it is in good shape because there are many test units and we are using it in our project for some weeks.

jDramaix commented 10 years ago

LGTM