Spring Data Rest + HATEOAS
Spring makes it quite easy to create a rest interface. Just include the corresponding boot dependency in your project with standard spring data repositories. That’s it! Maven Dependencies All my poms derive from the spring-boot-parent. This takes care off most…
Spring Data MongoDB
This post is all about the setup of spring data mongodb for the Mos Erp application. I wanted to create a backend application with a clear REST interface. Spring provides a very sophisticated framework stack to implement it (and I…
Coming back to a RESTful Architecture
Goodbye RequestFactory – Hello REST After trying some days to get the RequestFactory working correctly with my spring / JPA / hibernate based backend, I finally gave up. It just wouldn’t work correctly and was honestly too complex for its…