October 2000
Intermediate to advanced
768 pages
16h 30m
English
In this chapter
Some people will argue that a Web application can't ever be a single-tiered application because the browser is separate from the Web server. From a code standpoint, though, if your servlet or JSP manages data, performs business logic, and generates HTML, you are handling all three tiers within the same component. From one point of view, that constitutes a single-tiered application.
The main feature that distinguishes a single-tiered application from a two- or three-tiered application is that the single-tiered application manages its own data. When ...
Read now
Unlock full access