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"

Line 3: Line 3:
 
[[Image:Higgins.funnell.PNG]]
 
[[Image:Higgins.funnell.PNG]]
  
Web Services (under development for Higgins 1.1)
+
===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
  
Java Libraries
+
===Java Frameworks, 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.
 
* [[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.
 
* [[XDI4j]]: is a java support library for working with XDI.

Revision as of 23:38, 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

  • 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