MVC DESIGN PATTERN WATTANAPON G SUTTAPAK Software Engineering, School of Information Communication Technology, University of PHAYAO 1
จุดประสงค์การเรียนรู้ เข้าใจรูปแบบโครงสร้างของโมเดล วิว คอนโทรล ประยุกต์ใช้โมเดล วิว คอนโทรล ได้ 2
MVC published in 1988 : Glenn E. Krasner and Stephen T. Pope, “A cookbook for using the model-view controller user interface paradigm in Smalltalk-80” Build user interfaces in Smalltalk-80 MVC consists of three kinds of objects Model : application object View : presentation Controller : management of object activity 3
MVC MODEL 4 Krasner and Pope
MVC 5
STUDENT.JAVA 6
7
8 Output
ORM 9
MODEL 10
CONTROLLER VIEW 11