Version 8.3.3
 —  Special Development Topics  —

Binding between Page and Adapter

One of the basic concepts of the Application Designer environment is to provide a simple mechanism for transferring data between the page which runs inside the browser and the adapter object which runs inside Application Designer. The page renders content, while the adapter provides content.

Between the page and the adapter, there is a binding which is defined during development time:

At runtime, this binding definition is used inside Application Designer for accessing the adapter objects to pull and push data.

The information provided in this part is organized under the following headings:

../graphics/gr_b_sm.png Phases of Adapter Processing
../graphics/gr_b_sm.png Class Binding
../graphics/gr_b_sm.png Types of Property Binding
../graphics/gr_b_sm.png Java Bean Property Binding
../graphics/gr_b_sm.png Dynamic Access Property Binding
../graphics/gr_b_sm.png XML Property Binding
../graphics/gr_b_sm.png Getting Information about Access Paths
../graphics/gr_b_sm.png Exception Management Inside an Adapter Object
../graphics/gr_b_sm.png Additional Interfaces

Top of page