I have a question: We have a custom board and also an application to upload programs to it. We want to have the same functionality in a ChiliPeppr Workspace but the application is written in Java.
Is it possible to execute Java code from a widget or do we have to port it to Javascript?
It is not possible to execute Java code in the browser. However, what does this Java code do? Could you run it on a server and let folks do Ajax calls to it from the browser? Or is this Java code talking direct to the board so folks would need to run it locally instead of Serial Port JSON Server?