Posts about JBossON and RHQ
-
Support for paging in the RHQ REST-api
May 23, 2013 8:05 AM, by Heiko Rupp
I have just pushed some changes to RHQ master that implement paging for (most) of the REST-endpoints that return collections of data. If you remember, I was asking the other day if there is a "standar... -
Support for paging in the RHQ REST-api (updated)
May 23, 2013 8:05 AM, by Heiko Rupp
I have just pushed some changes to RHQ master that implement paging for (most) of the REST-endpoints that return collections of data. If you remember, I was asking the other day if there is a "standar... -
Creating a delegating login module (for JBoss EAP 6.1 )
May 16, 2013 8:07 PM, by Heiko Rupp
[ If you only want to see code, just scroll down ] Motivation In RHQ we had a need for a security domain that can be used to secure the REST-api and its web-app via container managed security. In the ... -
Creating Https Connection Without javax.net.ssl.trustStore Property
May 9, 2013 2:38 AM, by John Mazz
Question: How can you use the simple <span style="font-family: "Courier New",Courier,monospace;">Java API call java.net.URL.openConnection() to obtain a secure HTTP connection without having to set or... -
RHQ 4.7 released
May 7, 2013 7:26 AM, by Heiko Rupp
RHQ 4.7 has been released and one of the two major features in this release are the new charts that finally have replaced the year old charts that we had since the start of RHQ project: The new charts... -
Building WildFly
Apr 25, 2013 9:57 AM, by Heiko Rupp
After Red Hat has renamed TASFKAJB to WildFly, the git repository has also been moved to https://github.com/wildfly/wildfly. Building WildFly is pretty similar to what it has been before Fork the Wild... -
Store your RHQ Agent Preferences in a File
Mar 21, 2013 9:37 PM, by Jay Shaughnessy
The RHQ Project stores its agent configuration using Java Preferences, which is a great way to store things in a platform-independent way without having to worry about it. But, sometimes it's nice t... -
Deleting RHQ Agent Made Easier
Mar 14, 2013 3:11 PM, by John Mazz
In the past, if you wanted to remove an RHQ Agent from your RHQ environment, the simple answer was "just uninventory the platform" which would, under the covers, also remove the agent record completel... -
Awesome new graphs in RHQ - based on d3.js
Mar 13, 2013 1:17 PM, by Heiko Rupp
Mike Thompson has yesterday presented the latest and greatest version of the new graphs for RHQ in a video on YouTube . Shortly after he has committed the results of his huge work into RHQ master bran... -
Sorry Miss Jackson -- or how I loved to do custom Json serialization in AS7 with RestEasy
Mar 7, 2013 3:53 PM, by Heiko Rupp
Who doesn't remember the awesome "Sorry Miss Jackson" video ? Actually that doesn't have to do anything with what I am talking here -- except that RestEasy inside JBossAS7 is internally using the Jack...