i am running a website that basically shows an html table.
the data in this table is calculated by java application that runs on my computer.
the application needs to be started, and the data uploaded to the website.
no problem.
BUT: what i need to do , is install the application on some sort of server and make some sort of timer, to tell the app to run at a specific time, calculate the values for the table, and then upload the calculated data (table) to the website
is that possible?
in short || Java app now running on PC -> make run on server automatically -> calculate data -> upload data to website ||
thank u for your consideration and brain-juice invested
:)