We have a Java application which is roughly composed of a interfaceless service and a web application.
As the number of installed instances of our app grows, we feel the urgent need to manage what version is installed on which client and, if possible somehow, automate the update process, specially bug fix updates.
Anyone have suggestions on tools or frameworks or even best practices articles that might help us with this?
I know it's a challenging problem, and I barely believe there will be something that is a magical answer.
Thanks a lot in advance.
Jonathas