When you got the data, send it to NutchBean... (and make the changes in NutchBean : new method or whatever you want) ...

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.


Reply via email to