Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!news-transit.tcx.org.uk!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Django': 0.03; 'restful': 0.09; 'api': 0.09; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'bounds': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'notation,': 0.16; 'cc:addr:python-list': 0.16; 'developer,': 0.18; 'cc:no real name:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'architecture': 0.26; 'bit': 0.28; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'class': 0.29; 'example': 0.29; 'cc:addr:googlegroups.com': 0.30; 'logic': 0.30; 'rarely': 0.30; 'url:pdf)': 0.30; 'ago': 0.31; "i'll": 0.31; 'quite': 0.32; 'showing': 0.34; 'towards': 0.35; 'something': 0.35; 'problem.': 0.36; 'cc:2**1': 0.36; 'sequence': 0.37; 'technical': 0.37; 'received:google.com': 0.37; 'another': 0.37; 'received:209.85': 0.38; 'created': 0.38; 'subject: (': 0.40; 'received:209': 0.40; 'design': 0.61; 'subject:. ': 0.65; 'show': 0.67; 'suited': 0.73; 'url:jpg': 0.87; 'url:tinypic': 0.91; 'subject:Good': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QJzg99WtNR1f8U+IMpDiwno/u74kCO8UGvn/jAKyUec=; b=GyFaZYRFkOVU2amQVA865EIjk65apNU1l7Nat/pUS4C9DYqZPGmr3VRMY57khnKrQZ KKabizK2hk6F7OY2oYjNbGiOZ2v9lpaMt4JSCTCuNdUW0EloymsCQ0w8kYs+BiEvw2bB NnRFJGR0DTDyQzyLGK9MU62npPaOwNcS4Y4Rs= MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 30 Dec 2011 03:07:17 +1100 Subject: Re: Good notation for showing MVC interactions (i.e. Django) From: Alec Taylor To: Roy Smith Content-Type: text/plain; charset=ISO-8859-1 Cc: "comp.lang.python" , django-users@googlegroups.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325174840 news.xs4all.nl 6916 [2001:888:2000:d::a6]:56214 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18178 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.