JSP
What is Model 2?
Written by Rahul Mehra Monday, 08 March 2010 16:53
Using JSP and Servelet together to develop Web page. Model 2 applications are easier to maintain and extend, because views do not refer to each other directly.
Add new comment
What is Model 1?
Written by Rahul Mehra Monday, 08 March 2010 16:52
Using JSP technology alone to develop Web page. Such term is used in the earlier JSP specification. Model 1 architecture is suitable for applications that have very simple page flow, have little need for centralized security control or logging, and change little over time. Model 1 applications can often be refactored to Model 2 when application requirements change.