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 "Selector Architecture Harmonization"

(Synchronizing Card Store (Component Set))
 
(139 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins}} [[Image:Higgins_logo_76Wx100H.jpg|right]]  
+
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 +
 
 +
[[Image:Higgins_logo_76Wx100H.jpg|right]]  
  
 
Since Selectors use most of the Higgins Components, work on harmonizing the Higgins selectors into a single architecture would be a huge step towards overall Higgins architecture harmonization/convergence.  
 
Since Selectors use most of the Higgins Components, work on harmonizing the Higgins selectors into a single architecture would be a huge step towards overall Higgins architecture harmonization/convergence.  
  
A good first step in converging the selectors is start by harmonizing the [[GTK and Cocoa Selector]] and the [[Adobe AIR Selector]].  
+
The initial step involves harmonizing the architecture of [[GTK and Cocoa Selector 1.0]] with the architecture of [[AIR Selector 1.1-Win]] and initially implement this new harmonized architecture in [[GTK Selector 1.1-Win]].  
  
===Top Level Diagram===
+
=== Overview ===
[[Image:Selector-arch-v1.1.112.png]]
+
 
 +
Aside from UI differences, the [[GTK Selector 1.1-Win]] performs all processing locally, whereas the [[AIR Selector 1.1-Win]] presents a local UI but relies on a hosted server. The latter has the advantage of supporting roaming of cards as well as multiple simultaneous clients. The former has performance advantages. We'd like to get the best of both worlds by having a converged architecture which synchronizes cards between the client and the server. The common code would be in a "local i-card selector service" (LICS) component that alternative selector UI layers can use. A new [[CardSync API]] would be added to the Higgins server.
 +
 
 +
==Open Issues==
 +
This is the place to capture open design issues in this project.
 +
 
 +
# In the long run if the selector UI runs in a separate process then it needs to authenticate itself to the [[Local I-Card Service]] envisioned below. We haven't yet decided how to do this.
 +
# In the long run browser plugins need to authenticate themselves to the [[Local I-Card Service]] envisioned below. We don't yet know how to do this.
 +
 
 +
== Top Level Architecture==
 +
As you can see we have formalized the separation of presentation from core services:
 +
 
 +
[[Image:Unified-selector-1.1.116.png]]
  
 
Notes:
 
Notes:
* Introduce the notion of a "Component Set" -- a set of components
+
* We introduce the notion of a "Component Set" -- a set of components
 
* This architecture would run on Windows, Mac OSX, Linux and (with further work) potentially smart phones
 
* This architecture would run on Windows, Mac OSX, Linux and (with further work) potentially smart phones
* The "Selector UI" component would be either GTK, Cocoa or AIR-based, but the underlying "Selector Client" would be common.
+
* The "Selector UI" component would be either GTK, Cocoa or AIR-based, but the underlying [[Local I-Card Service]] would be common.
 +
 
 +
 
 +
 
 +
==Local I-Card Service ==
 +
 
 +
Overview:
 +
 
 +
[[Image:Lics-v.1.1.123.png]]
 +
 
 +
==Synchronizing Card Store ==
 +
Current design:
 +
 
 +
[[Image:Sync-card-store.1.1.120.png]]
 +
 
 +
== Server ==
  
==="Top Level" To Dos===
+
Implement the new [[CardSync API]] in the [[I-Card Sync Web App]] component. See below:
  
The first objective is to perfectly align the existing [[Components]] with the above diagram.
+
[[Image:Server-mods-v4.png]]
* Jeesmon: Split the shared tcpserver project into multiple projects to align with above. Suggestions for new names:
+
** org.eclipse.higgins.hss for http://wiki.eclipse.org/Components#Higgins_Selector_Selector_.28HSS.29
+
** org.eclipse.higgins.hss.manager for http://wiki.eclipse.org/Components#HSS_Manager
+
** org.eclipse.higgins.hss.launcher for http://wiki.eclipse.org/Components#Higgins_Launcher
+
** org.eclipse.higgins.hbx.ie (NOT hbxie! (taken)) for http://wiki.eclipse.org/Components#Higgins_Browser_Extension_.28HBX.29
+
* Jeesmon: Merge the currently separate HSS connectors into .higgins.hss
+

Latest revision as of 10:20, 6 July 2009

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

Higgins logo 76Wx100H.jpg

Since Selectors use most of the Higgins Components, work on harmonizing the Higgins selectors into a single architecture would be a huge step towards overall Higgins architecture harmonization/convergence.

The initial step involves harmonizing the architecture of GTK and Cocoa Selector 1.0 with the architecture of AIR Selector 1.1-Win and initially implement this new harmonized architecture in GTK Selector 1.1-Win.

Overview

Aside from UI differences, the GTK Selector 1.1-Win performs all processing locally, whereas the AIR Selector 1.1-Win presents a local UI but relies on a hosted server. The latter has the advantage of supporting roaming of cards as well as multiple simultaneous clients. The former has performance advantages. We'd like to get the best of both worlds by having a converged architecture which synchronizes cards between the client and the server. The common code would be in a "local i-card selector service" (LICS) component that alternative selector UI layers can use. A new CardSync API would be added to the Higgins server.

Open Issues

This is the place to capture open design issues in this project.

  1. In the long run if the selector UI runs in a separate process then it needs to authenticate itself to the Local I-Card Service envisioned below. We haven't yet decided how to do this.
  2. In the long run browser plugins need to authenticate themselves to the Local I-Card Service envisioned below. We don't yet know how to do this.

Top Level Architecture

As you can see we have formalized the separation of presentation from core services:

Unified-selector-1.1.116.png

Notes:

  • We introduce the notion of a "Component Set" -- a set of components
  • This architecture would run on Windows, Mac OSX, Linux and (with further work) potentially smart phones
  • The "Selector UI" component would be either GTK, Cocoa or AIR-based, but the underlying Local I-Card Service would be common.


Local I-Card Service

Overview:

Lics-v.1.1.123.png

Synchronizing Card Store

Current design:

Sync-card-store.1.1.120.png

Server

Implement the new CardSync API in the I-Card Sync Web App component. See below:

Server-mods-v4.png

Back to the top