Skip to content

Blondas/StockWatcherJSON

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWT JSON integration with Spring MVC Demo

Presentation

This is a demo project for GWT JSON integration with Spring MVC based on the original [StockWatcher] (http://code.google.com/p/google-web-toolkit/downloads/detail?name=Tutorial-GettingStarted-2.1.zip) tutorial from Google.

This demo is a support for the following article [GWT JSON integration with Spring MVC] (http://doanduyhai.wordpress.com/2012/07/29/gwt-json-integration-with-spring-mvc)

Installation

  • Install Maven 3
  • Compile the project with "mvn clean install". Maven will download the gwt-dev.jar which is quite big (32Mb) so take a coffee
  • Once compilation done, run Jetty from Maven : mvn jetty:run

Usage

Try to play around with the "Add" and "Randomize" buttons. Each of them is triggering a different JSON service in the backend, handled by Spring

About

GWT JSON integration with Spring MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.3%
  • CSS 9.9%
  • Java 2.8%