On 10.10.2006 17:49, Dev at weitling wrote:

What's the best way to get the result of a pipeline for further
processing in a flowscript?

cocoon.processPipelineTo looks a little bit like overkill with its bean
and stream parameters.

There is a class called PipelineUtil. Sample code should also be available "somewhere" (wiki etc.).

Or: Effectively I just want to get one value from a JDBC connection.
Just one lonely integer...

As Tony said (hey, Tony, you are back to Cocoon? :) ), put it in
a "service layer". If you do not have structured your application into different layers you can just extract the code into a Java class. You simply access any Java class in flowscript.

At least using a different pipeline looks like complete overkill (not only cocoon.processPipelineTo).

Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to