IT3852 Mini-project requirement & Assessment Plan Format 1. Write a JSP & JavaBean program based on the project specification and submit a formal report to document your development work on the project including but not limited to the manual usage description, flowcharts, program structures, functions definition, program listing with well documented comments, any enhancements and problem encountered, useful reference materials, etc. 2. Interim project submission: Week 7 (submit softcopy of StoryBoard to indicate all the page flow of the system, in HTML and the Database Design of the project) 3. Final Project submission: on Week 14 lab session Submit a project report & program listing in a CD contain the soft copy of following items • the whole project deployment file WAR file - which contain all the java file and JSP files • database file • readme.txt file which specified the first URL and the DSN
3. Late submission of project will be penalised. If you don't submit and present your project to your lecturer at week 14, you will get a zero mark for the mini-project.(unless you have Medical Cerficate or other valid reason). Assessment Plan for Mini-project (contribute to 30% of IT3852 marks) Item
Criteria
Percent
1)
Interim Assessment on Week 7 lab Session • StoryBoard- (soft copy in html) to cover all the features o consistent look and feel of the web page (using cascading style sheet .css) • Database Design- ER diagram • Q& A Program Assessment: on Week 14 lab Session • Implementation of all the features of the project requirement based on JSP and JavaBean • Source code with comments • User friendly interface • Validation of the user input using javabean and exception handling • Formal Report • Q& A
30%
2.
70%
Formal Report Format:
Table of Contents Page No.
1. Introduction 1.1 Objectives 1.2 Specification 2. Database Design 2.1 Relationship Tables (E-R diagram) 2.2 Tables (Data Structure) 3.
Description of Implementation
4.
Problems Encountered/Solutions
5.
Recommendations
6.
Conclusion
7.
Appendix –Website navigation diagram
8.
References
Project Reference URL 1. Advanced form processing using JSP http://www.javaworld.com/javaworld/jw-032000/jw-0331-ssj-forms.html 2. How can I prevent IE from caching responses? http://thejspbook.com/faq/details.jsp?id=1019 4. The J2EE 1.4 Tutorial http://java.sun.com/j2ee/1.4/docs/tutorial/doc/ Chapter 11 Java Servlet Technology Chapter 12 JavaServer Pages 4 jGuru: Introduction to JavaServer Pages technology http://java.sun.com/developer/onlineTraining/JSPIntro/