Click to See Complete Forum and Search --> : MVC


April 8th, 1999, 08:19 AM
I would like to encapsulate data from the user interface and haven't yet found a way to implement that.

Does Java (or Visual Cafe in particular) offer any mechanisms for MVC?? I'm looking for something like the document-view architecture in Visual C++.

Thank you,

PK

emirikol
April 9th, 1999, 01:29 AM
Sure..Just create your class seperately and then create a object of it inside your view class and it should work. Also, make sure u use get() and set() functions to insure encapulation of your data.