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 "CardSync Service 1.1"

(Used By)
(Implementation)
Line 25: Line 25:
 
* The [[CardSync Service]] will be first used by the [[GTK Selector 1.1-Win]] solution. It is used by the Synchronizing Card Store within the [[Local I-Card Service]].
 
* The [[CardSync Service]] will be first used by the [[GTK Selector 1.1-Win]] solution. It is used by the Synchronizing Card Store within the [[Local I-Card Service]].
  
=== Implementation ===
+
== Implementation ==
 +
 
 +
=== Architecture ===
  
 
[[Image:Cardsync-service-1.1.100.png|center]]
 
[[Image:Cardsync-service-1.1.100.png|center]]
  
 
''([[Diagram Key]])''
 
''([[Diagram Key]])''
 +
''Italic text''
  
 
===Components and Packages===
 
===Components and Packages===

Revision as of 09:46, 12 July 2009

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

Higgins logo 76Wx100H.jpg

The CardSync Service is a web service that synchronizes card data between itself and one or more selector clients. Changes made on any one of a user's selectors are synchronized to all of the other of that user's selectors.

Version

The CardSync Service is being developed as part of Higgins 1.1.

API

Design Requirements

Here are the original design goals for the CardSync Web App:

  1. Support a RESTful interface (not SOAP)
  2. Only use protocols and technologies that are available royalty-free and are well documented
  3. Be compatible with selectors that support N>1 card stores
  4. Allow a selector to work completely offline
  5. Support bi-directional synchronization of individual cards and individual metadata entries about these cards
  6. Support strong authentication from client (selector) to CardSync Service

Used By

Implementation

Architecture

Cardsync-service-1.1.100.png

(Diagram Key) Italic text

Components and Packages

Components:

Packages:

Back to the top