diff --git a/modules/ROOT/pages/overview-v3.adoc b/modules/ROOT/pages/overview-v3.adoc index 111f5ce..2d4136f 100644 --- a/modules/ROOT/pages/overview-v3.adoc +++ b/modules/ROOT/pages/overview-v3.adoc @@ -6,12 +6,24 @@ V3 is a complete reimplementation of Hawtio console UI with https://react.dev/[R image::hawtio-console.png[width=80%] +== Plugins + +:fn-artemis-plugin: footnote:[Artemis plugin is provided only with the Artemis broker management console. It is developed by the Artemis project.] + +One of Hawtio's defining features is its plugin architecture. In addition to the essential JMX functionality, the highly popular https://camel.apache.org/[Apache Camel] and https://activemq.apache.org/components/artemis/[Apache ActiveMQ Artemis] {fn-artemis-plugin} plugins are provided from the outset. + +If you don't find a plugin you want to use, you can easily extend the plugin yourself. + +See xref:plugins.adoc[] for more information on the available plugins and how you can develop your own plugin. + +== The projects + Hawtio v3 is composed of the following projects: * Hawtio React NPM package * Hawtio (Standalone) -== Hawtio React +=== Hawtio React Repository:: https://github.com/hawtio/hawtio-next @@ -19,7 +31,7 @@ This NPM project is the frontend UI part of the Hawtio console. It is implemente The xref:plugins.adoc[built-in plugins] are hosted in the project. -== Hawtio (Standalone) +=== Hawtio (Standalone) Repository:: https://github.com/hawtio/hawtio diff --git a/modules/ROOT/pages/plugins.adoc b/modules/ROOT/pages/plugins.adoc index 0883f61..e766930 100644 --- a/modules/ROOT/pages/plugins.adoc +++ b/modules/ROOT/pages/plugins.adoc @@ -51,6 +51,12 @@ a|Shows information about the Spring Boot application. Requirements:: Requires Spring Boot https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints[Health, Info, Loggers, and HTTP Exchanges endpoints] to be exposed to activate each corresponding tab in the plugin. |=== +== Known external plugins + +The following plugins are developed by external communities. + +Apache ActiveMQ Artemis plugin:: https://activemq.apache.org/components/artemis/[Apache ActiveMQ Artemis] ships with its own web management console, which is built on top of Hawtio with an external plugin that provides the dedicated view for Artemis brokers. You can navigate the acceptors and addresses through the console and operate on them. See https://activemq.apache.org/components/artemis/documentation/latest/management-console.html#management-console[Artemis User Manual - Management Console] for more information. + == Custom plugins You can also extend the Hawtio capabilities by developing a custom plugin.