Example :
If you want to make a stats tool : 1. Build your classe (example : StatsManager.java) 2. Create an instance of your StatsManager in NutchBean()3. Create a method use(anything) in NutchBean which invoke the use(anything) in StatsManager
Christophe.
The problem is that I don't know how to get those data in the java code even though it's very easy in the jsp page.
