Your hosting account now offers support for Java Servlets. Servlets are server-side Java code for powering dynamic pages, much like CGI/Perl scripts
but with better performance and some interesting new functionality. When you select the "Java Servlets" button in your Control Panel you'll be offered the choice to create a servlet zone where your servlets will live.
The following are some basic details about our support for servlets, and some useful links to tutorials, sample code, and sources for additional information. As with CGI/Perl scripts
we cannot debug your code, but we'll be glad to point you in the right direction when you get stuck!
Servlet Engine: Apache Jserv 1.1.2
Java Development Kit (JDK): 1.1.7B
Java Servlets
Java has come a long way since the Tumbling Duke days of yesteryear; now it's being used on the server side. Join The Doctor as he takes a look.
http://hotwired.lycos.com/
Fundamentals of Java Servlets shows you how to enhance web site functionality with safe, efficient, portable and powerful servlets.
http://developer.java.sun.com/developer/
About Servlets
In general, Java servlets are programs that sit on a web server and interact in some way with web clients. Specifically, servlets are a great way to replace tired, old CGI programs.
http://www.coolservlets.com/servlets.html
An Introduction to Java Servlets
http://www.webdevelopersjournal.com/
Getting Started with Java Servlets using Apache JServ
http://devshed.com/Server_Side/JServ/Started/
|