MVC with database backend

Martin Drautzburg martin.drautzburg at web.de
Wed Mar 13 18:39:33 UTC 2002


I was wondering if there is a way to apply the MVC pattern to a
relational database. I assume the models would be represented as rows
in tables ?

Now how could these models possbly inform their views about changes ? 

Or do I need some sort of proxy (model) objects that live in Smalltalk
Space that somehow sync with the database backend ? Would that be a
"application server" ? 



More information about the Squeak-dev mailing list