I am writing an application for a manager to track the progress of a factory that uses machines. Can I create a Swing interface that is updated from the SQL database and constantly shows who is logged on to each computer, the status of each machine, and how many things are in the queue of each machine? All information about the machine is in the database.
In short, how can I update the view every second so that it reflects the state of the factory floor in real time?
source
share