Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/davidecavestro/smartgwt-listgrid-rest-test-case
- Owner: davidecavestro
- License: bsd-3-clause
- Created: 2012-12-19T08:43:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T22:06:56.000Z (over 10 years ago)
- Last Synced: 2023-03-23T12:13:47.508Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
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 rootGradle
~~~~~~
* invoke +./gradlew --gui+ to obtain the Gradle GUI
* or invoke +./gradlew gwtDevMode+ to directly launch the GWT Dev ModeCredits
-------
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]