I have a situation where i need to send commands to a running java application, now i am using tcp/ip socket to send commands to the application using a internet explorer co
You can use Java Management Extentions (JMX) to expose methods in a running process through a simple web interface.