Re: [fcrepo-dev] Fedora's API

2011-03-10 Thread Laura delli Paoli
Laura delli Paoli writes: > > Scott Prater writes: > > > > > Hi, Laura -- Hi! I was trying this simple example: import java.net.MalformedURLException; import org.fcrepo.client.FedoraClient; import org.fcrepo.common.Constants; import org.fcrepo.server.management.FedoraAPIM; import org.fcrepo

Re: [fcrepo-dev] Fedora's API

2011-03-08 Thread Laura delli Paoli
Scott Prater writes: > > Hi, Laura -- > Thanks a lot!!! Laura -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.

Re: [fcrepo-dev] Fedora's API

2011-03-07 Thread Scott Prater
Hi, Laura -- Fedora repository methods are divided into two groups: API-A methods, which are read-only, and API-M methods, which are read-write. You can find documentation on both RESTful and SOAP APIs at https://wiki.duraspace.org/display/FCR30/Web+Service+Interfaces . To ingest an object v

Re: [fcrepo-dev] Fedora's API

2011-03-06 Thread Laura delli Paoli
Scott Prater writes: > > 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 > Thanks a lot, S

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
gt; To: fedora-commons-developers@lists.sourceforge.net > Subject: [fcrepo-dev] Fedora's API > > > 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; > * I

[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 ---