The project is discontinued.
A Java web application that provides a RESTful interface to the Qucosa repository backend, a Fedora Commons service. It also provides a less RESTful interface for supporting first version Qucosa clients.
The qucosa-webapi program is a Maven project and as such can be build with the Maven package command:
$ mvn package
This will generate a deployable WAR file target/qucosa-webapi-<VERSION>.jar
for Java Servlet
Containers like Tomcat or Jetty.
After building and deploying you should be able to access the APIs resources via their URLs.
The program is licenced under GPLv3. See the COPYING file for details.