Simple Java REST Framework
- October 24th, 2012
- Posted in Professional
- Write comment
I just wrapped up the scaffolding for a simple Java REST web service framework. We used Maven to handle all dependencies and requirements, Spring for Dependency Injection, Hibernate for ORM, and RESTEasy for the web service/REST portion.
The source code’s available on GitHub for those interested: https://github.com/QBRC/Resprirnate
No comments yet.