[12:21]<rjb> rhino is actually pretty cool in some maybe unexpected ways [12:21]<rjb> right now i've got an embedded rdbms running in my rhino shell, hooked up through jdbc [12:22]<rjb> plus, i threw a jar of graphing classes in my classpath [12:23]<rjb> and went off to happily produce plots in swing windows from the data in the db [12:23]<rjb> all from the rhino command line [12:30]<rjb> one thing i noticed is, you often don't even need to run through the hoops of new java.lang.reflect.blablah to feed data from javascript to methods of java classes [12:31]<rjb> rhino's java adapter is pretty clever in matching signatures of java methods to call arguments coming from javascript