This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JBoss/WildFly and the fly likes Adding custom operations to Admin console in jboss 7.1.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "Adding custom operations to Admin console in jboss 7.1.1" Watch "Adding custom operations to Admin console in jboss 7.1.1" New topic
Author

Adding custom operations to Admin console in jboss 7.1.1

Diva Garg
Greenhorn

Joined: Jun 07, 2012
Posts: 3
Hi,

I want to expose custom operations using jboss console. Like in jboss 4.2, we were using xmbeans to create our own interface & then invoke operations.
I found sample (https://docs.jboss.org/author/display/AS7/Example+subsystem) related to creating custom subsystem but that can be accessed using CLI only.However If its possible to expose the same set of operations and attributes in the web (admin) console?
If not, is there any plan for it?

Thanks for any help.

Best Regards,
Divya Garg
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8212
    
  71

Divya, welcome to JavaRanch!

It looks like you already got an answer to this here https://community.jboss.org/message/740399#740399

[My Blog] [JavaRanch Journal]
Diva Garg
Greenhorn

Joined: Jun 07, 2012
Posts: 3
Thanks Jaikiran
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Adding custom operations to Admin console in jboss 7.1.1
 
Similar Threads
JMX MBean
about jboss Console Administration
JSR 77 - starting & stopping application
Deploy EAR file in JBOSS
JBOSS 5.1 GA - How to start/stop application using command prompt