Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4801
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | markspace <-@.> |
| Newsgroups | comp.lang.java.gui |
| Subject | Re: MVC - simplified? |
| Date | Tue, 06 Dec 2011 09:38:26 -0800 |
| Organization | A noiseless patient Spider |
| Lines | 17 |
| Message-ID | <jbljuk$apo$1@dont-email.me> (permalink) |
| References | <MVC-20111206170519@ram.dialup.fu-berlin.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Tue, 6 Dec 2011 17:38:28 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="11064"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19K3BzpSHcxumUtC0t5u1cnjHJne43TvBM=" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
| In-Reply-To | <MVC-20111206170519@ram.dialup.fu-berlin.de> |
| Cancel-Lock | sha1:0NGhbjREliYYp+RP9f2zVuuxLhU= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.gui:4801 |
Show key headers only | View raw
On 12/6/2011 8:23 AM, Stefan Ram wrote: > When is it sensible to simplify MVC for small GUI applications? > > What about the following simplifications: > > * Do not de-couple the model from the view via the observer > pattern in cases where the view and model are quite fixed, I would say "almost never." The only exception would be very small demo programs like the type found in the Java tutorial, where it often combines views, controllers and model data into one large class. At a guess, around 300 lines of code or less. Anything more than that is likely to be too large to be easily understood by anyone, and therefore isn't a useful demo, nor easy to maintain so it's not a viable professional work either.
Back to comp.lang.java.gui | Previous | Next | Find similar
Re: MVC - simplified? markspace <-@.> - 2011-12-06 09:38 -0800
csiph-web