Cewolf usage and installation

Can anyone please point out to me the steps in getting cewolf to work (so i can plot graphs in jsp)? Thansk A LOT :)
[130 byte] By [sknc] at [2007-9-27 15:03:48]
# 1
.
sknc at 2007-7-5 23:03:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Refer to the tutorial under http://cewolf.sourceforge.net/ and the samples in the cewolf dist.Regards,Guido
laures at 2007-7-5 23:03:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I am using Cewolf 0.9 alpha 7 and I don't seem to be able to displaythe changed data in cewolfset_inc.jsp without having to rebound thetomcat server.I understand with Cewolf 0.89, it's not fixed. But I am using 0.9 alpha7Does anyone know why?
allanwtham at 2007-7-5 23:03:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

Cewolf has a caching mechanism built in which prevents that charts have to be generated over and over again. So if you use the same parameters for the same datasetproducer to generate the chart cewolf uses a cached instance.

To avoid this you have to implement the DatasetProducer interface accordingly. Please refer to it's javadoc under http://cewolf.sourceforge.net/apidoc/de/laures/cewolf/DatasetProducer.html.

Regards,

Guido Laures

Project Lead Cewolf

laures at 2007-7-5 23:03:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...