What Alternatives Are There to Model-View-Controller? [closed]

Passive View – http://martinfowler.com/eaaDev/PassiveScreen.html Supervising Controller – http://martinfowler.com/eaaDev/SupervisingPresenter.html Model-View-Presenter – http://martinfowler.com/eaaDev/ModelViewPresenter.html My personal favorite is the Passive View. More testable than others I’ve seen including MVC.

What’s the difference between Architectural Patterns and Architectural Styles?

An Architectural Pattern is a way of solving a recurring architectural problem. MVC, for instance, solves the problem of separating the UI from the model. Sensor-Controller-Actuator, is a pattern that will help you with the problem of actuating in face of several input senses. An Architectural Style, on the other hand, is just a name … Read more

Transactions in the Repository Pattern

Booting my computer this morning I faced the exact problem for a project I am working on. I had some ideas which lead to the following design – and comments would be more than awesome. Unfortunately the design suggested by Josh isn’t possible, as I have to work with a remote SQL server and can’t … Read more

MVCS – Model View Controller Service

The service layer can be interpreted a lot of ways, but it’s usually where you have your core business processing logic, and sits below your MVC architecture, but above your data access architecture. For example, you layer of a complete system may look like this: View Layer: Your MVC framework & code of choice Service … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)