Each "v*" package is a different implementation of the "Mandelbrot Set"
application:
"v0" {@link org.cougaar.demo.mandelbrot.v0.MandelbrotPopup}
A simple command-line test that runs without Cougaar. This can be run
from Ant, using "ant test-popup" or "ant test-file".
"v1" {@link org.cougaar.demo.mandelbrot.v1.MandelbrotServlet}
This servlet, and all the following "v*" servlets, are invoked by the
"/mandebrot" {@link org.cougaar.demo.mandelbrot.FrontPageServlet}.
This "v1" implementation performs the image calculation in the servlet
"doGet" method. It is nearly cut-n-paste from the above "v0" code.
Usage is documented in the doc/README.html.
"v2" {@link org.cougaar.demo.mandelbrot.v2.FractalServlet}
In this version, a generic FractalServlet obtains a FractalService. There
are two service implementations: