Putting the M in MVC Part I
Posted by: K. Scott Allen,
on 31 Mar 2009 |
View original | Bookmarked: 0 time(s)
Model is one of those overloaded words in software. Just saying the word model can produce a wide range of expectations depending on the context of the conversation. There are software process models, business process models, maturity models, domain models, security models, life cycle models the list goes on an on. Nerds love abstractions, so its not surprising that we have so many models to choose from. Lets talk about a specific model the model in model-view-controller. What is it? How do you...