Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
/ ol-bot Public archive

RESTy service for manipulating OpenLibrary records based on Apache CXF (Java 7 EE)

License

Notifications You must be signed in to change notification settings

bencomp/ol-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ol-bot

RESTy service (stub) for manipulating OpenLibrary records based on Apache CXF (Java 7 EE).

What it does

Accept a JSON record via POST and return a fixed version of that record.

How to use

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 underscores
  • olbot/deathdate: returns the record with the death date cleaned up

Maven commands

  • mvn test runs the JUnit tests after building the classes.
  • mvn install builds the whole WAR and runs tests and integration tests.

About

RESTy service for manipulating OpenLibrary records based on Apache CXF (Java 7 EE)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages