CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MVC

  1. #1
    Guest

    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



  2. #2
    Join Date
    Apr 1999
    Posts
    1

    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
  •  





Click Here to Expand Forum to Full Width

Featured