views:

423

answers:

2

Hi, 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

+3  A: 

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.

Chris Boesing
A: 

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

Helpa