October 2002
Intermediate to advanced
496 pages
12h 35m
English
In the Glossary application, JSP tag libraries are used extensively. Figure 13-4 shows the main home page classes: index.jsp / index.jsp_Client. These classes are realized by the index.jsp component, which also uses the Entry Tags tag library and includes a utility page, which in this implementation contains a simple static operation definition to clip long strings when placing them in table cells. The source for the index page follows (Listing 13-7).

<%@ page errorPage="error.jsp" %> <%@ taglib ... |
Read now
Unlock full access