simple/
|
Basic JSP and servlet examples
combined into a single web application.(tomcat
3.2.2 samples)
|
caching/
|
JSP and servlet examples
demonstrating how to cache results of JSP and
servlet execution.
|
jstl/
|
Basic examples of using the
JSP Standard Tag Library.
|
rmi-iiop/
|
Basic example of using a
servlet to access a stateless EJB using RMI/IIOP running in Sun One Application
Server 7.0
|
javamail/
|
Servlet using the Javamail
API to send an email message.
|
i18n/
|
Basic J2EE web application
which demonstrates how to dynamically change
the display language based on user preference.
|
|
jdbc/ |
Java Database Connectivity
Examples
|
simple/
|
Basic servlet accessing an
RDBMS via JDBC.
|
blob/
|
Servlet accessing Binary Large
Objects (BLOBs) via JDBC.
|
transactions/
|
Servlet using the transaction
API within JDBC to control a local transaction.
|
|
jndi/ |
Java Naming and Directory
Interface Examples
|
custom/
|
Demonstrates the usage of the custom resource.
|
external/
|
Demonstrates the usage of the external resource.
|
read env/
|
Demonstrates the usage of the environment entries specified
in the web.xml.
|
url/
|
A servlet using the URL resource
facility to access a resource.
|
|
security/ |
Security Examples
|
basic/
|
Examples demonstrating how
to develop, configure and exercise basic authentication
|
form-based/
|
Examples demonstrating how
to develop, configure and exercise form-based
authentication
|
client certificate/
|
Examples demonstrating how
to develop, configure and exercise client certificate
authentication
|
jdbc realm/
|
Examples demonstrating how
to develop, configure and exercise JDBC realm
authentication
|
|
apis
|
Servlet Session Manager SDK.
|
|
nsacl |
Access control samples.
|
|
|