html5-img
1 / 8

Inventory Control System Contribution of Group Members

Inventory Control System Contribution of Group Members. Group #2 1. Arnold Herrera (Project Manager) – Rationale 2. Andrew Hussie – (Controller Classes) 3. Pramod Barthwal – (DB Controller Class) 4. Yingbo Wang – (User Interface) 5. Ye Tian – (User’s Guide) 6. Roland Latortue.

affrica
Télécharger la présentation

Inventory Control System Contribution of Group Members

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. Inventory Control SystemContribution of Group Members Group #2 1. Arnold Herrera (Project Manager) – Rationale 2. Andrew Hussie – (Controller Classes) 3. Pramod Barthwal – (DB Controller Class) 4. Yingbo Wang – (User Interface) 5. Ye Tian – (User’s Guide) 6. Roland Latortue

  2. Part 1: RationaleJustification of Decisions • Model View Controller Approach • JSP vs. Servlets • Selection of Another Site • Testing Strategy (Usability Testing) • Usability References • http://dkc.jhu.edu/~teal/usability_resources.html • http://www.isii.com/ui_design.html • Designing the User Interface – Strategies for effective Human Computer Interaction (Shneiderman, B. & Plaisant, C.)

  3. MVC APPROACH • The key motivation behind the MVC approach is to separate the code that creates and manipulates the data from the code that presents the data. • JSP vs Servlets • JSP VS SERVLETS • (STATIC CONTENT VS DYNAMIC CONTENT) • - JSPs are generally used when most of the content sent to the client is static. • Servlets are commonly used when a small portion of the content sent to the client is static. Servlets extend the functionality of servers and provide capabilites such as interacting with databases, dynamically generating documents to be displayed by browsers, maintaining unique session information for each client etc. Servlets are useful when there is a lot of programming involved.

  4. Part 2: Controller Classes

  5. Part 3: DB Controller Class

  6. Part 4:User Interface

  7. Part 5: User’s Guide

More Related