Developer’s Guide

Table Of Contents
9-12 Developer’s Guide
7. Click OK to close the Properties dialog box.
Create the data module
1. In JBuilder, choose File menu > New.
2. In the New dialog box, select the Data Module icon and click OK.
3. In the New Data Module dialog box, make sure that inventory is in
the Package text box and that the checkbox for Invoke Data Modeler
is selected.
4. Click OK to open the Data Modeler.
Design the data module
1. In the Data Modeler, choose Database menu > Add Connection URL.
2. In the Driver text box, type com.fmi.jdbc.JdbcDriver.
3. In the URL text box, type jdbc:fmpro:http://localhost/
properties?escape=.%20.
Because JBuilder’s Application Generator doesn’t allow for periods
in table names or spaces in column names for certain operations, you
need to add escape properties for them in the subname of the URL.
4. Click OK to close the Add Connection URL dialog box.
5. In the Data Modeler, click the + symbol to expand the URL node
that you added.