RHQ Project Blog from January, 2010

  2010/01/04
Byteman Plugin Revisited
Last Changed by John Mazzitelli, Jan 04, 2010 02:36

I decided to revisit that Byteman prototype from a few months ago and build it out further.

With this RHQ-Byteman integration, you can now do remote byte-code injection into any Java virtual machine.

The uses for this kind of thing are boundless - from tracing how long it takes for a Java method to execute to testing an application's fault tolerance by forcing test exceptions to be thrown.

Read more...

Posted at 04 Jan @ 2:33 AM by John Mazzitelli | 0 Comments
  2010/01/18
Autocomplete and the RHQ CLI
Last Changed by Greg Hinkle, Jan 18, 2010 08:32

Autocomplete is a feature that I can not live without. It must be the curse of using better and better IDEs and phones. Not that I'm too lazy to type out the rest of a command, but something drives me nuts about the inefficiency of having to do it when I could use that time to do something more useful. So when it came time to write the command line interface for RHQ last year I knew it was a feature we had to get in there somehow.

Read More...

Posted at 18 Jan @ 8:30 AM by Greg Hinkle | 0 Comments