Re: Question re: XML pipelining, Cocoon Plugin, stxx and possible alternatives

2006-03-01 Thread ALEX HYDE
There is the Orbeon server as well. Emmanouil Batsis <[EMAIL PROTECTED]> wrote: Vladimir Olenin wrote: >Browser --(request)--> WebApplication --(XML)--> Transformation >Pipeline: [XML to PDF] OR [XML to HTML] > For cases where you simply want to expose the XML produced by struts to another for

Re: Question re: XML pipelining, Cocoon Plugin, stxx and possible alternatives

2006-03-01 Thread Emmanouil Batsis
Vladimir Olenin wrote: Browser --(request)--> WebApplication --(XML)--> Transformation Pipeline: [XML to PDF] OR [XML to HTML] For cases where you simply want to expose the XML produced by struts to another format the combo will work great. Cocoon shines as a publishing framework and provid

Re: Question re: XML pipelining, Cocoon Plugin, stxx and possible alternatives

2006-03-01 Thread Don Brown
Regarding stxx, you don't have to extend the stxx Action class, as you can use the static StxxHelper to perform all its functions. Also, you don't have to send it a prebuilt DOM, but can put objects in the request and let its XML serializer try to create an XML representation for you. Alternativel

RE: Question re: XML pipelining, Cocoon Plugin, stxx and possible alternatives

2006-03-01 Thread Vladimir Olenin
t' Subject: RE: Question re: XML pipelining, Cocoon Plugin, stxx and possible alternatives try FOP -Original Message- From: Vladimir Olenin [mailto:[EMAIL PROTECTED] Sent: 01 March 2006 17:04 To: user@struts.apache.org Subject: Question re: XML pipelining, Cocoon Plugin, st

RE: Question re: XML pipelining, Cocoon Plugin, stxx and possible alternatives

2006-03-01 Thread Kanuri, Chand
try FOP -Original Message- From: Vladimir Olenin [mailto:[EMAIL PROTECTED] Sent: 01 March 2006 17:04 To: user@struts.apache.org Subject: Question re: XML pipelining, Cocoon Plugin, stxx and possible alternatives Hi, I need to pipeline the output from the Struts based application (the

Question re: XML pipelining, Cocoon Plugin, stxx and possible alternatives

2006-03-01 Thread Vladimir Olenin
Hi, I need to pipeline the output from the Struts based application (the output will be a generically marked up XML) to various output formats (PDF & HTML for now). This should approximate to the 'Two Step View' pattern, which seems to make sense. The flow can be sketched as: Browser --(request)-