Java test client for ADF Business Components

You can generate a Java test client to test the application module and associated data model. The step for generating a Java client is simple and straightforward.

To generate a Java test client class, perform the following steps:

  1. Right-click on the project and select New.
  2. In the New Gallery window, select Java under the General category node and then select Class on the right side of the panel. Enter the package and class name.
  3. In the generated Java class source, keep the cursor inside the body of the main (String[] args) method, type the characters bc4jclient, and press Ctrl + Enter. This will generate a basic skeleton to invoke the application module.
  4. Modify the amDef and config variables to reflect the ...

Get Oracle ADF Real World Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.