Generated Files
Default File Locations¶
- src/main/java for Java source code
You can change the default directories by setting generator options.
Files for EJB Classes¶
Modeling | File Naming | Description |
---|---|---|
layout [name] | [Name]Ejb.java | This EJB class has one method load(...) that has the purpose to create an instance of a DTO class that corresponds to the modeled layout. |
You find all EJB classes that are related to a layout in the package
[namespace of layout].ejb
.
Files for Test-Support¶
There is no test support generated for these EJB classes.