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:
Server-Side Dynamic Elements
Client-Side Java Components
First Section