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)
(Java Frameworks, Libraries & Models)
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 & Models ===
+
==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.
+
=== Higgins 1.0===
 +
* [[IdAS Solution 1.0]]: this solution provides a basic configuration of the [[Identity Attribute Service 1.1]] (IdAS). 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 1.0]]: (CDM) is an RDF/OWL-based common data model implemented by IdAS.
 +
* [[XDI4j]]: is a java support library for working with XDI.
 +
 
 +
=== Higgins 1.1===
 +
* [[IdAS Solution 1.1]]: this solution provides a basic configuration of the [[Identity Attribute Service 1.1]] (IdAS). 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 1.1]]: (CDM) is an RDF/OWL-based common data model implemented by IdAS 1.1.
 
* [[XDI4j]]: is a java support library for working with XDI.
 
* [[XDI4j]]: is a java support library for working with XDI.

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

Higgins 1.0

  • IdAS Solution 1.0: this solution provides a basic configuration of the Identity Attribute Service 1.1 (IdAS). 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 1.0: (CDM) is an RDF/OWL-based common data model implemented by IdAS.
  • XDI4j: is a java support library for working with XDI.

Higgins 1.1

  • IdAS Solution 1.1: this solution provides a basic configuration of the Identity Attribute Service 1.1 (IdAS). 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 1.1: (CDM) is an RDF/OWL-based common data model implemented by IdAS 1.1.
  • XDI4j: is a java support library for working with XDI.

Back to the top