The next version of the WildFly management console


Keywords
hal, wildfly, management, console, gwt, jboss-eap
License
Apache-2.0
Install
npm install hal-next@0.4.6

Documentation

Verify Codebase Maven Central project chat Chat on Gitter

HAL is the project name for the WildFly and JBoss EAP management console. It's part of every WildFly and JBoss EAP installation. To get started simply fire up your browser and open http://localhost:9990.

In addition, you can start HAL in standalone mode and connect to arbitrary WildFly and JBoss EAP instances. Native binaries are available for Linux, macOS and Windows. Container images are available at https://quay.io/repository/halconsole/hal and the latest HAL version is hosted at https://hal.github.io/console/.

Technical Stack

HAL is a client side RIA without any server side dependencies. It is a GWT application - which means it's written almost completely in Java. GWT is used to transpile the Java code into a bunch of JavaScript, HTML and CSS files.

In a nutshell the console uses the following technical stack:

Build

To start from scratch, use the following commands to clone and build HAL:

git clone git@github.com:hal/console.git
cd console
./mvnw verify

For more information on how to build, debug and run the console, take a look at the HAL community site at https://hal.github.io.

Issue Tracking

Bugs and features are tracked within the HAL Jira project at https://issues.jboss.org/browse/HAL

Contributing

This is an open source project. That means that everybody can contribute. It's not hard to get started. So start contributing today!

Branches

All recent development happens in the branch main. There are additional branches mainly used for maintenance:

Branch Description
main Main branch used for development
3.6.x Branch used for WildFly 27.x - 31.x and EAP 8.0.x
3.3.x Branch used for WildFly 23.x - 26.x and EAP 7.4.x
3.2.x Branch used for WildFly 17.x - 22.x and EAP 7.3.x
3.1.x Branch used for WildFly 16.x and EAP 7.2.x
3.0.x Branch used for WildFly 13.x - 15.x and EAP 7.2.x

See branches for all details.

Licenses

This project uses the following licenses: