3.4j2ee.service
3.4.1Properties
- Activated: true
- ID: com.netfective.bluage.bsp.j2ee.service
- Parent: BSP Service
- Child: N/A
3.4.2Child Property
- langageMapping: defines the file used to map the model types to the language types for the generated code (required).
- Java: file:/MODEL_PATH/../resources/mappings/JavaMappings.xml
- wrapperMapping: defines the file used to map the language primitive type names to language wrapper type names (required).
- Java: file:/MODEL_PATH/../resources/mappings/JavaWrapperMappings.xml
- headerMapping: defines the file with the header template for the generated services files.
- e.g.: file:/MODEL_PATH/../resources/mappings/HibernateMergeMappings.xml
- fwkPackage: defines the root package of the BLU AGE framework.
- Default value: com.netfective.bluage.core
- AUTHENTICATION_ENABLED: defines whether authentication is enabled or not.
- true (default value) or false
- AUTHORIZATION_ENABLED: defines whether authorization is enabled or not.
- true (default value) or false
- ACTION_AUTHORIZATION_ENABLED: defines whether action authorization is enabled or not.
- true or false (default value)
- applicationName: defines the name of the application.
- Default value: application
- useReport: defines whether reports are used or not.
- true or false (default value)
- reportDir: defines the reports directory.
- Default value:
- e.g.: /presentation/reports/
- securityFwk: defines the security framework used for generation.
- webTechno: defines the technology used for the web layer.
- repositoryStrategy: defines the repository strategy for the generated files.
- e.g: diskLocal (or diskExternal or urlGUVNOR)
- rulesURL: defines the rules location.