Using Jackson for your REST service? Don’t initialize your entities

Using a Java framework like Dropwizard and an ORM like Hibernate, it’s quite easy to write a REST server in a completely object-oriented way. By defining entity classes, you can use the same objects from the incoming HTTP request, through …