quickstart/ |
Getting Started Guide
|
quickstart/
|
A simple Hello World JSP example.
|
|
Top ...
|
|
J2EE[tm] Web Application
Examples
|
simple/
|
Basic JSP and servlet examples
combined into a single web application.
|
caching/
|
JSP and servlet examples
demonstrating how to cache results of JSP and
servlet execution.
|
security/
|
Examples demonstrating how
to secure J2EE web applications via standard
authentication mechanisms and access controls..
|
bookstore/
|
Examples demonstrating how
to deploy and run Duke's Bookstore Sample Application
in conjunction with the Application Server.
|
|
Top ...
|
ejb/ |
Enterprise JavaBean Examples.
|
stateless/
|
Stateless session bean example.
|
stateful/
|
Stateful session bean example.
|
cmp/
|
Entity beans using Container
Managed Persistence (CMP).
|
bmp/
|
Entity beans using Bean Managed
Persistence (BMP).
|
mdb/
|
Message Driven Bean (MDB)
example.
|
subclassing/
|
Demonstrate subclassing of
Enterprise JavaBeans as a way of simplifying bean
classes.
|
timersession
|
A basic Timer Session Bean example.
|
Petstore
1.4/
|
Please refer to the Petstore1.4 application.
|
|
Top ... |
|
Top ... |
jsf/ |
Java Server Faces Examples
|
jsf
|
JavaServer Faces simplifies building user interfaces for web applications. With JavaServer Faces, developers can quickly build web applications. These examples demonstrate how JavaServer Faces technology can be used.
|
|
Top ...
|
JNDI/ |
JNDI Custom Example
|
Custom
|
JNDI Custom example
|
External
|
JNDI External example
|
URL
|
JNDI URL based example
|
|
Top ...
|
connectors/ |
Connector Example
|
mailconnector
|
An Inbound Connector example
|
|
Top ...
|
rmi-iiop/ |
RMI/IIOP Example
|
simple/
|
Basic example of using a
Java application client to access a stateless
EJB using RMI/IIOP.
|
|
Top ...
|
jms/ |
JMS/SOAP Example
|
soaptojms/
|
Basic SOAP to JMS example.
|
|
Top ...
|
jdbc/ |
Java Database Connectivity
Examples
|
simple/
|
Basic servlet accessing an
RDBMS via JDBC.
|
transactions/
|
EJB using the transaction
API within JDBC to control a local transaction.
|
|
Top ...
|
logging/ |
Logging Examples
|
simple/
|
This sample demonstrates
the use of Loggers in writing enterprise applications.
|
|
Top ...
|
i18n/ |
Internationalization and
Localization Examples
|
simple/
|
Basic J2EE web application
which demonstrates how to dynamically change
the display language based on user preference.
|
|
Top ...
|
xml/ |
XML Processing Examples
|
dom/
|
A DOM sample
|
sax/
|
A SAX sample
|
xslt/
|
An XSLT sample
|
|
Top ...
|
|
Top ...
|