Is Pentaho Data Integration aka Kettle suitable for Flow-Based Programming FBP?
Kettle is an ETL(Extraction, Transformation and Loading) Tool and is based on FBP concepts
There is User Defined Java Class step and has a SDK so you can extend Kettle and you can integrate Kettle with Java Web Apps.
Is possible to build a web application using only Kettle with custom plugin?
Worth it write a custom plugin for web apps?
Which are the missing steps in Kettle for web development?
I should go for noflojs and leave Java?
JavaFBP is a java implementation of FBP. I can use JavaFBP to build a component that for example reads an Excel file. But this component already exist in Kettle!
My purpose is do some research and build a prototype not a real application.