Model View Controller Application: View

Finally, you will continue with the MVC application case study—Airline Ticket Booking System. Per your design, the JavaServer Pages form the View of the MVC architecture. On Day 4, “Advanced Servlet Techniques,” you already built the Controller servlet for the application. For the View of the application you will build the JavaServer Pages. These JSPs will be the User Interface for the Airline Ticket Booking System. The JSPs in the View layer will receive the response data from the Controller servlet via the MVCValueObject.

Look at the different JSPs that make up the View for the Airline Ticket Booking System. The JSPs have a virtual mapping in the web.xml file; that is, when the user types out this JSP's ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.