Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 769
Ittai Avatar asked Oct 26 '09 18:10

Ittai


1 Answers

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.

like image 197
Chris Boesing Avatar answered Sep 28 '22 06:09

Chris Boesing