- Specification
- JSR 223: Scripting for the Java Platform http://www.jcp.org/en/jsr/detail?id=223
- Reference Implementation
- scripting project home https://scripting.dev.java.net/
- Documents @ sun.com
- Scripting for the Java Platform http://java.sun.com/developer/technicalArticles/J2SE
/Desktop/scripting/ - Scripting for the Java Platform (presentation at JavaOne 2006) http://gceclub.sun.com.cn/java
_one_online/2006/TS-1382/TS -1382.pdf - Java Scripting Programmer's Guide http://java.sun.com/javase/6
/docs/technotes/guides/scripting/programmer_guide/index.html
- Documents in other sites
- Scripting on the Java platform http://www.javaworld.com
/javaworld/jw-11-2007/jw-11 -jsr223.html - Invoke dynamic languages dynamically, Part 1: Introducing the Java scripting API http://www.ibm.com/developerwo
rks/java/library/j-javascripti ng1/ - Invoke dynamic languages dynamically, Part 2: Find, execute, and change scripts at run time http://www.ibm.com/developerwo
rks/java/library/j-javascripti ng2/ - Scripting Support in Mustang http://www.ociweb.com/jnb/jnbFeb2006.html
- JRuby http://www.ociweb.com/jnb/jnbApr2007.html
- Embedding DSLs in Java using JRuby http://www.ociweb.com/jnb/jnbJan2007.html
- Blogs
- A. Sundararajan's Weblog http://blogs.sun.com/sundararajan/
- My blog http://yokolet.blogspot.com/search/label/tips%20for%20JRuby%20engine
2 comments:
Hi,
Just found your great blog (via jruby-users mailing list), and I must say, the info about Java-JRuby integration here is very useful.
I've seen folks over JRuby IRC channel raising similar questions, and now I know where to point them to :)
Thanks!
My pleasure!
Most of these links are http://wiki.jruby.org/wiki/Walkthroughs_and_Tutorials#JSR_223_scripting, , too. I'll update the wiki page if I find some other aritcles or blogs.
Post a Comment