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

Difference between revisions of "Active Client 2.0"

(Introduction)
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]] We're just getting started on this page, so it is mostly just a template at present.
+
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]]  
  
== Introduction ==
+
The 2.0 active client is being designed entirely as a browser extension--a new version of the venerable Higgins browser extension (HBX).  
  
This Windows and Mac active client is written in C++ and uses the [http://qt.nokia.com/ Qt cross-platform application and UI framework].
+
The new HBX acts as a client of the [[Personal Data Service Overview]]. This new HBX is highlighted below:
  
== End-User Perspective  ==
+
[[Image:Pds 2.0.112.png|center]]
  
For an introduction to Information Cards and Selectors visit http://informationcard.net
+
=== Attic ===
  
=== Planned Functionality  ===
+
Here are the older notes: [[Higgins/Attic/Active Client 2.0]]
 
+
*Traditional IMI selector functionality
+
**Import personal and managed IMI cards
+
**Allow log in to IMI compatible websites
+
*Selector may optionally be associated with [[Authentication Service 1.1]] and thereby get the access tokens necessary to use other selector-related web services including:  
+
**[[Attribute Service 1.1]]
+
**[[CardSync Service 1.1]]
+
 
+
=== Compatibility  ===
+
 
+
Card types/protocols:
+
 
+
*Supports managed and personal IMI information cards
+
*Supports managed OpenID information cards
+
*Supports managed and personal Higgins relationship cards
+
 
+
Browsers:
+
 
+
*Firefox 3.0+
+
*IE 6+
+
 
+
Operating systems (and what should be in the OS!):
+
 
+
*Windows XP, Vista, and Windows 7
+
*Higgins Selector Switch
+
 
+
=== Setup  ===
+
 
+
<how do you install it?>
+
 
+
== Deployer Perspective  ==
+
 
+
<to be written>
+
 
+
== Developer Perspective<br>  ==
+
 
+
=== Architecture  ===
+
 
+
[[Image:Active client 2.0.102.png|center]] ([[Diagram Key]])
+
 
+
Components from 1.1:
+
 
+
*[[Components 1.1#HSS_Manager]]: <code>org.eclipse.higgins.hss.manager/win </code>
+
*[[Components 1.1#HSS_Launcher]]: <code>org.eclipse.higgins.hss.launcher/win </code>
+
*[[Components 1.1#Higgins_Selector_Switch]]: <code>org.eclipse.higgins.hss </code>
+
 
+
2.0-only Components:
+
*[[Components 2.0#Dashboard]]
+
 
+
2.0-only Packages:
+
*[[PDS Client 2.0]]
+
 
+
Supporting services:
+
 
+
*[[IdAS Proxy Service 2.0]]
+
*[[Attribute Service 2.0]]
+
*[[Authentication Service 2.0]]
+
 
+
=== Building  ===
+
 
+
&lt;..how to get the source&gt;
+
 
+
&lt;..how to build executables (jars, wars, exes, etc)&gt;
+

Latest revision as of 13:53, 9 March 2011

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Higgins logo 76Wx100H.jpg

The 2.0 active client is being designed entirely as a browser extension--a new version of the venerable Higgins browser extension (HBX).

The new HBX acts as a client of the Personal Data Service Overview. This new HBX is highlighted below:

Pds 2.0.112.png

Attic

Here are the older notes: Higgins/Attic/Active Client 2.0

Back to the top