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 "Higgins 2.0 Wishlist"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} right Wishlist for Higgins 2.0. See also Higgins 2.0 Project Plan == Active Client...)
 
(Attribute Service 2.0)
 
(2 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
* [[Attribute Service 2.0]] Provides RESTful bindings over IdAS using '''at least''' the XDI protocol. The intent is to use JSR-311 (and Java 5.0) to create a multi-protocol framework. A RESTful version of XDI could be supported by such an approach. A "full" XDI (e.g. the XDI Engine) might have to sit "beside" this framework.  
 
* [[Attribute Service 2.0]] Provides RESTful bindings over IdAS using '''at least''' the XDI protocol. The intent is to use JSR-311 (and Java 5.0) to create a multi-protocol framework. A RESTful version of XDI could be supported by such an approach. A "full" XDI (e.g. the XDI Engine) might have to sit "beside" this framework.  
 
* Over time add support for other protocols such as Plaxo Portable Contacts, OpenSocial, etc.
 
* Over time add support for other protocols such as Plaxo Portable Contacts, OpenSocial, etc.
* [[Higgins XDI Harmonization]]
+
 
 +
Proposals, ideas and design work
 +
* [[Higgins XDI Harmonization]] - how to harmonize the current Higgins dialect of XDI with what is being called PDX XDI
 +
* [[HGraph]] - a new entity-centric API/layer above the current context-centric IdAS API/layer
  
 
== Identity Services ==
 
== Identity Services ==
* We plan to bring forward the Higgins 1.1 identity services (STS, etc)
+
* Bring forward the Higgins 1.1 identity services (STS, etc)
* New [[Authentication Service 2.0]]
+
* [[Authentication Service 2.0]] - new; implements OAuth/WRAP
  
 
== Building Blocks ==
 
== Building Blocks ==

Latest revision as of 15:34, 29 June 2010

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

Higgins logo 76Wx100H.jpg

Wishlist for Higgins 2.0. See also Higgins 2.0 Project Plan

Active Client

Personal Data Store

PDS Client

PDS Client 2.0 TODO:

  • Running as Windows Service
  • Running as OSX process

Attribute Service 2.0

  • Attribute Service 2.0 Provides RESTful bindings over IdAS using at least the XDI protocol. The intent is to use JSR-311 (and Java 5.0) to create a multi-protocol framework. A RESTful version of XDI could be supported by such an approach. A "full" XDI (e.g. the XDI Engine) might have to sit "beside" this framework.
  • Over time add support for other protocols such as Plaxo Portable Contacts, OpenSocial, etc.

Proposals, ideas and design work

  • Higgins XDI Harmonization - how to harmonize the current Higgins dialect of XDI with what is being called PDX XDI
  • HGraph - a new entity-centric API/layer above the current context-centric IdAS API/layer

Identity Services

Building Blocks

XDI4J

Data Models

In 2.0 we define Persona, our first "concrete" data model (aka schema, ontology and vocabulary). This is a data model for personal information about people.

We have made a few revisions to these underlying models:

IdAS Interface Changes

  • Sub-contexts: what is our plan - are we going to implement sub-contexts using NG4Jena?
  • Graph traversal: which are we going to implement?
    • Walk a link to an entity in a different context and you get back the UDI or
    • Walk a link to any entity and get back either the real thing or a lazily loaded proxy
    • Some other idea
  • Updating the model interface & hiding the model context

Back to the top