Completed
Node.js: Creating JVM
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Native Script Engine: Integrating V8 JavaScript with Java - Jim Laskey
Automatically move to the next video in the Classroom when playback concludes
- 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