JSP CUSTOM TAG LIBRARIES
The advantage of using Domino JSP tag libraries is that they enable Web page authors who are not Java experts or who are not versed in handling back-end Domino objects to incorporate complex, server-side Domino data manipulation into their pages through easy-to-use tags.
There are two Domino JSP tag libraries. Both comply to the JSP 1.1 and Java Servlet 2.2 specifications developed by Sun Microsystems*. They are:
This section defines:
Using Domino JSP tags
The Domtags tag library
The Domutil tag library
Note The JSPs that contain the custom Domino tags should be hosted by a server that has a rich J2EE Web development environment, such as the IBM WebSphere Advanced Edition or Developer Edition Servers.
See Also