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 "Org.eclipse.higgins.icm"

 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins}}
 
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
This document will briefly describe the I-Card Manager Web Application architecture. The I-Card Manager containing Web components that are packaged as WAR file. The conventions for Web applications are discussed more in [http://java.sun.com/blueprints/code/projectconventions.html#99632 Strategy for Web Applications].
+
This page describes the [[Org.eclipse.higgins.icm]]. The [[org.eclipse.higgins.icm]] contains Web components that are packaged as WAR file. The conventions for Web applications are discussed more in [http://java.sun.com/blueprints/code/projectconventions.html#99632 Strategy for Web Applications].
==Overview==
+
The i-card manager provides users with a web-based management interface to the user's [http://wiki.eclipse.org/index.php/I-Card 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 i-card manager consists of a front-end user Web site, which provides a face to its users, and a back-end WS client, which accesses the RPPS' Web service.
+
=== Implementation ===
 
+
* Front end: Google GWT web application for users
* I-Card Manager Web site application - 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. It interacts with all the other applications through Web services. For example it acts as a client and accesses the RPPS Web service.
+
* Back end: acts as a client of the [[I-Card Service]].
 
+
==Details==
+
* ''Status'': early code in M0.7 
+
* ''Language'': Java
+
* ''Packaging'': WAR. Requires JVM 5 and Tomcat 5.x running on Windows or Linux 
+
 
+
==Plan==
+
* No currently planned features.
+
 
+
==Service==
+
* ''Responsibilities''
+
** The Web site application is responsible for coordinating all activities necessary to manage user's i-cards. It interacts with all the other applications through Web services. For example it acts as a client and accesses the RPPS Web service.
+
* ''Dependencies'': none
+
 
+
==See Also==
+
* [[Architecture]]
+
* [[Components]]
+
 
+
[[Category:Higgins Components]]
+
[[Category:Higgins Components]]
+

Latest revision as of 15:17, 15 August 2014

Higgins logo 76Wx100H.jpg

This page describes the Org.eclipse.higgins.icm. The org.eclipse.higgins.icm contains Web components that are packaged as WAR file. The conventions for Web applications are discussed more in Strategy for Web Applications.

Implementation

  • Front end: Google GWT web application for users
  • Back end: acts as a client of the I-Card Service.

Back to the top