Java Reference
In-Depth Information
Figure 9-17.
Now there are many MVC variations. Sometimes the Model and the View are combined so that data access is faster.
Or, the View interfaces with the Model instead of the Controller. This last variation is how we implemented the Employee
application in TutorialsWeb. Figure 9-18 shows how the server-based Employee application fits the MVC architecture.
Figure 9-18.
Next, we will further explore JSP tags and show how JSP tags are much easier to code and use than scriptlets
and expressions.
 
Search WWH ::




Custom Search