Sample MVC Application: Controller Servlet
Now that you have a good understanding of the basic and advanced concepts of Java servlets, turn your attention to the sample MVC application you'll build as a way of learning each new technology supported by WebLogic Server.
Quickly revisit the architecture of the Airline Ticket Booking System MVC application that you defined on Day 2. The architecture of the Airline Ticket Booking System consists of three primary layers:
Model
View
Controller
The first technology that you have studied is Java servlets. In the MVC architecture, Java servlets perform the role of the controller. The controller is responsible for routing requests and responses to different components in the model and the view. Ideally, there ...
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.