Heiko Braun Software Engineer

JBoss AS7 Console 1.4.0: Improvements and bugfixes

We just released an updated version of the AS7 console. Besides several bug fixes and minor improvements this release also contains a number of notable changes that I would like to outline in this post.

Revamped deployments in domain mode

We’ve been getting a lot of requests for enhancement from the community. Hence we took some time to revisit the domain deployment use cases within the console.

They basically boil down to two approaches:

– Managing the contents in the repository
– Assigning deployments to server groups

While the former has been provided in a reasonable way, the later has been really awkward to use. With the new user interface you can now chose to approach deployments from either the content repository or a server group. In both cases you’ll find the ability to assign and remove deployments to and from server groups.

Atop of that we’ve added some filename filters that should greatly simplify working with a large set of deployments.

Configuration Browser

The configuration browser is the first all purpose tool we are throwing into the mix. It allows you to browse the actual model descriptions easily (learning purposes) and to inspect actual configuration values of node within the tree. We had this pending for quiet some time and it can be considered a first step towards something like an expert mode within the console (imagine forms being added). But we think it’s valuable on it’s own, hence we added it to 1.4.0.

 

Expression Resolver

We’ve had support for expression values as part of the model for quiet some time, but the ability to resolve the actual values has been missing so far. To complement expression support we’ve added a tool that allows you to resolve expressions from within the console.

It’s opened directly from attributes that carry expression values (i.e. “${tx.node:1}”) and will automatically resolve values on all servers (in case you are running domain mode).