As I have stated before this is not a WEB application. I use cocoon as xml
data provider for my C++ application. I know this usage is not common.
I have used xsps before but I decided to switch to a compiled solution. I had
lot of problems with compile time errors and completely no support in
refactoring I have now with eclipse and java generators.
Wouldn't it be possible to retrieve your data into JavaBeans and serialize them to XML using one of the many Java-to-XML serialization libraries (XMLBeans comes to mind and Cocoon already includes Castor)?
Ugo
