BEA WebLogic Server™ 8.1 Unleashed
by Mark Artiges, Gupreet Singh Bhasin, Bernard Ciconte, Malcolm Garland, Saranathan Govindarajan, James Huang, Subramanian Kovilmadam, Kunal Mittal, Paul J. Perrone, Tom Schwenk, Steve Steffen
Use of JSP Tag Libraries
JSP tag libraries are encapsulations of logical constructs, providing for units of reusable functionality. These units of functionality are accessed using custom JSP tags from a JSP page. Consistent with an MVC implementation, JSP tag libraries abstract logic from the JSP presentation layer to the controller layer, thereby reducing Java code within the JSP page. JSP tags are commonly used to implement application-wide functionality that facilitates data presentation such as formatting and processing of output, application wide administrative tasks, defining variables and objects for use within the JSP page, pre- or post-server-side data manipulation, and implementation of server-side processing as required by the application. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access