How to begin working with GwtQuery?
Asked Answered
H

3

6

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

Hudibrastic answered 26/10, 2009 at 18:0 Comment(0)
E
7

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.

Exaggerative answered 26/10, 2009 at 20:0 Comment(0)
D
2

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.

Devilkin answered 1/10, 2012 at 8:43 Comment(0)
C
1

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

Chap answered 9/9, 2010 at 14:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.