hi,
what i want to do is constructing a chain like that:
from an xsd file,i generate javaclasses, then i manipulate xml
documents from that classes, marshalling and unmarshalling (like what
castor does for instance), i want also to put a transfomration on the xml
documents before unmarshalling them to java objects.
so:
1)can i do all this with cocoon and what do i need?, (i can suppose
that the javaclasses are already generated from an xsd file).?
2)can i isolate the pipelining process of cocoon2, because cocoon
does 100 times more than what i want, and i just need the API of chain
manipulation that i find interesting.?
hope i was clear on my question and thank you for your precious
help. |