120 likes | 275 Views
The Technical Report. What. A Research Report A Project Report A Master Thesis A Ph. D. Thesis. Style. Presentation Discussion Result Report. Size. No limit Research Report: 10 p. or more Project Report: 60 – 100 p. Master Thesis: 80 – 100 p. Ph. D. Thesis: 150 – 200 p. Components.
E N D
What • A Research Report • A Project Report • A Master Thesis • A Ph. D. Thesis
Style • Presentation • Discussion • Result Report
Size • No limit • Research Report: 10 p. or more • Project Report: 60 – 100 p. • Master Thesis: 80 – 100 p. • Ph. D. Thesis: 150 – 200 p.
Components • Title • Acknowledgment • Abstract • Content • References • Appendices
Project Report – An Example An Autonomous Agent-Based Air Traffic Control System < Authors, email> Ostfold University College Norway, November 2004
Project Report – An Example • Table of contents • Acknowledgment (1 p.) • Abstract (1 p.) • <content> • Agent Technology • Related Technologies: Jdbc, Jini, Kqml, JavaMail, etc. • Project Report
Project Report – An Example • Project Report Scenarion & Problem Description Requirements Specification Architecture & Design Specification Implementation Specification Result Report The ability for improvement.
Project Report – An Example • References • Appendices • User Manual • Content of the included CD • Other
Servlet • The initial Web Page • Start web server : startserver • Run Servlet: http://158...:8080/myServlet.html • Place of Servlet • Jsdk-1.0.1\webpages\web-inf\servlets • Place of web pages • Jsdk-1.0.1\webpages
Servlet Structure • Import • Javax.servlet • Javax.servlet.http • HTTP Request • Get, Post • Servlet End • doGet, doPost
Basic Steps • setContentType: Text/HTML • getWrite: PrintWriter • Retrieve parameters from the initial web pages • Create elements of the web page to be ”served up” by web server