Blog Archives

Build RESTful Web Service using Spring MVC Framework

Overview The post is about how to build a RESTful web service using Spring MVC framework.The main advantage of using Spring Framework is the modules within the application are loosely coupled achieved by Dependency Injection (Inversion of Control). Project Structure

Tagged with: , ,
Posted in Java, Programming