Add-Ins and APIs
DW Architect and DW Batch Manager both expose a set of APIs (Application Programming Interfaces) that let developers extend the functionality of the applications.
- Custom Meta Data - DW Architect allows users to add their own custom meta data through customs tags.
- Custom Generation Templates - Don’t like the code the application generates out of the box? Create your own XSLT templates to generate code that suits your target environment.
- Custom Generation Engine Provider API - Create your own generation engine to generate code using a different method (other than XSLT).
- Custom Deployment Provider API - Create custom deployment providers to deploy your custom code to a different server platform.
- Custom Batch Task Execution Provider API - Create a custom batch task execution provider to all DW Batch Manager to execute your custom code on a different server platform.
