Netscape ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual page 11

Guide to servlets
Table of Contents

Advertisement

JSP pages can access full Java functionality in the following ways:
by embedding Java code directly in scriptlets in the page
by accessing Java beans
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.
Enterprise 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
Chapter 1
Servlets and JavaServer Pages
JavaServer Pages
11

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents