My long-neglected Cheri project, among other things the successor to JRBuilder (the Groovy-SwingBuilder-like-thingy), is finally available as a gem. The release version is 0.0.2 -- this is very much a beta release, though the Cheri::Swing component is pretty solid.
The gem includes a demo application, Cheri::JRuby::Explorer (CJX for short), which lets you browse classes/modules, environment/configuration values, as well as anything floating around ObjectSpace if it's enabled. CJX was written using the Cheri::Swing and Cheri::Html builders; there is also a Cheri::Xml builder, as well as a builder-builder. The gem is available in the usual way: gem install cheri --no-ri (The --no-ri avoids an error that occurs when installing under JRuby. You won't miss it.) You can also download a zipped version at http://rubyforge.org/projects/cheri . See the project page at http://cheri.rubyforge.org/ for more information. There's minimal documentation there now; I'll get the rest up over the weekend. Once I get some sleep. Cheers, -Bill p.s. sorry for the cross-post, but not everyone subscribes to both lists. and no one subscribes to jruby-announce, if it's even still there...