]> source.dussan.org Git - gwtquery.git/commit
Implementation of JsonBuilders for the JVM. Moved tests to class which can be run...
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Fri, 27 Dec 2013 20:44:49 +0000 (21:44 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Fri, 27 Dec 2013 20:44:49 +0000 (21:44 +0100)
commitad30b3e7f61bcf25cce84d46f9527f6e075c8b1e
tree2777682c5a27124434c42ac60a2cae75c1955ca3
parent90316bdd6aa5b44e216ec90581633265f9595aa4
Implementation of JsonBuilders for the JVM. Moved tests to class which can be run either in JVM and in client side. Added an utility class to create Json objects so as we can use it in server and client,  we dont depend on ClientFactories nor Injectors like autoBeans and other implementations do
13 files changed:
gwtquery-core/pom.xml
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/QueryMin.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/GQ.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonBuilder.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonBuilderBase.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonFactory.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/rebind/JsonBuilderGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/JsonFactoryJre.java [new file with mode: 0644]
gwtquery-core/src/main/super/com/google/gwt/query/super/com/google/gwt/query/client/GQ.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryAjaxTestGwt.java
gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTest.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestGwt.java [new file with mode: 0644]