资讯

One of the original Java web technologies, JSP is still widely used with servlets and JSTL. Here's how to use Jakarta Server Pages to build dynamic web pages that connect to the Java back end.
The current version of the book covers Servlets 2.4, JSP 2.0, and the JSTL 1.0. Both Kevin and Jayson helped directly make the specifications and are proud to publish one of the first books covering ...
In this article, Rahul Chaudhary describes performance-tuning techniques (PTT) that can be used to improve the performance of servlets and JSP pages, thus improving the performance of your J2EE ...
One part of interacting with an application server is invoking the Servlets and Java Server Pages (JSPs) that reside inside of the Web container. The other half of the puzzle is interacting with ...
A Web server from Sun that ran under Solaris and NT. It supported Java servlets and JavaServer Pages (JSP) technology. Version 2.0 was the final release of the product, which was created to ...
A Web server from Sun that runs under Windows, Solaris and HP-UX. It supports JavaServer Pages (JSP) technology, Java servlets and Server-Side JavaScript (SSJS).
This month, we will begin to explore Java as a server-side programming language. As a beginning step, we will install the Jakarta-Tomcat environment for running servlets, as well as the associated ...