Version 8.3.3
 —  Special Development Topics  —

Application Designer Subsession - Application Designer Adapter Objects

Each of the activities listed in the previous section Application Designer Session - Application Designer Subsessions is represented by a subsession on the server side. Each subsession itself is holding the adapters for the activity.

Adapter objects

In the diagram above, the activity "Address Management" is shown in detail. It consists of several pages between which the user navigates. Each page belongs to one adapter of a certain class. The adapter instances are managed inside the subsession.

The general rules for administering adapter instances are:

Basically, there are two types of sessions:

Inside a subsession, the adapter instances are created. All navigation is done between pages that belong to the same subsession. See also Working with Page Navigation.

Top of page