Главная
Study mode:
on
1
Intro
2
Overthinking A Title
3
Back Story
4
Nashorn Backlog
5
Let's Face It, V8 Rules
6
Proof Of Concept: JVMV8
7
Rough Notes on Performance
8
Example: Java Side
9
Example: JavaScript Side
10
Example: Beyond Nashorn
11
JVMV8 Components
12
V8 Objects In Java
13
Java Objects in V8
14
JavaScript Constructor Generator
15
V8 JNI primitives
16
jvmv8.boot
17
Garbage Collection Java Side
18
Garbage Collection V8 Side
19
Multi-threading API
20
Example: Multi-threading
21
Node.js: Creating JVM
22
Node.js: Using Java
23
Sustainable JavaScript for JVM
24
Experiments In Progress
Description:
Explore the integration of V8 JavaScript as a sister javax.script to Nashorn in this 47-minute Java conference talk. Delve into the challenges and solutions of implementing a high-performance JavaScript runtime in Java with a native JVM. Learn about native overhead, build issues, memory management, and API adaptation. Discover the JVMV8 proof of concept, performance considerations, and code examples for both Java and JavaScript sides. Examine V8 objects in Java, Java objects in V8, and the JavaScript constructor generator. Gain insights into garbage collection strategies, multi-threading API implementation, and Node.js integration with Java. Investigate sustainable JavaScript solutions for JVM and ongoing experiments in this comprehensive exploration of Native Script Engine and Go Panama.

Native Script Engine: Integrating V8 JavaScript with Java - Jim Laskey

Java
Add to list