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