Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72421
| From | Wolfgang Keller <feliphil@gmx.net> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Is MVC Design Pattern good enough? |
| Date | 2014-06-02 17:59 +0200 |
| Organization | albasani.net |
| Message-ID | <20140602175936.9341c3e8fb06c7e627ce559a@gmx.net> (permalink) |
| References | <mailman.10526.1401644679.18130.python-list@python.org> |
> I had developed many database business applications using MVC design > pattern with different programming languages like PHP, Java EE, > VB.NET, C#, VB 6.0, VBA, etc. All of them defined the Model layer as > the data management of the application domain and business logic > implementation. I ready don’t understand what the data has to do with > applications business logic. Nothing? Can we implement the > application business logic in another layer? Yes or no? Why? Explain? The most intuitive approach to database applications would be: http://en.wikipedia.org/wiki/Naked_objects http://www.nakedobjects.org/ The original "Inventor" of MVC once declared that this concept matches his intentions a lot better than the very vast majority of MVC implementations. Unfortunately, there's no Python framework (yet?) that implements this design. Sincerely, Wolfgang
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is MVC Design Pattern good enough? "Ernest Bonat, Ph.D." <ernest.bonat@gmail.com> - 2014-06-01 10:37 -0700
[OT] Re: Is MVC Design Pattern good enough? Dan Sommers <dan@tombstonezero.net> - 2014-06-01 18:39 +0000
Re: Is MVC Design Pattern good enough? Wolfgang Keller <feliphil@gmx.net> - 2014-06-02 17:59 +0200
Re: Is MVC Design Pattern good enough? Marko Rauhamaa <marko@pacujo.net> - 2014-06-02 19:40 +0300
Re: Is MVC Design Pattern good enough? Wolfgang Keller <feliphil@gmx.net> - 2014-06-09 22:56 +0200
Re: Is MVC Design Pattern good enough? Chris Angelico <rosuav@gmail.com> - 2014-06-10 13:32 +1000
Re: Is MVC Design Pattern good enough? Chris Angelico <rosuav@gmail.com> - 2014-06-10 14:03 +1000
Re: Is MVC Design Pattern good enough? Ian Kelly <ian.g.kelly@gmail.com> - 2014-06-10 08:45 -0600
Re: Is MVC Design Pattern good enough? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-10 19:16 +0100
Re: Is MVC Design Pattern good enough? Terry Reedy <tjreedy@udel.edu> - 2014-06-11 17:26 -0400
csiph-web