Listing for JSPs (Web Components)

You learned about JSPs on Days 5 and 6. Listings C.1C.9 show the detailed listings for each of the pages described in Chapter 6. These files are to be placed in the directory called web_components_src, discussed on Day 16.

Listing C.1. CheckAvailFlightsPage.jsp
 /****************************************************************************** * Class Name : CheckAvailFlightsPage.jsp * Description :Mapped to the Welcome page of the MVC Application * @author Mandar S. Chitnis, Pravin S. Tiwari, Lakshmi AM. @version 11.5 * Copyright (c) by Sams Publishing. All Rights Reserved. *******************************************************************************/ <%@ taglib uri="weblogic-tags.tld" prefix="wl" %> <%@ page ...

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.