Web Application Terminology

To start, let's introduce a few terms related to Web applications that we will be using throughout our discussion.

As already discussed, a Web application is provided by a server and used by a client, and it spans the network distance between those two points. To use an application, clients are required to establish one or more connections with the server so that the data to be processed can be routed. In conversing with the server, a client makes a request that is typically answered by a server reply.

A transaction at the Web application level is a request-and-reply dialogue that corresponds to a single logical application behavior. That is, the request made by the client leads to the invocation of application logic ...

Get Building Scalable and High-Performance Java™ Web Applications Using J2EE™ Technology now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.