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
posted
0
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
posted
0
You are right. The problem is that the word model has two different meanings exactly in the same domain - Software Architecture.