Virtual apps

Contents

XP XP 7.11.0 7.11.0

This feature is experimental and still under development. It is available for users to test and provide feedback.

Virtual applications lets you create schemas and descriptors without coding. You may even add or override schemas in standard application.

Virtual application schemas and descriptors data are stored in the XP storage, using the system.app repository. Use lib-app to manipulate virtual applications.

Structure

Node structure of a virtual application follows file structure inside the site folder of a bundled application:

virtual-app/
    site/
      content-types/
      layouts/
      mixins/
      pages/
      parts/
      x-data/
      site.xml
      styles.xml

Use lib-schema to manipulate schemas and descriptors of virtual apps.

Application Mode

Support for Virtual apps must be enabled via XP’s application config.


Contents

Contents