On this page
All pages
Page History
...
To add a new component to the Weka editor developers need to write an extension, which is about creating a new sub plugin of Weka located in directory "server/lib/editor/weka/extensions"
The class file must be located at the root of the directory "classes", and the class name must be "extension" to allow the Weka API to discover it.
...