Skip to content

Commit

Permalink
Last change to README today
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Jan 25, 2013
1 parent c219213 commit 51e2482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -4,9 +4,9 @@ You must have a running Lily repository to run this. Lily is not embedded!

It should be available at Zookeeper address "localhost:2181", or you can change the Spring config in WEB-INF/rest.xml.

The only methods currently implemented are POST/GET for /objects and GET for /fedora/describe.
The only methods currently implemented are POST/GET for /objects/{dsid} and GET for /fedora/describe.

To add a new JAXRS resource, create it as a subclass of AbstractResource, then add it to Spring config with a constructor-arg of the LilyClient bean, like:
To add a new JAXRS resource, create it as a subclass of AbstractResource, then add it to Spring config with a property of the LilyClient bean, like:

<jaxrs:serviceBeans>
<bean id="fedoraRepository" class="org.fcrepo.lily.FedoraRepository">
Expand Down

0 comments on commit 51e2482

Please sign in to comment.