jeudi 21 novembre 2019

Recommended approach for java remote gui implementation

I have an application that analyzes video streams across multiple threads.

enter image description here

What would be the best approach getting the information to a gui? Every Task is analyzing a separate video stream. I would like to visualize the work of threads.

I see two ways of dealing with the problem:

  1. Remote Swing or JavaFX application
  2. Web application

What do I need to implement to realize the visualization?

Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire