I am developing a Spring MVC project with Java EE, and one of the requirements is the ability for a user to select a radio button and run a specific script remotely.
Right now I made a simple VBscript and put it on our remote development server. How can I execute this script?