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"

(Context Data Model)
Line 4: Line 4:
  
  
 +
==Attribute Service==
 +
New for Higgins 1.1, we're working on an network attribute web service called the '''Attribute Service'''. The initial protocol supported will be [[XDI]] with others to follow. See [[Higgins_1.1_Plan#Attribute_Service_1.1]] for more info.
  
==Java Frameworks, Libraries & Models ==
+
==IdAS Solution & IdAS Library ==
 +
The next layer down the stack is the deployable "IdAS" Identity Attribute Service Solution.
 +
* Higgins 1.0: [[IdAS Solution 1.0]]: this solution provides a basic configuration of the [[Identity Attribute Service 1.0]] (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.
 +
* Higgins 1.1: See [[Higgins_1.1_Plan#IdAS_Solution_1.1]]
  
=== Higgins 1.0===
+
== XDI4J ==
* [[IdAS Solution 1.0]]: this solution provides a basic configuration of the [[Identity Attribute Service 1.0]] (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.  
+
* Higgins 1.0: [[XDI4j]]: is a java support library for working with XDI.
* [[Context Data Model 1.0]]: (CDM) is an RDF/OWL-based common data model implemented by IdAS.
+
* Higgins 1.1: [[Higgins_1.1_Plan#XDI4j]]
* [[XDI4j]]: is a java support library for working with XDI.
+
  
=== Higgins 1.1===
+
== Context Data Model ==
* See [http://wiki.eclipse.org/Higgins_1.1_Plan#Java_Frameworks.2C_Libraries_.26_Models Java Frameworks, Libraries & Models section of Higgins 1.1 Plan]
+
CDM is an RDF/OWL-based common data model that is used in the bottom-most "data layer" of the Higgins architecture. It is implemented by IdAS.
 
+
* Higgins 1.0: [[Context Data Model 1.0]]
==Web Services==
+
* Higgins 1.1: See [[Higgins_1.1_Plan#Context_Data_Model_1.1]]
See [http://wiki.eclipse.org/Higgins_1.1_Plan#Web_Services Web Services section of Higgins 1.1 Plan]
+
 
+
==Context Data Model==
+
See [http://wiki.eclipse.org/Higgins_1.1_Plan#Context_Data_Model Context Data Model section of the Higgins 1.1 Plan]
+

Revision as of 22:58, 12 July 2009

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

Higgins.funnell.PNG


Attribute Service

New for Higgins 1.1, we're working on an network attribute web service called the Attribute Service. The initial protocol supported will be XDI with others to follow. See Higgins_1.1_Plan#Attribute_Service_1.1 for more info.

IdAS Solution & IdAS Library

The next layer down the stack is the deployable "IdAS" Identity Attribute Service Solution.

XDI4J

Context Data Model

CDM is an RDF/OWL-based common data model that is used in the bottom-most "data layer" of the Higgins architecture. It is implemented by IdAS.

Back to the top