I am designing a Java applet based application that has to interact with "KNIME".I want to take a file as input in the applet and send that to "KNIME" file reader.I want to generate a histogram from JFreeChart and and writing the output into a JPEG file through image port writer node.I want the image file output to be displayed in the applet.
May i know how i could connect my application with knime(which is already running) for reading input data and execution of workflow.Are there any nodes that could help me in this work.