vendredi 2 janvier 2015

Original idea for the MVC pattern

What is the original idea for the MVC pattern? I'm trying to understand the pattern better, but with all the little variations you come across it makes it difficult to understand what the original was, so I can actually know which parts are changeable and which aren't. I get the way the Ruby on Rails does it, so that controller is effectively the main entry point. However, some of the examples in Java I've seen use the controller as something to instantiate and call methods upon so that the main entry point completely avoids having to deal with implicit knowledge of the view and model. I guess what I'm trying to ask is what is the language agnostic MVC pattern?


Aucun commentaire:

Enregistrer un commentaire