Re: [Components] [svn-components] 8444 - /experimental/MvcTools/design/discussion_2008_06_20.txt

2008-06-20 Thread James Pic
Kore Nordmann wrote: > - Controllers only return some view structure, which may contain semantic > information about the data to display or information about the template to > use. Did you mean: may *not*? > - The "view router" decides on base of that, what view to actually use. > > - (HTTP)

Re: [Components] [svn-components] 8444 - /experimental/MvcTools/design/discussion_2008_06_20.txt

2008-06-23 Thread Derick Rethans
On Fri, 20 Jun 2008, James Pic wrote: > Kore Nordmann wrote: > > - Controllers only return some view structure, which may contain semantic > > information about the data to display or information about the template to > > use. > > Did you mean: may *not*? > > > - The "view router" decides on

Re: [Components] [svn-components] 8444 - /experimental/MvcTools/design/discussion_2008_06_20.txt

2008-06-23 Thread Kore Nordmann
Hi, I just copied the document from google docs, only applying some reformatting. So that the contents will definitely need some refactoring... On Fri, 2008-06-20 at 14:22 +0200, James Pic wrote: > Kore Nordmann wrote: > > - Controllers only return some view structure, which may contain semantic

Re: [Components] [svn-components] 8444 - /experimental/MvcTools/design/discussion_2008_06_20.txt

2008-06-23 Thread James Pic
Derick Rethans wrote: > On Fri, 20 Jun 2008, James Pic wrote: > > Kore Nordmann wrote: > > > - (HTTP) redirects are also "just" some view structure, which is returned > > > by > > > the controller, and the view actually performs the proper action > > > depending > > > on the context. > > Do

Re: [Components] [svn-components] 8444 - /experimental/MvcTools/design/discussion_2008_06_20.txt

2008-06-23 Thread James Pic
Hi, Kore Nordmann wrote: > I just copied the document from google docs, only applying some > reformatting. So that the contents will definitely need some > refactoring... > > On Fri, 2008-06-20 at 14:22 +0200, James Pic wrote: > > Kore Nordmann wrote: > > > - Controllers only return some view str

Re: [Components] [svn-components] 8444 - /experimental/MvcTools/design/discussion_2008_06_20.txt

2008-06-23 Thread Kore Nordmann
On Mon, 2008-06-23 at 14:41 +0200, James Pic wrote: > Derick Rethans wrote: > > On Fri, 20 Jun 2008, James Pic wrote: > > > Kore Nordmann wrote: > > > > - (HTTP) redirects are also "just" some view structure, which is > > > > returned by > > > > the controller, and the view actually performs the

Re: [Components] [svn-components] 8444 - /experimental/MvcTools/design/discussion_2008_06_20.txt

2008-06-23 Thread Gaetano Giunta
Kore Nordmann a écrit : On Mon, 2008-06-23 at 14:41 +0200, James Pic wrote: Derick Rethans wrote: On Fri, 20 Jun 2008, James Pic wrote: Kore Nordmann wrote: - (HTTP) redirects are also "just" some view structure, which is returned by the controller, and the view actu