Difference between revisions of "I-Card Manager 1.0"
(→Summary) |
(→Overview) |
||
Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
Provides 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. | Provides 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. | ||
+ | |||
+ | * 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 module on remote Java EE app server or OSGI server | ||
==See Also== | ==See Also== |
Revision as of 18:38, 26 January 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 module on remote Java EE app server or OSGI server