Scripting for the Java Platform
Scripting for the Java Platform is a framework for embedding scripts into Java source code.
There is no requirement for a given Java Virtual Machine (JVM) to include any engines by default, but the Oracle JVM (Java 6 and later) includes a JavaScript engine, based on Rhino version 1.6R2 before Java 8, and Nashorn since Java 8.
Scripting for the Java Platform was developed under the Java Community Process as JSR 223. The final release of JSR 223 was released on December 11, 2006.
References
See also
Bibliography
- Bosanac, Dejan (August 19, 2007), Scripting in Java: Languages, Frameworks, and Patterns (1st ed.), Addison-Wesley Professional, p. 552, ISBN 978-0-321-32193-0
External links
- JSR 223: Scripting for the Java Platform Specification Request
- JavaWorld: Scripting on the Java platform
- Sun Developer Network: Scripting for the Java Platform (via archive.org)
- Dr Dobb's: JSR 223: Scripting for the Java Platform
- Oracle: Java Scripting Programmer's Guide
This article is issued from Wikipedia - version of the 9/9/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.