Archives
 
 
 
  Special
 
 
 
  About Us
 
 
 

Newsletter
Free E-mail Newsletter from BYTE.com

 
    
           
Visit the home page Browse the four-year online archive Download platform-neutral CPU/FPU benchmarks Find information for advertisers, authors, vendors, subscribers Request free information on products written about or advertised in BYTE Submit a press release, or scan recent announcements Talk with BYTE's staff and readers about products and technologies

ArticlesA Java Web Server


August 1997 / Cover Story / Web Components / A Java Web Server

For Web-enabled access to Enterprise JavaBeans, you'll need a JavaBean-capable Web server. The easiest way to get this is to use JavaSoft's own Java Web Server (previously code-named Jeeves) currently in alpha release and downloadable free of charge. Note that currently, servlets running on Java Web Server are not JavaBeans or Enterprise JavaBeans and use a different API.

Java Web Server is written entirely in Java. It supports all the usual Web-server functions such as Secure Sockets Layer (SSL) security and Common Gateway Interface (CGI). But there's a difference: Java servlets. These sma ll Java components can do any job a CGI script can do, often doing it with lower invocation overhead and fewer resources. And even though Java is interpreted, execution speed is not a problem for many server-side tasks. For example, BYTE's Jon Udell found that rewriting Perl scripts on the BYTE site as servlets made them run faster. Perl is interpreted, too. (So, too, did using Internet Service API [ISAPI] Perl, which also cuts invocation overhead.) Native Java compilers such as Asymetrix's promise to remove performance as an issue entirely.

It's probably unlikely that you're willing to throw out your existing Web server to get Java Web Server's servlet capabilities. And you don't have to. Thanks to the universal middleware of URLs, you can just refer from Internet Information Server (IIS)- or Apache-hosted pages to servlet functions running under the control of your Java Web Server.

But that's OK. JavaSoft also has a package that will enable servlet support on ot her popular Web servers such as Apache, Netscape, and IIS. O'Reilly's WebSite 2.0, forthcoming, will host servlets. Also, Netscape Enterprise Server 3.0 has its own notion of servlets.


Up to the Cover Story section contentsGo to previous article: A Java Web ServerGo to next article: Microsoft's Efficient TransactionsSearchSend a comment on this articleSubscribe to BYTE or BYTE on CD-ROM  
Flexible C++
Matthew Wilson
My approach to software engineering is far more pragmatic than it is theoretical--and no language better exemplifies this than C++.

more...

BYTE Digest

BYTE Digest editors every month analyze and evaluate the best articles from Information Week, EE Times, Dr. Dobb's Journal, Network Computing, Sys Admin, and dozens of other CMP publications—bringing you critical news and information about wireless communication, computer security, software development, embedded systems, and more!

Find out more

BYTE.com Store

BYTE CD-ROM
NOW, on one CD-ROM, you can instantly access more than 8 years of BYTE.
 
The Best of BYTE Volume 1: Programming Languages
The Best of BYTE
Volume 1: Programming Languages
In this issue of Best of BYTE, we bring together some of the leading programming language designers and implementors...

Copyright © 2005 CMP Media LLC, Privacy Policy, Your California Privacy rights, Terms of Service
Site comments: webmaster@byte.com
SDMG Web Sites: BYTE.com, C/C++ Users Journal, Dr. Dobb's Journal, MSDN Magazine, New Architect, SD Expo, SD Magazine, Sys Admin, The Perl Journal, UnixReview.com, Windows Developer Network