Monthly Archives: February 2012

Supporting XML and JSON web service endpoints in Spring 3.1 using @ResponseBody

In an earlier post I explained how to avoid parallel JAXB2/Jackson annotations when supporting both XML and JSON web service endpoints. Basically the idea was to configure the Jackson ObjectMapper to understand JAXB2 annotations. The problem One of the things … Continue reading

Posted in Chapter 11 - CMDB, Quick Tips | Tagged , , , , , , , , | 24 Comments

Working with the Neo4j shell

In this post we’re going to learn how to work with a local Neo4j database using the Neo4j shell. This isn’t really a Spring post, but Spring Data Neo4j users will probably find it useful. Set environment variable (optional). First, … Continue reading

Posted in Chapter 02 - Data, Chapter 11 - CMDB, Quick Tips, Tutorials | Tagged , , , | 3 Comments