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 13 Examples from Java Servlet
Programming
- 13-8: A servlet as an RMI client
Examples from other chapters:
- Example 13.8: A servlet as an RMI client
- This servlet acts as an RMI client to get the current
time of day from the DaytimeServlet RMI server from Chapter
10. It's momentarily disabled.
- Try it (momentarily disabled)
- Source
|