com.metaboss.sdlctools.services.codegeneration |
This package contains MetaBoss code generation service module interfaces.
Typical code generation service is used to create programming language code,
database or build script based on information in metamodel.
|
Java Source File Name | Type | Comment |
BSAdapterGenerator.java | Interface | This interface offers operations dealing with code generation of the servicemodule
adapters layer. |
BSApplicationGenerator.java | Interface | This interface offers operations dealing with application generation. |
BSCoreCodeGenerator.java | Interface | This interface offers operations dealing with core code generation of the core.
System core includes :
- Storage layer interfaces for all domains
- Business Object layer interfaces for all domains
- Business Services layer interfaces for all servicemodules
- DataTyes and Structures code for all Servicemodules and DataDictionaries
- Concrete Business Object layer implementation for all domains.
|
BSDomainSupportServicesImplementationGenerator.java | Interface | This interface offers operations dealing with code generation of the implementation of the
domain support services. |
BSEventSubscriptionDistributionGenerator.java | Interface | This interface offers operations dealing with code generation of the event susbscription layer
distribution layer. |
BSGenericGenerator.java | Interface | This interface offers the facility to generate any artefact from the model.
It expects to be given an xml definition of what has to be generated. |
BSServiceDistributionGenerator.java | Interface | This interface offers operations dealing with code generation of the servicemodule
distribution layer. |
BSServiceImplementationGenerator.java | Interface | This interface offers operations dealing with code generation of the service
implementation layer. |
BSServiceProxyGenerator.java | Interface | This interface offers operations dealing with code generation of the service
proxies layer. |
BSStorageDistributionGenerator.java | Interface | |
BSStorageImplementationGenerator.java | Interface | This interface offers operations dealing with code generation of the storage layer
implementation. |
CodeGenerationStylesheetAccessor.java | Class | Accessor class. |
CommonUtil.java | Class | |
CopyrightUtils.java | Class | |