Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucdavis!iris!tuck From: tuck@iris.ucdavis.edu (Devon Tuck) Newsgroups: comp.lang.smalltalk Subject: MVC on Smalltalk V? Summary: Compare Model-View-Controller on st-80 vs. stV Message-ID: <4251@ucdavis.ucdavis.edu> Date: 9 May 89 03:14:33 GMT Sender: uucp@ucdavis.ucdavis.edu Reply-To: tuck@iris.ucdavis.edu (Devon Tuck) Distribution: comp.lang.smalltalk Organization: U.C. Davis - Department of Electrical Engineering and Computer Science Lines: 10 I am doing some work on an "expert" technical document reader which automatically categorizes and inputs data from context into a database. This needs to be a heavily "windowed" environment, so I am working with the Model View Controller (MVC) on Smalltalk-80. My question is, what is digitalk's equivalent to the MVC? Are there major differences? Can pluggable views still be implemented easily? Thanks alot, Devon Tuck