Documentation Archive Developer
Search
Top

Dynamic Elements


In the previous chapter, you learned that a WebObjects application is made up of components, which in turn are made up of dynamic elements. Dynamic elements are the basic building blocks of a WebObjects application. They link an application's behavior with the HTML page shown in the web browser, and their contents are defined at runtime.

There are two types of dynamic elements that you can place in a component:

This chapter describes each of these types and tells you how to decide when to use them. Before reading it, you should be familiar with the concepts presented in the previous chapter. To learn the mechanics of using dynamic elements, see the online book WebObjects Tools and Techniques.

Server-Side Dynamic Elements
How Server-Side Dynamic Elements Work
Binding Values to Dynamic Elements
Declarations File Syntax

Client-Side Java Components
Deciding When to Use Client-Side Components
How Client-Side Components Work

First Section