Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Org.eclipse.higgins.as

The XDI Engine is a web application that exposes a Higgins Context as an XDI endpoint, which can receive and process XDI messages.

It maps incoming XDI messages to IdAS operations, which are applied to the Context that is being exposed. This mapping is described in further detail at IdAS XDI Mapping.

Implementation

The XDI Engine is implemented using the XDI4j general-purpose XDI library. It is an XDI4j "Messaging Target", i.e. an implementation of the MessagingTarget interface. In XDI4j, a Messaging Target is a class that can process XDI messages and produce result XDI documents.

Links

  • Higgins Home
  • The XDI RDF Model is the current OASIS TC proposal for an RDF-based data model and addressing format for XDI. This document includes the proposed XDI RDF schema and a number of examples of XDI documents. (Note that it does not yet include the proposed XDI messaging format, which uses XDI documents as message envelopes for other XDI documents.)
  • OASIS XDI TC Wiki
  • Wikipedia page on XDI

Back to the top