1 / 11

Matrix Mapping Tool

Matrix Mapping Tool. Sam Gross Internship at Virtual Technology Corporation. Introduction. Developed as desktop Java application Requires administrative account to install Very difficult to obtain at DOD How to provide the same features without requiring special permissions or software?

cala
Télécharger la présentation

Matrix Mapping Tool

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Matrix Mapping Tool Sam Gross Internship at Virtual Technology Corporation

  2. Introduction • Developed as desktop Java application • Requires administrative account to install • Very difficult to obtain at DOD • How to provide the same features without requiring special permissions or software? • Web based application!

  3. Desktop Application Navigate By… Tree Control Property Tables

  4. Technologies • Server: Apache Tomcat • Java Servlets, JSP • Database: Microsoft Access • Client: Web browser (Internet Explorer, Firefox) • HTML, DHTML, JavaScript, AJAX

  5. Web Application Navigate By… Tree Control Property Tables

  6. Tree Control Mechanism • User clicks on node • Browser sends XMLHTTPRequest to server • Displays “Loading…” • Server looks up node based on id • Retrieves children from database • Sends list to browser in XML format • Browser updates DOM of tree

  7. Menus

  8. Interdependent System Dialog

  9. JIAS Hierarchy Dialog

  10. Comparables View

  11. Conclusion • Same functionality as desktop application • No special permissions required • No unusual software required • Web browser with JavaScript support

More Related