JMX beans Java console application web application

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

+4
source share
2 answers

JBoss has something like this built in , and Google search also offers jManage .

+1
source

jminix looks like a turnkey solution for my needs. Thanks everyone for the answer!

0
source

Source: https://habr.com/ru/post/1316192/


All Articles