RHQ Project Blog from April, 2010

  2010/04/07
New RHQ User Interface
Last Changed by Greg Hinkle, Apr 07, 2010 13:05

For the next version of RHQ we have been prototyping with the GWT UI technologies that I hope will improve the capability and usability of the RHQ project. The development is still in early stages and we're planning to roll out the new UI technology over the course of several releases along with the other major feature development.

Read More and see a screencast...

Posted at 07 Apr @ 1:03 PM by Greg Hinkle | 0 Comments
  2010/04/13
Exposing domain objects to GWT
Last Changed by Greg Hinkle, Apr 13, 2010 12:54

To continue the discussion on our use of GWT for RHQ I wanted to explain our success in directly utilizing the domain objects of RHQ in our client side code. With GWT allowing us to write our UI view code directly in Java there's even more advantage in direct access than with some of our other client technologies. We were able to reasonably easily get our domain module to GWT compile making it possible to use these objects in the generated client-side JavaScript and to serialize them between the tiers. A little bit of maven setup and we're of developing code that will run in the browser that is as direct and rich as swing development.

[Read More... ]

Posted at 13 Apr @ 12:53 PM by Greg Hinkle | 0 Comments
  2010/04/27
Nagios support coming to RHQ...
Last Changed by Heiko W. Rupp, Apr 27, 2010 02:36

Alexander Kiefer started working on supporting the Nagios monitoring system from within RHQ. The idea here is not to plugin the Nagios plugins directly into RHQ, but [Read more... ]

Posted at 27 Apr @ 2:35 AM by Heiko W. Rupp | 0 Comments