Introduction to JSP and SVG
Date: Aug. 7, 2000
Link: http://www.sun.com/software/xml/developers/svg/jsp/
Source Author or Organization: XML AT SUN Developer Connection
This tutorial shows to generate SVG content dynamically using Java Server Pages
(JSP) for applications such as dynamic graphs, maps, banners and advertisements.
Topics covered include setting the generated document's MIME type, declaring
Java language variables, using variables in the generated SVG content, and
extracting request parameters for use in the SVG content. Includes complete
example source code listing.