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


Groups > comp.lang.python > #18178

Re: Good notation for showing MVC interactions (i.e. Django)

References <mailman.4219.1325167436.27778.python-list@python.org> <roy-9697F8.09440429122011@news.panix.com>
Date 2011-12-30 03:07 +1100
Subject Re: Good notation for showing MVC interactions (i.e. Django)
From Alec Taylor <alec.taylor6@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4221.1325174840.27778.python-list@python.org> (permalink)

Show all headers | View raw


An example of a BPMN2 diagram with swimlanes, which I created for a
project: http://i40.tinypic.com/262r6nr.jpg

What I am looking for is something suited towards showing architecture
bounds and the interactions between each section of MVC.

> I find that when thinking something through at the whiteboard with
> another developer, the most common diagram I'll use is a UML sequence
> diagram.  I drew one on the wall just yesterday.  Here's one
> (http://www.panix.com/~roy/SongzaSessionHandoff.pdf) I did up a bit
> fancier a while ago while working through a gnarly design problem.
>

That's a good notation, and one which I will use for RESTful API modelling.

I sometimes use use-case diagrams and quite rarely also use class
diagrams and ER Diagrams.

I use BPMN2 to show logic to both technical and non-technical team-members.

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


Thread

Good notation for showing MVC interactions (i.e. Django) Alec Taylor <alec.taylor6@gmail.com> - 2011-12-30 01:03 +1100
  Re: Good notation for showing MVC interactions (i.e. Django) Roy Smith <roy@panix.com> - 2011-12-29 09:44 -0500
    Re: Good notation for showing MVC interactions (i.e. Django) Alec Taylor <alec.taylor6@gmail.com> - 2011-12-30 03:07 +1100

csiph-web