Chapter 10. Object DataSource

Table of Contents

Overview
The Classpath
Object DataSource Wizard
Guided JavaScript Builder
Manual Creation
Object DataSource API
PushContext
DataListener
DataGroup
DataRecord
Working with Object DataSources
Working with JAVA Files
Working with JSON Files

Overview

The Object DataSource allows data to be extracted at runtime from Java objects and Enterprise Java Beans. If your Java classes comply with standard bean accessor patterns (e.g. getXXX and isYYY), the values can be easily extracted. JavaScript is used to coordinate the data access so that it can be maintained within the interactive Elixir Data Designer environment and doesn't need a separate compile cycle.