JavaServer Pages
Chapter 1 Servlets and JavaServer Pages 11
• by using server-side tags that include Java servlets
Both beans and servlets are Java classes that need to be compiled, but they can be
defined and compiled by a Java programmer, who then publishes the interface to
the bean or the servlet. The web page designer can access a pre-compiled bean or
servlet from a JSP page.
iPlanet Web Server 6.0 supports JSP tag libraries and standard portable tags.
For information about creating JSPs, see Sun Microsystem’s JavaServer Pages web
site at:
http://java.sun.com/products/jsp/index.html
For information about Java Beans, see Sun Microsystem’s JavaBeans web page at:
http://java.sun.com/beans/index.html
Komentáře k této Příručce