Reinhard Poetz wrote:

From: Stephan Coboos

<snip/>



Please see
http://marc.theaimsgroup.com/?t=106864448500002&r=1&w=2
and
http://marc.theaimsgroup.com/?t=106849566300008&r=1&w=2




Thank you. But I think this was not a good decision. An action can redirect or return to the actual position. Why not a flowscript? If I want to integrate some "short" logic into a pipeline flow, this is not possible:

<map:pattern match="foo">
   <map:generate type="file" src="myFile.xml"/>
   // For example: Manipulate the session here
   <map:call function="changeSession"/>
  <map:serialize type="xml"/>
</map:pattern>

To do so, I have to create an action which is more complicated than a 5-line flowscript. Hmm.... In my opinion, this doesn't support fast development with cocoon. What a pity.



Maybe XSPActions (http://wiki.cocoondev.org/Wiki.jsp?page=XSPAction) can help you.

--
Reinhard


Hello Reinhard,

thank you very much. But I want to focus on using business logic only with flowscript + avalon-components (maybe actions), but no XSP. I don't like XSP ;-) Why do one logic with flowscript and another thing with XSP? It is confusing me and some of my work mates.

Regards
Stephan


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



Reply via email to