Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
cewolf: Chart Taglib Library
- Summary
- 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.
Cewolf is based on JFreeChart 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.
Arch: noarch
| Download: | cewolf-1.0-1jpp.src.rpm |
| Build Date: | Sat May 19 16:51:44 2007 |
| Packager: | Ralph Apel <r.apel@r-apel.de> |
| Size: | 4.08 MiB |
Changelog
- * Fri May 18 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.0-1jpp
-
- First JPP release