• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: MVC Alternatives?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MVC Alternatives?


  • Subject: Re: MVC Alternatives?
  • From: "Alexander F. Hartner" <email@hidden>
  • Date: Tue, 03 Jan 2006 08:01:04 +0000

In it's core MVC is about separation of concerns. It assigns one particular responsibility or concern to a particular component / object. The responsibilities are clearly defined and separated and should not overlap. This is the bases of many design paradigm's and architectures. It also provides a lot of flexibility if implemented correctly for the long run, as it allows any single component to be changes independently of the others as well as promote reuse.

I haven't come across other paradigm's but there might well be others. If they do not separate these basic aspects their solutions could quite easily result in a convoluted product which is not easy to maintain modify.

Personally I find Cocoa's implementation quite friendly, in particular with Bindings it is very easy to use.

I hope this helped
alex


Jonathan Faulkenberry wrote:

Hi all,
Simply out of curiosity, are there any popular alternatives to the Model-View-Controller paradigm?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: MVC Alternatives?
      • From: Bob Peterson <email@hidden>
References: 
 >MVC Alternatives? (From: Jonathan Faulkenberry <email@hidden>)

  • Prev by Date: Text height for printing (fixed width)
  • Next by Date: Re: Dragging Images Outside an NSTextVIEW
  • Previous by thread: MVC Alternatives?
  • Next by thread: Re: MVC Alternatives?
  • Index(es):
    • Date
    • Thread