I developed a desktop app(client) that collects some data. It works even in the absence of internet connection.
I would like to create a windows service probably in java also, that everytime an internet connection is established, takes data from the apps database and sends it to some remote server.
I have been searching the internet for so long on how and what to use to create a windows service in java, and what i got is
Java Service Wrapper
People around the internet seem to use it, but for me i havent been able to find a proper docs to illustrate on how i can create a service.
Could anyone help with anything that will enable me to create a windows service or anything like that.