MVC

From Documentation
Revision as of 07:20, 11 November 2010 by Tomyeh (talk | contribs)

MVC (Model-View-Control) is a design pattern designed to separate the model, view and controller. It is strongly suggested to apply MVC pattern to your application, no only because the separation of UI from the code, but also easy-to-use and high performance.

In this section we will discuss how to apply this pattern in a ZUML document.




Last Update : 2010/11/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.