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"

(Overview)
(See Also)
Line 13: Line 13:
 
* Deployment: WAR and EJB modules on remote Java EE app server or OSGI server
 
* Deployment: WAR and EJB modules on remote Java EE app server or OSGI server
  
==See Also==
+
==Links==
 
* [http://eclipse.org/higgins Higgins Home]
 
* [http://eclipse.org/higgins Higgins Home]
* [[Higgins Wiki]]
 
* [[Architecture]]
 
* [[Components]]
 

Revision as of 00:29, 19 September 2007

Overview

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 Higgins mouse icon/button) that is added to the browser's toolbar.

  • Status: working prototype shown in June; need to refactor/rewrite per current Higgins architecture
  • Language: Java
  • Web sub-component
    • Packaging: WAR
    • Technology Dependencies: JSP/Servlets, JSTL, JSF, AJAX, JavaMail, JAXB
    • JAR File Dependencies: Apache Jakarta Commons, Spring Framework
  • Core sub-component
    • Packaging: JAR
    • Dependencies: EJB, Web Services, Eclipse Equinox (for OSGI server only), JAXB, Apache Jakarta Commons
  • Deployment: WAR and EJB modules on remote Java EE app server or OSGI server

Links

Back to the top