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

Difference between revisions of "PDS Architecture"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} Web Services * IDS: is a new web service called the Identity Data Service. It provides RESTful bindings (using a variet...)
 
Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
  
Web Services
+
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
 
* [[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
  

Revision as of 23:36, 16 March 2009

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

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 Libraries

  • 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.
  • XDI4j: is a java support library for working with XDI.

Back to the top