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

(Version)
Line 2: Line 2:
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
  
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.
+
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. [[CardSync Design Goals]].
  
 
=== Version ===
 
=== Version ===
 
The [[CardSync Service]] is being developed as part of [[Higgins 1.1]].
 
The [[CardSync Service]] is being developed as part of [[Higgins 1.1]].
 
=== Design Goals ===
 
Here are the original design goals for the [[CardSync Web App]]:
 
# Support a RESTful interface (not SOAP)
 
# Only use protocols and technologies that are available royalty-free and are well documented
 
# Be compatible with selectors that support N>1 card stores
 
# Allow a selector to work completely offline
 
# Support bi-directional synchronization of individual cards and individual metadata entries about these cards
 
# Support strong authentication from client (selector) to [[CardSync Service]]
 
  
 
=== Used By ===
 
=== Used By ===
Line 27: Line 18:
 
* [[CardSync Exceptions]] - coming soon
 
* [[CardSync Exceptions]] - coming soon
 
* [[CardSync Data Transfer Objects]] - objects moving over the network
 
* [[CardSync Data Transfer Objects]] - objects moving over the network
 
 
  
 
== Implementation ==
 
== Implementation ==

Revision as of 09:54, 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. CardSync Design Goals.

Version

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

Used By

Service

API

Misc

Implementation

Architecture

Cardsync-service-1.1.100.png

(Diagram Key) Italic text

Components and Packages

Components:

Packages:

Back to the top