Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Org.eclipse.higgins.as"

Line 1: Line 1:
The [[XDI Engine]] is a web application that exposes a Higgins [[Context]] as an XDI endpoint, which can receive and process XDI messages.
+
The [[IdAS 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]].
 
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]].
Line 5: Line 5:
 
== Implementation ==
 
== 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.
+
The [[IdAS 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 ==
 
== Links ==

Revision as of 18:36, 9 March 2008

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