I would like to create a Java APP that could register instances of a service and start/stop them. I don't want a GUI to be launched with the service, but a manager that can run separately to it and interact with the status of the server
Any pointers at where to start?