Re: [RT] Better Environment Abstraction

2003-01-09 Thread Daniel Fagerstrom
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

Re: [RT] Better Environment Abstraction

2002-12-31 Thread Bernhard Huber
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

[RT] Better Environment Abstraction

2002-12-31 Thread Nicola Ken Barozzi
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