On Wednesday 13 April 2005 09:30 am, Luke Galea wrote: > Wow, > RJB looks really nice! > > So: Trying to get a handle on use cases for JRuby versus RJB... > JRuby is for embedding ruby in java applications, RJB is for embedding java > in ruby applications? Or is there overlap between the two? > I"m not familiar with RJB, but JRuby can work "both ways". In fact, I use it exclusively for times when I need to call Java code from a Ruby application. David