Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FCREPO4

Browser Interface

The application can be accessed through the browser interface for demonstration purposes of the repositories basic functionality. One deployed navigate to either http://localhost:8080/rest for the one click install or http://localhost:8080/<war file name>/rest using the tomcat or jetty servers.

REST API

The primary way for applications to work with a Fedora 4 repository is through the RESTful HTTP API.

  • Excerpt Include
    RESTful HTTP API
    RESTful HTTP API
    nopaneltrue

External Search and Triplestore

FCREPO-JMS-INDEXER-PLUGGABLE

In tandem with the main fcrepo4 web app is the fcrepo-jms-indexer-pluggable web app.  It can be configured to listen to the Fedora JMS topic, retrieve messages including pid and eventType, look up object properties, execute transformations, and pass this output to external applications providing search and triplestore functionalityIn addition to working with repository content directly, many applications will work with external search engines and triplestores, which are kept in sync with the repository when updates are made.

External Search

Excerpt Include
External Search
External Search
nopaneltrue

...