On Fri, 2003-10-17 at 14:46, Sylvain Wallez wrote: <snip/> > > >Carlos and Bernardo said the presentation was the best that can > happen us right now. They said me you used a diferent approach in the > flows as the one used in the examples. Of course both works. > > > > Do you mean the use of the RequestMethodSelector to choose between > <map:call function> or <map:call continuation>? This idea comes from > Bruno's examples using the WoodyAction and I found it very convenient as > it both avoids the weird look of kont/* URLs and the temptation for the > user to bookmark a continuation.
I use the GET/POST approach because I try to follow ReSTy principles: GET retrieves a resource, POST triggers a process to modify it. Based on those same principles I would also put the continuationid in the URL, because it then identifies that continuation as a different resource. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED]
