Project Structure
BXM projects are created with a Gradle layout and have the following structure:
-
src/main/java: Contains resources such as java, dbio, and io files.
-
src/main/resources: Contains resources other than java, dbio, and io files.
-
src/gen/java: Contains resources generated from io files.
-
src/test/java: Contains test resources such as JUnit test cases.
-
src/test/resource: Contains other test resources.
-
META-INF: Descriptor files and batch resources for the BXM application are generated here.
-
build.gradle, gradle.properties, etc.: Files required for Gradle configuration.
|
Files with the dbio extension are managed together with interface (extension: java) files. By default, interface files are located in the same location as dbio files. If separate options are applied, they are generated under src/gen/java. |
