Skip to content

Spring REST service (JSON) with AngularJS front end. Uses spring-test for integration tests. No XML, either Spring or web.xml.

Notifications You must be signed in to change notification settings

CinJug/addrbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address Book

###Technology stack

  1. Spring 3.2. REST service with JSON payload. Uses spring-test for integration tests.
  2. AngularJS 1.2. Minimalist, focused on demonstration of consuming REST service.
  3. Embedded HSQL database.

Additionally, this project contains no XML. Spring config is fully annotation driven and the web.xml is omitted per Servlet 3.0 spec.

###Resources

About

Spring REST service (JSON) with AngularJS front end. Uses spring-test for integration tests. No XML, either Spring or web.xml.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 76.2%
  • Shell 14.7%
  • Groovy 4.2%
  • JavaScript 2.9%
  • CSS 2.0%