From: Charles Oliver Nutter Date: 2007-09-23T19:00:56+09:00 Subject: Re: [ANN] Monkeybars 0.4 - GUI apps for Ruby David Koontz wrote: > Monkeybars 0.4 is out. http://monkeybars.rubyforge.org This is the > first real public release of the library but it is relatively stable. > Monkeybars is a library for building Swing applications via JRuby with > an emphasis on allowing you to use graphical editor and to keep your > code in an easily testable state. Wow, cool. At a glance it looks like "yet another Swing library" for JRuby, but you seem to have actually put in some MVC (or at least VC) smarts to allow offloading the component model to external tools. We'll probably include your approach in our JAOO talk, since it's a good view into "another way" to think about JRuby + Swing. - Charlie