|
Specifications The Input Update System is a series of jsp/html pages that allow the user to create and edit existing records. The jsp/html pages interact with the database via servelets. All the specifications of the tags to updated are kept in the database and implemented in the servlet code.
1.1 Initial Specs
- a) Retrieve a record and view it in a form for updating
- b) determine a scheme for input data validation (client side, server side or a special combination).
- c) Create a java servlet/jsp/db framework to build the application off of.
- d) Create jsp pages for self documentation (a key feature of storing the rules in the database)
- e) Determine a security model to handle user authentication to secure the update pages.
1.2 Detailed Specs
Comming Soon.
|