When you run this sample, you will see a JdbTable displaying data from the Customer table of the JDataStore employee.jds sample database (in the samples/JDataStore/datastores subdirectory beneath your JBuilder installation directory), a JList which displays resolver events, and a JdbNavToolBar for navigating, refreshing, and saving changes to the table. A resolver event listener monitors events fired by the default QueryResolver when you press the Save button on the toolbar to save your changes back to the database. The resolver event listener enforces the following behavior:
For more information on resolver events, see "Customizing the default resolver logic" in Developing Database Applications.
This tutorial requires that you have a version of JBuilder that includes the JBuilder DataExpress database architecture components.
Note: All versions of JBuilder provide direct access to SQL data through the JavaSoft JDBC API. Some versions of JBuilder provide additional DataExpress components (on the Data Express tab of the Component Palette) that greatly simplify RAD visual development of database applications. Refer to the JBuilder product page from the borland.com Web site for availability of features in each JBuilder version.