standard taglib * implementation of the JSP Standard Tag Library * |
Examples Introduction * General Purpose * Conditionals * Iterators * Import * I18N & Formatting * XML * SQL * TLV * Misc. |
Note: when you start Oracle9iAS Containers for J2EE, please define the following system parameters:
If you are running behind a firewall, also set:
Documentation on the JSTL tags is available at http://jakarta.apache.org/taglibs/doc/standard-doc.
When navigating the examples, the following icons will allow you to
look at the source code as well as execute the example JSP page.
![]() |
Look at the source code of the example JSP page |
![]() |
Execute the example JSP page |
The source code for the JSTL examples includes class startup.Init
to initilialize the objects used in the examples. This allows us to mimic
the environment that would normally be used within an MVC architecture:
the Controller invokes the business logic, saves the objects required by
the web application into JSP scoped attributes (usually request), and then
invokes the proper JSP page. For the sake of this "examples" webapp, all
objects are saved in the application scope.
The application attributes are:
standard taglib * implementation of the JSP Standard Tag Library * |