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