Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidecavestro/smartgwt-listgrid-rest-test-case

A Gradle-Eclipse example project showing a ListGrid receiving data from a RestDataSource adapted in order to let Jetty (in GWT Dev Mode) serve static json paged responses.
https://github.com/davidecavestro/smartgwt-listgrid-rest-test-case

Last synced: 16 days ago
JSON representation

A Gradle-Eclipse example project showing a ListGrid receiving data from a RestDataSource adapted in order to let Jetty (in GWT Dev Mode) serve static json paged responses.

Awesome Lists containing this project

README

        

smartgwt-listgrid-rest-test-case image:https://buildhive.cloudbees.com/job/davidecavestro/job/smartgwt-listgrid-rest-test-case/badge/icon["Build Status", link="https://buildhive.cloudbees.com/job/davidecavestro/job/smartgwt-listgrid-rest-test-case/"]
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

A Gradle-Eclipse example project showing a ListGrid receiving data from a RestDataSource adapted
in order to let Jetty (in GWT Dev Mode) serve static json paged responses.

The project uses Gradle as a build automation tool integrated with the IDE. Hence if you want to use the IDE you need to
install the great Gradle Eclipse tooling integration. You can still use only Gradle using its GUI or from command line.

How To
------
There are two alternative ways to use this project: from IDE or from CLI.

Eclipse/STS
~~~~~~~~~~~
. Install the Eclipse/http://www.springsource.org/downloads/sts-ggts[STS] Gradle tooling support
. Import this skeleton project from git
. Refresh gradle dependencies
. Edit gwt sources under the +src/main/java+ folder
. Launch the GWT Dev Mode using the _.launch_ script on the project root

Gradle
~~~~~~
* invoke +./gradlew --gui+ to obtain the Gradle GUI
* or invoke +./gradlew gwtDevMode+ to directly launch the GWT Dev Mode

Credits
-------
Many thanks to:

* The http://code.google.com/p/smartgwt/[SmartGWT project]

* The http://gradle.org/[gradle project]

* The https://github.com/SpringSource/eclipse-integration-gradle[Eclipse-Integration-Gradle project]