Re: JSP vs Servlet MVC - CMV

2001-01-05 Thread Johan Fredriksson
I've seen the abbreviation MVC on a lot of places, but shouldn't it be CMV for Controller / Model / View where Controller receives a request, handles it using model and displays it using view? Not important to me, just wondered... =) //Johan - Original Message - From: "Fyffe

RE: JSP vs Servlet MVC - CMV

2001-01-05 Thread Juan Lorandi (Chile)
: Viernes, 05 de Enero de 2001 9:25 To: Orion-Interest Subject: Re: JSP vs Servlet MVC - CMV I've seen the abbreviation MVC on a lot of places, but shouldn't it be CMV for Controller / Model / View where Controller receives a request, handles it using model and displays it using view

RE: JSP vs Servlet MVC - CMV

2001-01-05 Thread Kevin Duffey
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Friday, January 05, 2001 7:59 AM To: Orion-Interest Subject: RE: JSP vs Servlet MVC - CMV it's a circular pattern... you access the controller from a view, which is generated