From a random search I stumbled across this walk through example of how to create a new custom node:
http://www.knime.org/developer/example
I've searched through the top level developer pages and can't find a link to it. This would be extremely useful to have;
I'll also contact KNIME directly but I thought it might be useful to have the link here so others can have it immediately.
Dave
Yes thank you - but that is
Yes thank you - but that is an entirely different section from the example section. The example is a walkthrough of how to build the code for the new node. The New Node Wizard section (under Documentation) is a reference section (also very helpful!). The walkthrough, for me at least, helps me to understand the connections between the class much better.
Hi Dave, The KNIME shipped
Hi Dave,
The KNIME shipped with so called "New Node Wizard" that allows the creation of new nodes very easily; for details see the New Node Wizard section within the developer documentation.
Best, Thomas