Skip to content

AlanHohn/webmvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring WebMVC / Jetty example Build Status

This is a small Java project initially developed for a class on distributed Java (mostly Java EE and Spring).

The code consists of both a client and a webapp that provides a trivial calculation capability to illustrate using Spring WebMVC. There's also a useful EmbeddedServer class that allows the webapp to be run as a standalone Java application (content based on this tutorial). The project can also be built as a WAR using Maven.

Finally, there's a sample of using Google's Places API with Spring WebMVC providing the client functionality and Jackson doing conversion of the JSON result to a graph of Java objects.

About

Spring WebMVC / Jetty example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages