You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Othman Haddad <oh...@neomalogic.com> on 2002/07/18 11:17:39 UTC

URGENT CHAINING

 
hi cocooners,
i've been using cocoon right now not for a long time and i'm bit satisfied with it..
now i've a big problem and i wonder if this chain is possible ,if yes what do i need to implement and code to do it with cocoon? :

1) after a FileGenrator and an XalanTransformer, i want a transformer component SourceCode Genrator of castor-like or jaxme-like "to generate java beans" and another component which can reverse the process: from existing javabeans i want to have sax events (i think the CastorTransformer and the JaxMeTransformer already do?!) 
2) i want to stor my xml file and not displaying it anywhere.
3)i don't want to use cocoon as a servlet, can i call it from a java program for instance?

thank you very much for your help ,i really need it