I have just started my career as a software engineer and I am in SAP-ABAP. I have studied mechanical engineering hence I don't' have much idea about the terms used in computer science. Anyways, I heard this term the first time I have started learning BSPs (Business Server Pages) programming in ABAP.
MVC is a kind of architerchure pattern and the usefulness of it comes when you are building large web based applications involving business logics as well as user interfaces. The MVC pattern lets you isolates both from each other, resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other. The model represents the information (the data) of the application; the view corresponds to elements of the user interface such as text, checkbox items, and so forth; and the controller manages the communication of data and the business rules used to manipulate the data to and from the model.
Friday, May 15, 2009
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment