CONTENTS | PREV | NEXT | INDEX Designing Enterprise Applications
with the J2EETM Platform, Second Edition


The Web Tier

by Greg Murray and Mark Johnson

A J2EE application's Web tier makes the application's business logic available on the World Wide Web. The Web tier handles all of a J2EE application's communication with Web clients, invoking business logic and transmitting data in response to incoming requests.

This chapter describes several ways of using Web-tier technology effectively in a J2EE application design, including examples from the sample application. The chapter is specifically not about Web page design.



CONTENTS | PREV | NEXT | INDEX
Copyright © 2002 Sun Microsystems, Inc. All Rights Reserved.