Cewolf
Cewolf (Chart Enabling Web Object Framework) 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.
Visit publisher site: CewolfListing Details
- Version:
- 0.8.6
- Filed in:
-
Scripts / Java / JSP & Servlets / Graphs & Charts
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
I have used Cewolf/JFreeChart now twice. Once for work, and now for a project that I am doing on the side. The tutorial that the cewolf site has is easy, and using their taglib is very straightforward. I will continue to use this api and taglib whenever I need to create charts in the future.