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 Resource Index through Sparql - use the http://your-server:port/fedora/risearch endpoint, and see https://wiki.duraspace.org/display/FCR30/Resource+Index+Search Steve > -----Original Message----- > From: Laura delli Paoli [mailto:[email protected]] > Sent: 04 March 2011 11:01 > To: [email protected] > 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; > * Interrogate Fedora Repository through a SPARQL query? > Thanks > Laura > > > -------------------------------------------------------------- > ---------------- > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > Fedora-commons-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers > ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
