I am currently in the process of parsing the cocoon docs, and I'm
wondering wether an EJB generator would be necessary in my case. I get
the XML from a J2EE app indeed, and looking at the different existing
generators, I thought that the most approriate would probably be the
Stream generator.
Then I'd have the following pattern
request ---> Servlet ---> EJB
XML
<---
---> Stream
Generator ---> Transformer ---> Serializer --->
response (finally !)
Using an EJB generator would yield a more streamlined pipeline:
request ---> Stream Generator ---> Transformer --->
Serializer ---> response
Am I totally mistaken ?
Bye,
Aur�lien
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>