|
|
| Performance Studies [+] Favor-It | |
| |
 |
| | Sort By:
|
This article evaluates whether JSP is really as useful as Sun has promoted it by comparing JSP to another technology built on servlets: template engines.
Author: Jason Hunter Code: JSP 1.1 |
Server-side tags are similar to HTML tags except they are processed by the web server instead of the client browser and they ad-here more to the pure SGML-XML standard. Server-side tags really fall into 2 main groups. Author: Paragon Corporation Code: JSP 1.2 |
JSP is one of the most important Java technologies for convincing people to leave the ASP world in favor of Java . However, that doesn't make it the best solution for the Java platform. This short article goes over a few of the reasons why. Author: Jason Hunter Code: JSP 1.2 |
|  | |
Although the SingleThreadModel technique is easy to use, and works well for low volume sites, it does not scale well. If you anticipate your users to increase in the future, you may be better off implementing explicit synchronization for your shared data. Author: Govind Seshadri Code: JSP 2.0 |
We tested five leading Java application servers in our Washington Real-World Labs®. This article shows which performed best for its authors. Author: Richard Hoffman&Anthony Frey Code: JSP 1.1 |
...Since many variations on the Sun technology are now available, you can choose from a number of presentation technologies. This article takes an in-depth look at JSP coding and explores some attractive alternatives. Author: Brett McLaughlin Code: JSP 1.2 |
|  | |
OSCache solves two fundamental problems of all dynamic sites: Caching Dynamic Content & Error Tolerance... Author: unknown Code: JSP 1.2 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|