Comm
Comm is a server-less and asynchronous event handling library that allows inter-communication between Java and JavaScript with an uniform API.
Comm Use Cases
-
Secure messaging between the JavaScript code and Java in general
-
Triggering UI changes from Java
-
Non-blocking and future-proof replacement for sync Browser functions
Using Comm in a plain Java Application
Since 1.7.0 you can use Comm in plain Java applications, to obtain a reference to the API use ICommService.findServiceReference()
.
API
Its usage and some simple use-cases are described in Java and JavaScript Communication.