This servlet writes the HTML page that embeds the generated JPEG image.
All the fractal math and drawing are done in the MandelbrotServlet.
That servlet listens on the "/image" servlet path.
This servlet writes the outer HTML page and "<img src=.../>" tag.
The browser then requests the JPEG from the "/image" servlet.
|