TA Corner for CMSC 424 (Fall 2006)
![]()
Project Information
o Make your first web server application (week 1)
o A simple guide to get started with JSP. (Be clear of the directory structures, config file modification..etc)
o
Advanced Form Processing
in JSP
· Now that you know how to deploy your application and also how to create an interface between the application and the database, start working on the actual data. Create the tables, populate them with data, and write queries for the tasks mentioned in the description. Also, start working on the “location updates” part. Look at the references below for help regarding parsing XML documents. (week 2)
· Work on the front-end part of the project. This is the part which interacts directly with the user (Web forms). You will have to explore a few of the options provided by the programming language you have chosen for building web forms.. Examples related to this will be put up shortly. (week 3)
· Integrate the front end and the database. Test your web application for any inconsistencies, data validations etc. (week 4)
· Try to fix the problems that you found in your application in the previous phase. If time permits try enhancements and advanced options. Prepare the phase2 report. Get ready for the demo! (week 5)
Reference
Note: