java-allandsundry.com
all and sundry: Spring Rest Controller with angularjs $resource
http://www.java-allandsundry.com/2014/05/spring-rest-controller-with-angularjs.html
Biju Kunjummen's Java/Spring/Scala related blog. Thursday, May 22, 2014. Spring Rest Controller with angularjs $resource. Is an angularjs module for interacting with REST based services. I used it recently for a small project with Spring MVC. And wanted to document a configuration that worked well for me. The controller is run of the mill, it supports CRUD operations on a Hotel entity and supports the following methods:. POST /rest/hotels - creates a Hotel entity. PUT /rest/hotels/:id - updates an entity.