Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • How do you think this is deviating from MVC? Commented Sep 17, 2012 at 12:33
  • Because in MVC, to my knowledge you have one controller that has no state and 99% of the methods, and your model has all the states/data and just getters/setters to access (private) data fields. I'm happy if the answer is "This is still within the bounds of MVC" I'm just not sure that it is! Commented Sep 17, 2012 at 12:44
  • I think you're confusing the domain model (the M of MVC) with the data model. The domain model contains all the logic of your domain. The data model just contains data. Commented Sep 17, 2012 at 12:55
  • @pdr I am...I didn't know there was a difference.... Commented Sep 17, 2012 at 13:09
  • Wait. Just saw your edit. What kind of app is this? Web or Windows or something else? Commented Sep 17, 2012 at 14:18