Home
What's
New?
com.oreilly.servlet
Servlet
Polls
Mailing
Lists
Servlet
Engines
Servlet
ISPs
Servlet
Tools
Documentation
Online
Articles
The
Soapbox
"Java
Servlet
Programming,
Second Edition"
"Java
Enterprise
Best Practices"
Speaking
& Slides
About
Jason
XQuery
Affiliate
Advertising
Info
|
Chapter 10 Examples from Java Servlet
Programming, 2nd Ed
Examples from other chapters:
- Example 10.1 to 10.14: Daytime Server
- These applets, servlets, and HTML pages demonstrate applet-servlet
communication using HTTP, sockets, and RMI. The applet contacts
the servlet using each of these protocols to determine the current
time. You may experience various problems with some of the techniques
if you're using anything but the latest browser with a direct
Internet connection. HTTP is most likely to succeed. The RMI verison
is disabled because of classpath issues.
- Example 10.15 to 10-21: Chat Server
- These applets, servlets, and HTML pages demonstrate applet-servlet
communication with a simple chat server example. You may experience
various problems with some of the techniques if you're using anything
but the latest browser with a direct Internet connection. HTTP
is most likely to succeed. RMI is disabled because of classpath
issues.
|