Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > WebObjects Developer's Guide


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 run-time.

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 toc
Binding Values to Dynamic Elements
Declarations File Syntax

Client-Side Java Components
Dynamic Elements vs. Client Side Components
How Client-Side Components Work
Creating Client-Side Components
When You Have an Applet's Source Code
When You Don't Have an Applet's Source Code
First Section