Click here to Skip to main content
15,886,772 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Which is the Design Pattern with no direct relationship between Data and UI ? does it exist ?

If you want call the data as model and User Interface as view. (I dont know if in this pattern, if exists, the elements would be called like that).

Is there a way in which the User Interface is updated only through a controller or whatever other object that is not the Model.

Thank you.
Posted
Comments
RaisKazi 3-Oct-12 10:56am    
Have you heard about MVC(Model-View-Controller)?
fvalerin 3-Oct-12 11:22am    
Dear RaisKazi : in MVC there is a direct relationship between View and Model ....

1 solution

 
Share this answer
 
Comments
fvalerin 3-Oct-12 11:28am    
So, can we call to this the 3-tier Architecture pattern or Multi-tier pattern in Design Patterns jargon ??????

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900