Extending : Preparing the environment for extension
  
Preparing the environment for extension
This section provides an introduction to how to prepare the environment for extending UNICOM® Digital Transformation Toolkit (UDTT™).
A typical UDTT extension extends UDTT runtime functions to meet specific project requirements. At the same time, it will also customize UDTT tool facilities to use the runtime extension effectively. So when developing UDTT extensions, technical developers are expected to create two projects potentially:
UDTT XUI web project
Includes extensions for runtime.
Plug-in project
Includes extensions for tool customization.
For more information on how to create an XUI web project and a plug-in project, refer to the following sections.
See
Setting up a plug-in project
Setting up an XUI web application project