Skip to content

Training for KNIME Javascript components through the extension org.knime.js.core.javascriptComponents

License

Notifications You must be signed in to change notification settings

miguelalba/javascriptComponents-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascriptComponents-training

This workshop is intended for KNIME developers who would like to learn how to write native JS nodes instead of writing interfaces on the Generic JS View which is more like a Jupyter notebook. These nodes can be written as an extension of org.knime.js.core.javascriptComponents. While this takes a slightly deeper knowledge of KNIME it brings many advantages:

  • A big number of ready to be used JS libraries are available already and more are added in each KNIME version.
  • The scripts are pure JS and do not contain any KNIME pseudo code for flow variables.
  • Scripts can be edited with a fully fledged editor and catch errors before runtime with a linter, etc.

During this workshop you will create and deploy a JS node with a simple form asking for first and last names.

Requirements

It is advised to bring all the applications needed for development already installed before the workshop.

How to install the requirements

Part 1 - Backend

Part 1 will cover briefly KNIME development with Eclipse and more importantly the backend and project structure.

Part 1 - Backend

Part 2 - Frontend

Part 2 will cover the JS and CSS frontend and how they are configured and connected to the backend.

Part 2 - Frontend

About

Training for KNIME Javascript components through the extension org.knime.js.core.javascriptComponents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages