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"

(Implementation)
Line 10: Line 10:
 
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]].
  
== Service ==
 
=== API ===
 
* [[CardSync JAX-RS API]] - RESTful API
 
 
=== Misc ===
 
* [[CardSync Authentication]] - RESTful API Authentication
 
* [[CardSync Exceptions]] - coming soon
 
* [[CardSync Data Transfer Objects]] - objects moving over the network
 
  
 
== Architecture ==
 
== Architecture ==
Line 25: Line 17:
 
''([[Diagram Key]])''
 
''([[Diagram Key]])''
 
''Italic text''
 
''Italic text''
 
===Components and Packages===
 
  
 
Packages:
 
Packages:
Line 33: Line 23:
 
* [[IdAS Package]]
 
* [[IdAS Package]]
 
* [[Utility Package]]
 
* [[Utility Package]]
 +
 +
== Service ==
 +
=== API ===
 +
* [[CardSync JAX-RS API]] - RESTful API
 +
 +
=== Misc ===
 +
* [[CardSync Authentication]] - RESTful API Authentication
 +
* [[CardSync Exceptions]] - coming soon
 +
* [[CardSync Data Transfer Objects]] - objects moving over the network

Revision as of 11:05, 23 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

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.


Architecture

Cardsync-service-1.1.105.png

(Diagram Key) Italic text

Packages:

Service

API

Misc

Back to the top