Re: [fcrepo-dev] Fedora's API

2011-03-04 Thread Scott Prater
Hi, Laura -- > > I'll give a look at Fedora's SOAP API since I didnt' find any REST > function to add new objects. > There is a REST function to add new objects: https://wiki.duraspace.org/display/FCR30/REST+API#RESTAPI-ingest -- Scott -- Scott Prater Library, Instructional, and Researc

Re: [fcrepo-dev] Fedora's API

2011-03-04 Thread Laura delli Paoli
Steve Bayliss writes: > > Hi Laura > > Take a look at the Java REST client here - > https://github.com/mediashelf/fedora-client - this gives you a Java > interface into Fedora, making use of the REST API. > > Alternatively you can use some standard Java SOAP framework to talk to > Fedora's SOA

Re: [fcrepo-dev] Fedora's API

2011-03-04 Thread Steve Bayliss
Hi Laura Take a look at the Java REST client here - https://github.com/mediashelf/fedora-client - this gives you a Java interface into Fedora, making use of the REST API. Alternatively you can use some standard Java SOAP framework to talk to Fedora's SOAP API. You can interrogate Fedora's Resour

[fcrepo-dev] Fedora's API

2011-03-04 Thread Laura delli Paoli
Hello! I have to communicate with Fedore through Java. Are there any API for: * Adding a new object (Digital Object or Content Model) to Fedora Repository; * Interrogate Fedora Repository through a SPARQL query? Thanks Laura ---