Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a3ff1cc40efbf25b

Jump to content

Scripting for the Java Platform

From Wikipedia, the free encyclopedia

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 JavaScript engine by default, but the Oracle JVM (Java 6 and later) included a JavaScript engine, based on Rhino version 1.6R2 before Java 8, and Nashorn since Java 8.

Nashorn was deprecated in Java 11 and was officially removed from the JDK in Java 15.

Scripting for the Java Platform was developed under the Java Community Process as JSR 223. The final release of JSR 223 happened on December 11, 2006. The specification, however, was withdrawn later on December 13, 2016 after a Maintenance Review Ballot,[1] where it was decided that the javax.script API would be included as an integral part of Java 9 and onward.

See also

[edit]

References

[edit]

Bibliography

[edit]
  • 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
[edit]