Nicola Ken Barozzi wrote:
I have some problems I need to solve:
1) I want to use Cocoon as a bean in other programs, as an evolved xml
processing bean. I want to create it, set input (stream), set output,
and execute.
Problem: I cannot do it with the current Cocoon, without creating my
spec
hi,
So, from these, I seem to think that we could
1) add a getInputStream() to the Request
that's okay, as org.apache.cocoon.environment.http.HttpRequest does have
such a method already.
2) make other input features available through request attributes
that's okay, i do the same in a webmai
I have some problems I need to solve:
1) I want to use Cocoon as a bean in other programs, as an evolved xml
processing bean. I want to create it, set input (stream), set output,
and execute.
Problem: I cannot do it with the current Cocoon, without creating my
specialized environment to put t