Hit Counter Servlet - Code Separation
The purpose of this assignment was to:
- Learn how to generate a static amount of dynamic HTML with the server-side code as much separated from the HTML markup as possible.
Why the Seperation of Code?
Use of code separation is good since the programmers can work with the core technique, while designers can work with the presentation. In projects not using this technique different opinions often occour on how to do things, and redesign gets more difficult.
Assignment Description
Remake the Hit counter - text output -assignment to send back requested content marked up with HTML instead of as text. This should be done without mixing the HTML markup and servlet code.
My Solution, Assignment Files
Try the Hit Counter, HTML Servlet
