Skip to content

Plugins development

Andres edited this page Jan 11, 2014 · 35 revisions

The DomeoClient can be extended by developing new plugins. Here are some instructions on how the Plugins can be created, integrated and enabled/disabled.

Plugin in 3 steps

In order to create a Domeo GWT plugin it is necessary to perform three steps.

  1. Plugin linkage: in order to link GWT modules it is necessary to link them in the Domeo.gwt.xml file.
  2. Plugin creation: this is the actual coding part where you can create the components you need in terms of model and user interface
  3. Plugin registration: as GWT does not support dynamic loading of components natively, it is then necessary to load the register programmatically in the Domeo.java file.

In order to facilitate the plugin creation process we make a plugin starter tool available.

Examples of existing plugins

  1. Post It Plugin Development
  2. [expertstudy_pDDI Development](expertstudy_pDDI Development)