6.4 Java Object Data Source
A session EJB can be used as a Java Object data source.
A Java Object Data Source is useful when your data cannot be accessed via common standards such as JDBC, SOAP, XML, etc., or if you have a pre-existing JAVA API to which you wish to connect.
To create a Java Object data source you must create a Data Loader class. A Data Loader class can be based on the inetsoft.uql.object.DataLoader interface, the inetsoft.uql.object.DataLoader2 interface, or on introspection (by complying with JavaBean conventions). In some cases when using the DataLoader interface, an additional Data Helper class is also needed to describe the structure of the data being returned.
| << 6.3.2 Modifying Text Source Meta-Data | © 1996-2013 InetSoft Technology Corporation (v11.4) | 6.4.1 Selecting the Type of Data Loader >> |