Red Hat Training

A Red Hat training course is available for Red Hat JBoss Operations Network

7. Server and Agent Plug-ins

Q: How can I extend JBoss ON?
Q: How can I write a plug-in for JBoss ON?
Q: What is the skeleton plug-in module?
Q:
How can I extend JBoss ON?
A:
New plug-ins can be written to support other external projects and custom applications.
Q:
How can I write a plug-in for JBoss ON?
A:
Writing both agent and server plug-ins is covered in the Plug-in Writing Guide in the JBoss ON documentation set.
Q:
What is the skeleton plug-in module?
A:
To start writing custom plug-ins, begin with the custom-plug-in maven module skeleton, a template available with the JBoss ON source code. This includes a maven pom with defined dependencies, a starter set of resource components and a minimal rhq-plug-in.xml plug-in descriptor.