|
-
April 8th, 1999, 08:19 AM
#1
MVC
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
-
April 9th, 1999, 01:29 AM
#2
Re: MVC
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|