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 base of

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 we want the

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 structure,

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 proper action

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)