Servlet Generating Graphics
The purpose of this assignment was to:
- Learn how to dynamically generate graphics on the server-side.
What does Dynamically Generated Graphics mean?
It means that the graphics doesn't exist before requested. When requested it's generated and sent to the clients/browsers. Also, to be truly dynamic it must be different for each request.
Assignment Description
Create a servlet that generates graphics and sends it to clients making requests. The graphics must be different for each request.
My Solution, Assignment Files
Since time is never the same, a dynamically generated image displaying current time was the obvious choice for this assignment.
Try the Dynamic Graphics Servlet
