java/cewolf-1.0/src/site/index.html
author František Kučera <franta-hg@frantovo.cz>
Sat, 28 Feb 2009 21:31:02 +0100
changeset 1 639991d0808a
permissions -rw-r--r--
Rozbalená knihovna verze 1.0
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
     2 
     3 <html>
     4 <head>
     5 <title>Cewolf - Chart Enabling Web Object Framework</title>
     6 <link href="cewolf.css" rel="stylesheet" type="text/css">
     7 <META NAME="author" CONTENT="Guido Laures">
     8 <META NAME="publisher" CONTENT="">
     9 <META NAME="copyright" CONTENT="2002, Guido Laures">
    10 <META NAME="keywords" CONTENT="jsp, JSP, chart, charts, tag, tag library, library, tld, cewolf, web, servlet, servlets, jfreechart, open source, free, lgpl, taglib, XML, scripting, server-side, J2EE, Java, Java Server Pages, Sourceforge, Download">
    11 <META NAME="description" CONTENT="Cewolf can be used inside a Servlet/JSP based web application to embed complex graphical charts of all kinds (e.g. line, pie, bar chart, plots, etc.) into a web page. Therefore it provides a full featured tag library to define all properties of the chart (colors, strokes, legend, etc.). Thus the JSP which embedds the chart is not polluted with any java code. Everything is described with XML conform tags.
    12 ">
    13 <META NAME="expires" CONTENT="">
    14 <META NAME="robots" CONTENT="INDEX,FOLLOW">
    15 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    16 </head>
    17 <frameset rows="100,*" frameborder="no" framespacing="0">
    18     <frame src="header.html" name="header" scrolling="no">
    19     <frameset cols="137,*" frameborder="no">
    20         <frame src="menu.html" name="menu" scrolling="no">
    21         <frame src="brief.html" name="content">
    22     </frameset>
    23   <noframes>
    24   <body>
    25 Cewolf can be used inside a Servlet/JSP based web application to embed complex graphical charts of all kinds (e.g. line, pie, bar chart, plots, etc.) into a web page. Therefore it provides a full featured tag library to define all properties of the chart (colors, strokes, legend, etc.). Thus the JSP which embedds the chart is not polluted with any java code. Everything is described with XML conform tags.
    26 <p>Cewolf is based on <a href="http://www.object-refinery.com/jfreechart/">JFreeChart</a> and uses it's rendering engine to render the final chart image into the clients response stream. No files are created on server side. Everything is based on lightweight session objects and dynamic data analysis. Cewolf consists of one servlet which handles the chart rendering and a taglibrary which translates the chart definition included in the JSP into an HTML img tag which consults the rendering servlet for retrieval of the appropriate chart.   
    27 <p>You need a frame enabled browser to view this page.
    28   </body>
    29   </noframes>
    30 </frameset>
    31 </html>