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 "PDS Architecture"

(Java Frameworks, Libraries)
Line 7: Line 7:
 
* [[IDS]]: is a new web service called the Identity Data Service. It provides RESTful bindings (using a variety of protocols such as XDI, Plaxo Portable Contacts, etc.) over IdAS
 
* [[IDS]]: is a new web service called the Identity Data Service. It provides RESTful bindings (using a variety of protocols such as XDI, Plaxo Portable Contacts, etc.) over IdAS
  
===Java Frameworks, Libraries ===
+
===Java Frameworks, Libraries & Models ===
* [[IdAS]]: is a java framework that provides a common interface to identity, profile, and relationship data from external data sources (e.g. websites, databases, directories) and expose them via the IdAS interfaces. IdAS implements the [[Context Data Model]] (CDM), an RDF/OWL-based common data model.
+
* [[IdAS]]: is a java framework that provides a common interface to identity, profile, and relationship data from external data sources (e.g. websites, databases, directories) and expose them via the IdAS interfaces.  
 +
* [[Context Data Model]]: (CDM) is an RDF/OWL-based common data model implemented by IdAS.
 
* [[XDI4j]]: is a java support library for working with XDI.
 
* [[XDI4j]]: is a java support library for working with XDI.

Revision as of 23:40, 16 March 2009

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Higgins.funnell.PNG

Web Services

Under development for Higgins 1.1:

  • IDS: is a new web service called the Identity Data Service. It provides RESTful bindings (using a variety of protocols such as XDI, Plaxo Portable Contacts, etc.) over IdAS

Java Frameworks, Libraries & Models

  • IdAS: is a java framework that provides a common interface to identity, profile, and relationship data from external data sources (e.g. websites, databases, directories) and expose them via the IdAS interfaces.
  • Context Data Model: (CDM) is an RDF/OWL-based common data model implemented by IdAS.
  • XDI4j: is a java support library for working with XDI.

Back to the top