This series explores some of the ways in which early design decisions can significantly affect application performance. Part 1, examined how a class’s object-creational behavior can be embedded in its ...
In the January and February installments of “At the Forge”, I demonstrated a simple three-tier web application using a database, web server and the Mason templating system for mod_perl. We were able ...
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 ...