Do your J2EE applications run slow? Can they sustain rising traffic? This article describes performance-tuning techniques (PTT) for developing high performance and scalable JSP (JavaServer Pages) ...
You can't judge a book by its back cover. At least, that's true in the case of More Servlets and JavaServer Pages. The book is divided into five sections. Part I consists of three chapters that ...
SINCE THE INTRODUCTION of JSP technology, two architectures have emerged for building server-side Web applications in Java. The first involves JSPs only, and the second uses JSPs and Servlets together ...
Jakarta Server Pages (formerly JavaServer Pages) is a Java standard technology that developers use to write dynamic, data-driven web pages for Java web applications. JSP is built on top of the Java ...
NEW DELHI, INDIA: “Why to copy class notes (which may contain mistakes), when they are easily available in the form of a book,” says Corporate Trainer and an independent consultant – Santosh Kumar K.
Over the last few months, we have looked at server-side Java from a number of perspectives. We began with servlets, Java classes that are executed from within a servlet container. While programmers ...
Orbeon's engineers constantly work with bleeding-edge XML and J2EE technologies and frequently publish papers and articles. They are the developers of Model 2X and XPL. These technologies are ...
Another way to contrast servlets and EJBs is to assert that servlets by intent serve to accommodate a classical two-tier application (where the presentation and data access/business logic tiers are ...
To understand how to do proper application server development, you need to understand how the two basic containers of an application server work, namely the Web container and the EJB container. This ...