Top "Model-view-controller" questions

Model–View–Controller (MVC) is an architectural pattern used in software engineering.

MVC Pass ViewBag to Controller

I have a Viewbag that is a list that I am passing from the Controller to the View. The Viewbag …

c# asp.net-mvc model-view-controller razor viewbag
When do I call my class controller, manager or service?

Maybe it is obvious to you. I'm new to java (half year work) and I had a discussion with my …

java model-view-controller architecture naming-conventions
Rails Model, View, Controller, and Helper: what goes where?

In Ruby on Rails Development (or MVC in general), what quick rule should I follow as to where to put …

ruby-on-rails ruby model-view-controller
Models in the Zend Framework

What are some of the ways you have implemented models in the Zend Framework? I have seen the basic class …

php model-view-controller zend-framework model
GUI not working after rewriting to MVC

I'm practicing MVC style programming. I have a Mastermind game in a single file, working fine (maybe apart of the …

java model-view-controller user-interface swing
Spring Controller's URL request mapping not working as expected

I have created a mapping in web.xml something like this: <servlet> <servlet-name>dispatcher</servlet-name&…

model-view-controller spring-mvc controller web.xml url-mapping
AngularJS client MVC pattern?

Until now I was mainly using Struts 2, Spring, JQuery technology stack for building web applications. The point is, that mentioned …

javascript model-view-controller client-side angularjs server-side
Is WordPress MVC compliant?

Some people consider WordPress a blogging platform, some think of it as a CMS, some refer to WordPress as a …

model-view-controller wordpress
Difference between Observer, Pub/Sub, and Data Binding

What is the difference between the Observer Pattern, Publish/Subscribe, and Data Binding? I searched around a bit on Stack …

model-view-controller design-patterns data-binding observer-pattern publish-subscribe