Wednesday, December 16, 2009

MVC, MVP and DCI... The DCI Architecture: A New Vision of Object-Oriented Programming

Check this article if you are interested in MVC (Model View Controller), MVP (Model View Presenter) and DCI (Data Context Interaction) patterns that help to solve
problems concerning separation of concerns mainly for systems with some user interactions (Web, GUI, ...).
http://www.artima.com/articles/dci_vision.html

No comments: