Simple rest application that uses Spring, RestEasy and Hibernate validation framework. Project uses RestEasy instead of native Spring rest mechanisms because RestEasy is a standard and is more powerful (Sharing interfaces between server and client was crucial).
- Exception handling - according to best practices from: http://www.stormpath.com/blog/spring-mvc-rest-exception-handling-best-practices-part-1
- Hibernate validation - simple validation made by Hibernate Validation framework
I hope you found here something useful and/or interesting. Help keep this repository growing in more and better projects.