Is it possible to call from a web application running on a server, another application on the machine client, in a way that the application on the machine client will receive some informations that it will use to run a calcul, that once is done, it will return the result to the server?
The application runing on the server is a JAVA/JEE app based on Spring, and on the client is a java application
Any help would be appreciated