aesthetic fix
wip jruby java integration doc
Updated CallingJavaFromJRuby (markdown)
@enebo this entry would have saved me a lot of time.
@enebo corrected a small spelling error. I've read an re-read these page because I'm struggling to create a closure (for a java interface) that needs to cast the output as a java class, is that even possible?
Fix FAQs "Calling Into Java" link
note on proc-to-iface only working since 1.7.22/9.0.1.0
javafx is actually binded by JRuby
tune and add proc-to-iface arity matching sample
no need to mention availability since 1.4 :)
avoid dead JIRA link - explicit sample instead
formatting
improve include_package sample(s) and avoid dead link
javafx is now a top level java package
Add a note about closing converted streams
Creating a Java String array
More conversion examples