Developers Tips

by Michal Durdina

Overview

First of all, I should say that I still need more tips by myself than I can provide. However, I start this list of tips for developers here. Any useful tips are welcome on durdina@asset.sk for this time.

General tips

  • Please tell others, what developing environment to use for designing XML, XSL and for testing Java snippets for XSP pages.

Debugging

  • It is good to check compiled Java classes when debugging XSP page. Especially if your XSP page does not work as expected, check compiled Java class with same name as your XSP page in Tomcat work directory. The full path on my computer is {Tomcat}/work/localhost/cocoon/cocoon-files/org/apache/cocoon/www/{XSP class}