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 "I-Card Manager 1.0"

m (Summary)
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Summary==
 
Provides a web-based management interface to the user's i-cards and underlying context data (if any). This app is accessed by pressing a button (currently a Higins mouse icon/button) that is added to the browser's toolbar.
 
  
==See Also==
+
[[Image:Higgins_logo_76Wx100H.jpg|right]]
* [[Higgins Wiki]]
+
 
* [[Core Components]]
+
The [[I-Card Manager]] is a browser-accessible web application that provides a web interface for managing a user's cards. It provides the presentation layer and relies on the [[I-Card Service]] for processing and data persistence.
 +
 
 +
=== Version ===
 +
The [[I-Card Manager]] is part of [[Higgins 1.0]].
 +
 
 +
===Service===
 +
The [[I-Card Manager]] provides users with a web-based management interface to the user's [[I-Card]]s and underlying context data (if any). This app is accessed by pressing a button (currently a Higgins mouse icon/button) that is added to the browser's toolbar. From a browser, users select from these i-cards to manage it.
 +
 
 +
In essence, the [[org.eclipse.higgins.icm]] consists of a front-end user Web site, which provides a face to its users, and a back-end WS client, which accesses the [[I-Card Service]].
 +
 
 +
This application provides the Web pages that let users select, create or update i-cards. The Web site application is responsible for coordinating all activities necessary to manage user's i-cards.
 +
 +
===Implementation===
 +
Components:
 +
* [[Components 1.0#I-Card_Manager_Web_App]]

Latest revision as of 15:20, 15 August 2014

Higgins logo 76Wx100H.jpg

The I-Card Manager is a browser-accessible web application that provides a web interface for managing a user's cards. It provides the presentation layer and relies on the I-Card Service for processing and data persistence.

Version

The I-Card Manager is part of Higgins 1.0.

Service

The I-Card Manager provides users with a web-based management interface to the user's I-Cards and underlying context data (if any). This app is accessed by pressing a button (currently a Higgins mouse icon/button) that is added to the browser's toolbar. From a browser, users select from these i-cards to manage it.

In essence, the org.eclipse.higgins.icm consists of a front-end user Web site, which provides a face to its users, and a back-end WS client, which accesses the I-Card Service.

This application provides the Web pages that let users select, create or update i-cards. The Web site application is responsible for coordinating all activities necessary to manage user's i-cards.

Implementation

Components:

Back to the top