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. ...

Get BEA WebLogic Server™ 8.1 Unleashed 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.