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

Higgins Demo App

Revision as of 20:06, 3 September 2006 by Paul.socialphysics.org (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Higgins demo app is a standalone RCP app intended to demostrate a simple use of the Higgins framework to integrate identity information across two very different contexts using context provider plug-ins. The first context provider, called ProfileShare, has been completed. A second context provider, called ECFCollab is under development for Milestone 0.3. The demo app will then show how an identity in one can be correlated in the other using a third provider for the user's "root" context.

This app is focused on a the management and virtual integration of a user's identities, profiles and social relationships across multiple social and professional contexts. Examples of this kind of context include family groups, project teams, supplier networks, ecommerce sites, web services, associations, organizations.

The ProfileShare provider is uses an EMF (and SDO) based data model to describe a person's first, last name and a couple of email addresses. It then uses ECF (using the generic ECF provider) and ECF's "graphshare" (ecf.sdo) plug-in to replicate changes made in one instance of ProfileShare running in one instance of the demo app with other instances of ProfileShare in other instances of the demo app.

The demo app has an interface where you can type in your first and last name, etc. If you run another copy of the demo app, and click the "save changes" icon, and click "Sync" from them main menu of one app you should (modulo a couple of update bugs) see the changes in the other app.

Back to the top