+ All Categories
Home > Software > Nashorn

Nashorn

Date post: 08-May-2015
Category:
Upload: everett-toews
View: 749 times
Download: 2 times
Share this document with a friend
Description:
An overview of the Nashorn JavaScript engine in Java 8.
32
Nashorn in Java 8 Everett Toews Developer Advocate @everett_toews AustinJUG April 22, 2014 @ 7:00 pm
Transcript
Page 1: Nashorn

Nashorn in Java 8

Everett Toews

Developer Advocate

@everett_toews

AustinJUGApril 22, 2014 @ 7:00 pm

Page 2: Nashorn

What Is It?

Page 3: Nashorn

Nashorn

Embedded

JavaScript

Engine

Page 4: Nashorn

Nashorn

JavaScript 5.1

Page 5: Nashorn

Nashorn

JavaScript

to

Java Bytecode

Page 6: Nashorn
Page 7: Nashorn

Nashorn

2 x to 10x

Performance

Improvement

Page 8: Nashorn

Nashorn

JSR 292

“InvokeDynamic”

Page 9: Nashorn

Nashorn

Efficient method

invocation without

type information

Page 10: Nashorn

Nashorn

YADLOTJVM

Page 11: Nashorn

What Does It Compare To?

Page 12: Nashorn

Nashorn

V8

Page 13: Nashorn

Nashorn

Google Chrome

Node.js

Page 14: Nashorn
Page 15: Nashorn

What Can I Do With It?

Page 16: Nashorn

Nashorn

Shell Scripts

Page 17: Nashorn

Nashorn

Command-line

Tool

Page 18: Nashorn

Nashorn

Embedded

Interpreter

Page 19: Nashorn

Nashorn

Anything

Node.js Can Do?

Page 20: Nashorn

Nashorn

Avatar.js

Page 21: Nashorn

Nashorn

Node.js apps using

Java libraries

Page 22: Nashorn

Nashorn

Using legacy Java

code from Node.js

Page 23: Nashorn

How Do I Use It?

Page 24: Nashorn

Nashorn

export JAVA_HOME=

`/usr/libexec/java_home -v 1.8`

Page 25: Nashorn

Nashorn

export PATH=

$JAVA_HOME/bin:$PATH

Page 26: Nashorn

Nashorn

Interpreted

Page 27: Nashorn

Nashorn

Script

CLI

Page 28: Nashorn

Nashorn

Java

Page 29: Nashorn

Nashorn

Java Interop

Page 30: Nashorn

Where Did You Get This Information?

Page 31: Nashorn

Nashorn

infoq.com/articles/nashorn

Page 32: Nashorn

Thank You

developer.rackspace.com

Everett Toews

Developer Advocate

@everett_toews


Recommended