2c8 Extension Framework
The Extension Framework is an extension mechanism to create your own plugins to 2c8 Modeling tool. It can be used to create any kind of application or to extend existing functionality of 2c8 Modeling Tool.
The following link describes how to create a plugin. To read more about the architecture and the technologies used by Modeling Tool to enable plugins, look at the section about architecture.
Migrating a plugin to a new 2c8 Modeling Tool version
Check the package import instructions in your pom.xml. Compare the package versions to the newly released package versions available here and make sure the versions are in the correct range.
Install new version of dependencies available here in Maven, and refer to the correct version in your pom.xml.
If compilation fails, check the JavaDoc for the relevant packages to see if something have changed. If you have questions about changes between versions that might affect your plugin please contact per-erik@2c8.com.