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"

Line 1: Line 1:
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 
This page describes the [[I-Card Manager Web Application]] ([[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].
 
This page describes the [[I-Card Manager Web Application]] ([[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].
Line 6: Line 5:
 
* Front end: Google GWT web application for users
 
* Front end: Google GWT web application for users
 
* Back end: acts as a client of the [[I-Card Service]].
 
* Back end: acts as a client of the [[I-Card Service]].
 
 
[[Category:Higgins Components]]
 

Revision as of 15:16, 15 August 2014

Higgins logo 76Wx100H.jpg

This page describes the I-Card Manager Web Application (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