Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
It's easier to understand WebLogic Server cluster architecture once you understand the various application tiers that you host on the cluster. Tiers refer to the various ways you can demarcate an application's logical services, such as the presentation and processing of the business logic. The most common application tiers are the following:
Web tier Runs a web server such as Apache, serves static HTML content, and is usually the main interface between the clients and the web application.
Presentation tier Provides dynamic content such as servlets and JavaServer Pages (JSP).
Object tier Provides the business logic through Java objects such as EJBs.
A Java EE application often covers all three tiers. With the advent of JPA and Java EE 5 and 6, it's much more common to deploy all of these tiers together.