MODEL Layer
Designed for capturing logic and data access code.
Model layer is a self contained.
Its functions are independent from the VIEW and the CONTROLLER layer.
Mostly using technologies- Enterprise JavaBeans, JavaData Objects, Data Access. Objects.
VIEW Layer
Designed for providing an interface to application for users.
It is the conduit for getting data in and out of the application.
It does not contain any code for persisting data to or retrieving data from a data source.
Mostly implemented using technologies-HTML/JSP,XML/XSLT, Velocity, Swing.
Controller Layer
Designed as a connector between model and View layer, separating one from each other.
Mostly implemented using technologies- Servlet/JSP.
MODEL Layer Designed for capturing logic and data access code.Model layer is a self contained.Its functions are independent from the VIEW and the CONTROLLER layer.Mostly using technologies- Enterprise JavaBeans, JavaData Objects, Data Access. Objects.VIEW LayerDesigned for providing an interface to application for users.It is the conduit for getting data in and out of the application.It does not contain any code for persisting data to or retrieving data from a data source.Mostly implemented using technologies-HTML/JSP,XML/XSLT, Velocity, Swing.Controller LayerDesigned as a connector between model and View layer, separating one from each other.Mostly implemented using technologies- Servlet/JSP.
การแปล กรุณารอสักครู่..
