Bundle

Solution with the main executable entry points for the product.

Each product must create its own bundle solution. It typically includes three elements:

  1. Customized electron app elements.

  2. Executable for Electron Adapter

  3. Executable for Command Line

These are commonly lightweight components that only include minimal customizations, instantiate the Product Kernel components and the CodeProcessor, and execute them.

Last updated