Java 6: Examples of implementing your own scripting language using javax.script?

I really can't find good examples for implementing my own scripting language using javax.script ...

I just need to start something.

  • Documentations
  • Examples
  • Study guides
  • Video
  • Slide Presentations (PDF)

Note 1: I'm really not talking about javascript;)
Note 2: I do not need examples of how to use existing implementations, I want to implement my own language .

Thanks.

+5
source share
4
+2

, ( script ): JSR 223

0

, : , javax.script, . Javacc ANTLR .

0
0

All Articles