Ittai
Ittai

Reputation: 5915

How to begin working with GwtQuery?

I've dived into the GWT world a couple of months ago and find it quite interesting. I'm currently developing a web application which is to be used internally and so we need to resize the browser window, which can only be done by JSNI. After hitting some problems regarding the JSNI I was advised to look into jquery and I found that it's counterpart in GWT is GwtQuery. I've tried looking on the project page and googling for tutorials but I can't seem to find a clear beginners tutorial on how to use GwtQuery on GWT but I keep find references to how it's very similar to jquery. I think it's important to state that I'm not a js developer but rather a java developer who likes the idea of GWT and I just need to use GWTQuery in a very small part of my application.

Thanks in advance for any leads or links.

Ittai

Upvotes: 6

Views: 2199

Answers (3)

Here you have a presentation I gave about gquery.

The getting started guide in the project site could be useful as well.

The gquery mailing list is a good place to ask questions to developers and users.

Upvotes: 2

Helpa
Helpa

Reputation: 708

Here I found good article with small and simple examples: GWTQuery – jQuery in GWT

Upvotes: 1

Chris Boesing
Chris Boesing

Reputation: 5279

GwtQuery also goes by the name GQuery, so maybe you find more if you search for that.

At Google I/O 2009 the creator of GQuery gave a speech about GQuery, you can find the video and slides here, maybe it helps.

Upvotes: 7

Related Questions