Developer zone

This section contains documentation for developers who want to extend Alveole Studio MVC Web Project.

Introduction

Alveole Studio MVC Web Project plugin is an extensible eclipse plugin. It contains several extension points and it is open-source.

Currently, Alveole Studio is not mature enough to guarantee that extension points and API will remain as is in future versions - so if you decide to extend it, keep in mind that future versions may contain changes. These changes should be minor, but we cannot be sure of this for now.

In this documentation, we did our best to document all of the extension points, and all of the API that may be used - but there may be some lack of information on some points, and you may need to read code to understand some features of this plugin.