Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-14-2008, 02:30 PM
Administrator
 
Join Date: Dec 2006
Posts: 461
JavaForums has disabled reputation
MVC Model
The Model is the one which is responsible for managing data storage as well as retrieval of the data from the data source. When data changes it notifies all its Views about change in data. A model holds part of the current state of the application. The model represents enterprise data and the business rules that govern access to and updates of this data. The Model knows everything about the data that need to be displayed. However, it does not know anything about the View, that is the manner in which the data is to be displayed, nor the View actions that are used to manipulate the data. The data is accessed and manipulated through methods that are independent of the View.
(more…)
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
send file via client - server model spasavvas Networking 5 05-29-2008 10:37 PM
thread model in java6 jvm fun_indra Threads and Synchronization 2 04-23-2008 07:19 PM
MVC Model (Example) JavaForums Java Blogs 0 02-15-2008 11:00 AM
Introduction to Model View Controller Architecture (II) JavaForums Java Blogs 0 01-08-2008 02:20 PM
EJB, classes Model Felissa Enterprise JavaBeans 1 07-06-2007 04:17 PM


All times are GMT +3. The time now is 04:21 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org