At 15:44 20.04.2001 +0200, you wrote: >an interesting feature of JSP is the possibility to use the MVC design >pattern (INPUT/OUTPUT/LOGIC separation) >This is obtained with the "forward" instruction. >How the MVC design pattern can be implemented in the mod_perl (and >specifically Apache::ASP) architecture ? http://www.catstep.de/zobel/post2redirect.html The essence is if you respect GET/POST semantics: All scripts that process POST requests must always end up doing redirects. Joachim -- "... ein Geschlecht erfinderischer Zwerge, die fuer alles gemietet werden koennen." - Bertolt Brecht - Leben des Galilei
- modperl/ASP and MVC design pattern Francesco Pasqualini
- Re: modperl/ASP and MVC design ... Brett W. McCoy
- Re: modperl/ASP and MVC design ... Joshua Chamas
- Re: modperl/ASP and MVC design ... Ian Kallen <[EMAIL PROTECTED]>
- Re: modperl/ASP and MVC des... Francesco Pasqualini
- Re: modperl/ASP and MVC... ed phillips
- Re: modperl/ASP and ... f . pasqualini
- Re: modperl/ASP... ed phillips
- Re: modperl/ASP and MVC design ... Joachim Zobel
- Re: modperl/ASP and MVC design ... f . pasqualini
- Re: modperl/ASP and MVC des... Joshua Chamas
- Re: modperl/ASP and MVC... Francesco Pasqualini
- Re: modperl/ASP and ... Joshua Chamas
- Re: modperl/ASP and MVC design ... Francesco Pasqualini
- Re: modperl/ASP and MVC des... T.J. Mather
- Re: modperl/ASP and MVC des... Perrin Harkins
- Re: modperl/ASP and MVC... Gunther Birznieks
- Re: modperl/ASP and MVC des... Joachim Zobel