Java & Eclipse


JSPs or Servlets--Which Architecture is Right for You?

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. Stephen discusses the two architectures, outlines the trade-offs, and suggests some rules to help decide which technique is right.

GoF à la Java

"Pattern Hatching" will retain the flavor of its namesake in <I>C++ Report,</I> elaborating and building on patterns in GoF's <I>Design Patterns</I> book. The main difference will be a focus on Java, both as an implementation vehicle and as a rich source of pattern examples.

Pattern-Oriented Software Architecture

The first in-depth treatment of how to deal with programming issues. The 17 patterns presented in the book range from small, programming-language specific idioms to large-scale solutions for complex engineering problems that lead to the definition of pattern-based programming components.

JMS at the Core of an EAI SolutionSonicMQ 2000.1 Enterprise Edition

E-business messaging is a rapidly growing category of messaging middleware architected to meet the unique requirements of information integration and exchange over the Internet. With a little work, SonicMQ 2000.1 can be turned into the backbone of an EAI solution.

AWT event handling

How can you process all AWT events within an application? Scott discusses two techniques for advanced event processing. The trade-offs in each of these techniques will dictate which is more appropriate to use.