The REM Plugin SDK is a framework for developing custom plugins for REM. It provides a template for creating new plugins, templates for generating new management panels and monitoring extensions, and also some documented examples with provided code.
Developing REM plugins requires a working knowledge of Google Web Toolkit (GWT). |
The REM Plugin SDK does not include the GWT SDK. You must download GWT 2.7.0 (direct link), extract it, then run script copy-gwt-libraries.sh
from the REM Plugin SDK package.
Topics
create new REM plugins from the provided prototype |
|
generate management panels for a REM plugin from provided templates |
|
generate monitoring extensions for a REM plugin from provided templates |
|
run your plugin in GWT developer mode |
|
build and package your REM plugin for distribution |
|
install your plugin into REM |
|
advanced development topics for REM SDK |
Other documentation for the Rhino Element Manager, including the changelog, links to downloads, and the API documentation can be found on the REM product page.
The REM Plugin SDK is distributed as a separate package:rhino-element-manager-sdk-<version>.zip
|