RESTy service (stub) for manipulating OpenLibrary records based on Apache CXF (Java 7 EE).
Accept a JSON record via POST and return a fixed version of that record.
Build the WAR, deploy on GlassFish 4 or another Java 7 EE application server. The service will then accept JSON objects representing Authors on relative URLs:
olbot/authorname
: returns the record with spaces in the name replaced by underscoresolbot/deathdate
: returns the record with the death date cleaned up
mvn test
runs the JUnit tests after building the classes.mvn install
builds the whole WAR and runs tests and integration tests.