I am new to Vaadin and GWT but i'm an advanced javascript Programmer. Now im working on a Vaadin existing Project and want to use the great possibilities of jQuery into my Project... how can i add GWTQuery into an existing Vaadin Project?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
1.- If you are using maven add these lines to your
Otherwise download gwtquery-1.2.0.jar from the project site and include it in your classpath 2.- Add this line to
3.- Import statically methods from the
4.- Use it to enhance your dom or widgets
5.- Be aware that you cannot use jquery plugins, but you can use the core api of jquery (with some differences). There are many gquery plugins though. |
|||||||||||||
|
|
Same as you would for any other GWT project:
Be sure to run the GWT compiler before running in production mode. Further Reading: |
|||||
|
|