Kees Broenink wrote:
For MVC I am looking into JSF right now. How I will integrate this with
Cocoon is still a open question.
If you are forced to use JSF, Cocoon supports it out of the box. See samples in
samples block.
But to be honest I am not familiar with FlowScript and maybe it rocks.
It does. Take a look.
<snip/>
Forget it - this is another huge anti-pattern.
Ok you convinced me that from a performance perspective, this is wrong.
The caching algorithm alone will not work any more. I Don't know what
excatly is wrong with it from a pattern perspective though.
I will solve this as follows. Only allow for the selection of pipelines
based on the XML send by the client (I am doing AJAX apps). So I wil
write a Matcher that uses the incoming XML stream from the browser to
select a certain pipeline.
This makes sense.
Vadim