There are several books and articles out there on dynamic-content generation
technologies such as CGI, NSAPI, server-parsed HTML, server-side JavaScript,
Active Server Pages and ColdFusion. Recently, Java Servlets and JavaServer
Pages (JSPs) have emerged as a very popular technology and a lot of material
has been written about them. Most of the articles focus on programming model
features, ease-of-development issues and integration with tools. However, an
increasing concern of Web site developers is to develop sites that can scale
to a large number of hits. This is especially true of corporate software
developers and those building the brand-name dot.com sites of tomorrow. This
article focuses on how Web developers can design their server-side
applications for scalability and performance using Java Servlets and JSPs.
Java Servlets and JSPs
The Java Servlet API was de... (more)
Numerous books and publications are available on the various technologies
that support e-commerce on the Internet. As Java Servlets and JavaServer
Pages (JSPs) emerge as a popular technology, a lot of material is being
written about them. Most of this material focuses on programming model
features, ease-of-development issues, and integration with tools. However,
Web site developers are increasingly concerned about developing sites that
can scale to a large number of hits while keeping the complexity of the
software at a reasonable level.
This article focuses on how Web developer... (more)