...
Component | Description |
Data sources | Java objects that serve data to the user interface. Data sources define access points into query capable data stores. See Data Sources for more information on accessing and creating data sources. |
Formatters | A scriptable means of formatting the data for display. Formatters define data manipulation and transformation steps used to modify data for presentation purposes. See Formatters for more information on accessing and creating formatters. |
Bindings | Declarative XML markup for associating user interface components with the data sources. A binding defines a query to be made to a data source to retrieve a data object. See Binding and Iterator Tags for more information on declaring a binding. |
Iterator | Allows iterative binding of user interface objects to display complex items such as listboxs and tables. In addition, you can nest iterators to build even more complex user interface elements such as trees and tree tables. See Binding and Iterator Tags for more information on using iterators. |
...
See the API documentation for the DataService interface and the Data Service - bind syntax section of this documentation for more information.