]> source.dussan.org Git - gwtquery.git/commit
Adding Ajax abilities to Gquery, as a easy way to get and handle data from non gwt...
authorManolo Carrasco <manolo@apache.org>
Wed, 21 Sep 2011 21:03:20 +0000 (21:03 +0000)
committerManolo Carrasco <manolo@apache.org>
Wed, 21 Sep 2011 21:03:20 +0000 (21:03 +0000)
commit8791f8bdfced127ee3222ecf8aafd76bee5c3642
tree11c20c636d1ac1058f7282e78c7a69c62b87ca10
parentf30f1c4b15fd53a4d4b7e175bb11904698c46d58
Adding Ajax abilities to Gquery, as a easy way to get and handle data from non gwt servers. Added a generator to convert JSON objects to java builders/pojos
12 files changed:
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/GQ.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonBuilder.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonBuilderBase.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonName.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/AjaxImpl.java [deleted file]
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryAjaxTest.java [new file with mode: 0644]