| ★ wanayoo — archive 1999 http://javaboutique.webdeveloper.com/articles/JN/part02/ | Nouvelle recherche | Portail wanayoo |
|
Articles : Java Networking :Installing and Using the Java Servlet SDK
Using ServletsThe first step to using servlets is installing a web server that supports the Java Servlet SDK. In the last article, I ended by saying we would go over Sun's Java Web Server because it was the defacto standard reference implementation. My how Internet Time does fly though! While Sun is still supporting their Java Web Server, they have also entered into partnership with Netscape to support the Netscape web server which, conveniently supports a Java Servlet engine. Additionally, the reference implementation is now a joint cooperation between The Apache Group and Sun called the The Jakarta Project. While the Jakarta project is evolving (at the time of writing, it was still in Beta), Sun has also released the JSWDK (Java Server Web Development Kit) which is a small web server that supports the Servlet SDK and Java Server Pages (JSPs). Because of the JSWDK's emphasis on debugging and development, we will focus on using this implementation throughout these articles.
Gunther Birznieks contributes to JavaBoutique's Web/Networking column. Gunther currently works for Barclays Capital in London, one of the leading global investment banks in Europe and has previously worked as a senior computer scientist in the Human Genome Project. Gunther is also known for writing several books on Web Programming (Perl, CGI, Java) as well as for co-creating Extropia with Selena Sol. Extropia is one of the best known public domain web programming archives Email: gunther@extropia.com.
Find out about becoming a Java Boutique sponsor.
All Rights Reserved. Legal Notices. |