Reputation: 7736
I have built a Java console-based application and exposed key methods via Spring/JMX declarations. Using JConsole, I can invoke these methods but more ideally, I would like to build a management-style web application to provide browser-based access to these methods.
Thanks.
Ashwin
Upvotes: 4
Views: 1411
Reputation: 7736
jminix looks like an off-shelf solution for my needs. Thanks everyone for responding!
Upvotes: 0
Reputation: 4786
JBoss has something like this built-in, and a Google search also suggests jManage.
Upvotes: 1