Jump to content

Scripting for the Java Platform: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Idarwin (talk | contribs)
Remove unsupported and incorrect assertion, which was even contradicted by the following sentence. Target is any JVM platform, not just EE, so it does not need to be stated.
Ungzd (talk | contribs)
marked as stub
Line 1: Line 1:
{{prog-lang-stub}}

'''Scripting for the Java Platform''' is a framework for embedding [[scripting language|scripts]] into [[Java (programming language)|Java]] [[source code]]. There is no requirement for a given JVM to include any engines by default, but the Oracle JVM (Java 6 and later) includes a [[JavaScript engine]] based on [[Rhino (JavaScript engine)|Rhino JavaScript for Java]] version 1.6R2. 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.
'''Scripting for the Java Platform''' is a framework for embedding [[scripting language|scripts]] into [[Java (programming language)|Java]] [[source code]]. There is no requirement for a given JVM to include any engines by default, but the Oracle JVM (Java 6 and later) includes a [[JavaScript engine]] based on [[Rhino (JavaScript engine)|Rhino JavaScript for Java]] version 1.6R2. 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.



Revision as of 14:35, 26 March 2014

Scripting for the Java Platform is a framework for embedding scripts into Java source code. There is no requirement for a given JVM to include any engines by default, but the Oracle JVM (Java 6 and later) includes a JavaScript engine based on Rhino JavaScript for Java version 1.6R2. 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