Creating of application packages
Glossary Item Box
Any Marketplace application is a specific set of packages, that are used to modify the configuration.
A Creatio package is a collection of configuration elements that implements particular block of functionality.
Learn more about configuration elements in a package and their structure in the ”Packages, schemas, modules” and “Package structure and contents” development guide articles.
Package dependencies, package hierarchy and main system packages are described in the "Package dependencies. Basic application packages” article.
When a customer develops new functionality and, therefore, creates new packages they have to use a revision control system (SVN). More information about creation of new packages, adding, installing and updating packages in SVN and exporting packages for transfer to other Creatio applications can be found in following articles:
- “Creating and installing a package for development”
- “Committing a package to repository”
- “Installing packages from repository”
- “Updating package from repository”
- “Exporting packages from the application interface”
- “Creating a package in the file system development mode”
Schemas are the main content of the packages. More information about adding schema to the package depending on its type can be found in following articles: