JSP CUSTOM TAG LIBRARIES
If you are including more than one of these core tags in a page, use the session tag. This initializes and dismantles the Domino session only once, improving performance.
db tag
To ensure that all subsequent tags are running off the same database, use the db tag first.
Containment hierarchy
The following table illustrates the hierarchy you can implement to create a more scalable JSP page:
See Also