aspose file tools
The moose likes OO, Patterns, UML and Refactoring and the fly likes MVC  vs  View-Model-Persistence Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "MVC  vs  View-Model-Persistence" Watch "MVC  vs  View-Model-Persistence" New topic
Author

MVC vs View-Model-Persistence

Laojar Chuger
Ranch Hand

Joined: Dec 20, 2000
Posts: 111
MVC is a design pattern and called a kind of application or software architecture sometimes. View-Model-persistence is an architecure mostly used in the client/server application. If someone asks you, where should the data access logic be loacted? model or view! What's the answer?
Mirko Froehlich
Ranch Hand

Joined: Aug 21, 2000
Posts: 114
I believe that the view should get the data from the model, which gets it from the database or wherever it resides.
-Mirko
Laojar Chuger
Ranch Hand

Joined: Dec 20, 2000
Posts: 111
You are right. The problem is that the word model has two different meanings exactly in the same domain - Software Architecture.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: MVC vs View-Model-Persistence
 
Similar Threads
Business Tier + Persistence Tier
Struts 1 and design patterns
Difference between servlet and jsp
Design and architectural patterns
Struts 2 and Hibernate