I created a console-based Java application and exposed key methods using Spring / JMX declarations. Using JConsole, I can call these methods, but ideally I would like to create a management-style web application to provide access to these methods based on the browser.
Thanks.
Ashwin
source share