Skip to content

gred/REST

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a learning project, and can be used as a starting point for a RESTful web service implemented with Spring 3.1 and Java configuration.

Because it's a learning project, most of it's implementation is explained carefully and in great detail, in a series of posts:

Spring and Maven basics

Web Tier (REST)

Security

Persistence

Testing

TECHNOLOGY STACK

  • Spring 3.1 with Jackson, JAXB
  • Hibernate 3.6 (to be moved to Hibernate 4.0 soon)
  • Junit, Mockito, Hamcrest, rest-assured

FURTHER DEVELOPMENT

======================

  • improvements in validation and HTTP response codes
  • improving the marshaling of the server stack trace
  • expand on the design document, covering: details of the transaction strategy

Releases

No releases published

Packages