Re: Flowscript and return to pipeline

2004-02-27 Thread Sylvain Wallez
Antonio Gallardo wrote: AFAIK, in a webapp you can also review the authentication and authorization: ... Uh? Don't you use continuations to handle login and automagically return the expected initial response when the user successfully authenticate

RE: Flowscript and return to pipeline

2004-02-26 Thread Hunsberger, Peter
Stephan Coboos <[EMAIL PROTECTED]> writes: > > Christopher Oliver wrote: > > > Um, how much harder is this: > > > > > > > > > > > > > > > > > > > > > > > > > Yes we had tried this solution, too. But we have much more > flowscripts > than only readProductBeans and for each one w

RE: Flowscript and return to pipeline

2004-02-26 Thread Ralph Goers
ebruary 26, 2004 2:28 AM To: [EMAIL PROTECTED] Subject: Re: Flowscript and return to pipeline Therefore I wrote "why not using flowscript like actions"?

Re: Flowscript and return to pipeline

2004-02-26 Thread Torsten Curdt
If you really want to use JavaScript in an action instead of Java, write an action (in Java) that calls an arbitrary JavaScript function. Maybe that's what BSF does, I don't know. We already have a ScriptAction in the BSF block cheers -- Torsten

Re: Flowscript and return to pipeline

2004-02-26 Thread Stephan Coboos
Antonio Gallardo wrote: Stephan Coboos dijo: is more easier to understand than this: Did you already saw the advantage of this?: No matter how they will try to go to "second" they MUST go through "first". I like this feature of flow. :-D Yes,

Re: Flowscript and return to pipeline

2004-02-26 Thread Stephan Coboos
Leszek Gawron wrote: On Thu, Feb 26, 2004 at 10:22:12AM +0100, Stephan Coboos wrote: I think a solution like this: is more easier to understand than this: ok, this is possible, too: Not easier to understand at all as you are mixing concerns. With 2 line

Re: Flowscript and return to pipeline

2004-02-26 Thread Antonio Gallardo
Stephan Coboos dijo: > is more easier to understand than this: > > > > > > > > > > Did you already saw the advantage of this?: No matter how they will try to go to "second" they MUST go through "first". I like this feature of flow. :-D AFAIK,

Re: Flowscript and return to pipeline

2004-02-26 Thread Leszek Gawron
On Thu, Feb 26, 2004 at 10:22:12AM +0100, Stephan Coboos wrote: > I think a solution like this: > > > > > > > is more easier to understand than this: > > > > > > > > > > > ok, this is possible, too: > > > > > > Not easier to understand at all as you are mixi

Re: Flowscript and return to pipeline

2004-02-26 Thread Stephan Coboos
Antonio Gallardo wrote: AFAIK, there as an initiative to use javascript in XSP. But for a lack of interest there is not fully developed. Yes, I know. But I dont like XSP. I think XSP is not the best way to integrate logic. For historical reasons flow was introduced with flowscript for conveni

Re: Flowscript and return to pipeline

2004-02-26 Thread Antonio Gallardo
Stephan Coboos dijo: > Antonio Gallardo wrote: > >>We already have to this. With the sitemap >>complexity grows very fast in some times to unreadable sizes. >> >> > Yes, but why using Java on the one hand and JavaScript on the other? Why > not using for both solutions JavaScript as alternative wa

Re: Flowscript and return to pipeline

2004-02-26 Thread Stephan Coboos
Antonio Gallardo wrote: We already have to this. With the sitemap complexity grows very fast in some times to unreadable sizes. Yes, but why using Java on the one hand and JavaScript on the other? Why not using for both solutions JavaScript as alternative way? This mix makes it much more co

Re: Flowscript and return to pipeline

2004-02-25 Thread Bertrand Delacretaz
Le Jeudi, 26 fév 2004, à 01:14 Europe/Zurich, Ralph Goers a écrit : ...I have no problem with using flowscript to manage a couple of pages that are linked together (i.e. - a form to fill out followed by a confirmation page). But using it for more than this violates the separation of concerns pri

Re: Flowscript and return to pipeline

2004-02-25 Thread Antonio Gallardo
Stephan Coboos dijo: > Ralph Goers wrote: > >>I don't mean to start any kind of flame war here and the following is >>strictly my opinion. >> >>Actually the statement below is the exact reason I and my colleagues are >>reticent to use flowscript. I have no problem with using flowscript to >>manage

Re: Flowscript and return to pipeline

2004-02-25 Thread Stephan Coboos
Ralph Goers wrote: I don't mean to start any kind of flame war here and the following is strictly my opinion. Actually the statement below is the exact reason I and my colleagues are reticent to use flowscript. I have no problem with using flowscript to manage a couple of pages that are linked to

Re: Flowscript and return to pipeline

2004-02-25 Thread Stephan Coboos
Christopher Oliver wrote: Um, how much harder is this: Yes we had tried this solution, too. But we have much more flowscripts than only readProductBeans and for each one we have to split our pipeline. Therefore the sitemap will become a unreadable size. The other point is, if y

RE: Flowscript and return to pipeline

2004-02-25 Thread Antonio Gallardo
Ralph Goers dijo: > I don't mean to start any kind of flame war here and the following is > strictly my opinion. > > Actually the statement below is the exact reason I and my colleagues are > reticent to use flowscript. I have no problem with using flowscript to > manage a couple of pages that are

Re: Flowscript and return to pipeline

2004-02-25 Thread Christopher Oliver
Stephan Coboos wrote: Hello, in some discussions I'd heard that actions and XSP should be more and more replaced by flowscript. I think, this is a good idea because flowscript is a good way to integrate logic parts into an application. But with one thing I cant agree. Why shouldn't it be possi

RE: Flowscript and return to pipeline

2004-02-25 Thread Ralph Goers
I don't mean to start any kind of flame war here and the following is strictly my opinion. Actually the statement below is the exact reason I and my colleagues are reticent to use flowscript. I have no problem with using flowscript to manage a couple of pages that are linked together (i.e. - a f