Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72379

Is MVC Design Pattern good enough?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ernest.bonat@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.165
X-Spam-Level *
X-Spam-Evidence '*H*': 0.69; '*S*': 0.02; 'logic': 0.09; 'mvc': 0.09; 'php,': 0.09; 'vba,': 0.09; '6.0,': 0.16; 'all,': 0.19; 'programming': 0.22; 'cc:addr:gmail.com': 0.22; 'ph.d.': 0.24; 'java': 0.24; 'cc:2**0': 0.24; 'defined': 0.27; 'message- id:@mail.gmail.com': 0.30; 'layer': 0.31; 'languages': 0.32; 'another': 0.32; 'received:google.com': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'application': 0.37; 'mobile:': 0.37; 'implement': 0.38; 'thank': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'email addr:gmail.com': 0.63; 'developed': 0.63; 'different': 0.65; 'management': 0.65; 'yes': 0.68; 'business': 0.70; 'subject:Design': 0.78; 'subject:good': 0.84; 'vb.net,': 0.84; 'don\xe2\x80\x99t': 0.91; 'why?': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=CLwCFINwiv663PzV7smV1/y3XgQlyxexIB/FIIw+DQU=; b=SXdC3S6jd5zy79uraSNGrns/8cQIhbVspJsBurAvXDN/LXXPnw5TjfugkjGzENcxed CQ1oJDr2BRf1nKBOYZ1sQYEz9dPP4WqmUeevnd9gVwnW5JSyQsRSHyOKDTyvjHtcrZob WEplrp35nbEpiVMRDOdrohXdCdVxtJxheWvVcj/Mc1K+XqsqByW3o50fvR56lsvkg+7y csxatSRkZ5zqmCmfQnM7tNk8WGUXPKnXkINJJ7Xq4Yp/yjLdCY8yHibeq2wIMGZ0lN4S 5dlYG4T+C/AOIDVaWsQUu0qQu/cZzgqGZLPULVHm/VjpAO+lCuKEQ6jZfvuspQ00B9Y2 1w8A==
MIME-Version 1.0
X-Received by 10.140.107.182 with SMTP id h51mr14927168qgf.82.1401644244290; Sun, 01 Jun 2014 10:37:24 -0700 (PDT)
Date Sun, 1 Jun 2014 10:37:24 -0700
Subject Is MVC Design Pattern good enough?
From "Ernest Bonat, Ph.D." <ernest.bonat@gmail.com>
To python-list@python.org
Content-Type multipart/alternative; boundary=001a113a668448935c04fac9bb4c
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.10526.1401644679.18130.python-list@python.org> (permalink)
Lines 53
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1401644679 news.xs4all.nl 2885 [2001:888:2000:d::a6]:41440
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:72379

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi All,

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?

Thank you all for the inputs!
-- 
Thanks

Ernest Bonat, Ph.D.
Senior Software Engineer
Senior Business Statistics Analyst
Mobile: 503.730.4556
Email: ernest.bonat@gmail.com

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


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