J2V8 is a set of Java bindings for V8. J2V8 focuses on performance and tight integration with V8. It also takes a 'primitive first' approach, meaning that if a value can be accessed as a primitive, then it should be. This forces a more static type system between the JS and Java code, but it also improves the performance since intermediate Objects are not created.
- Getting Started With J2V8
- Registering Java Callbacks with J2V8
- Implementing WebWorkers with J2V8
- Multithreaded JavaScript with J2V8
- Using J2V8 with Heroku
- Shipping J2V8 as an AAR
- Announcing J2V8 3.0
- J2V8 2.2 New and Noteworthy
- Announcing J2V8 2.0
- Highly Efficient Java & JavaScript Integration
Here is a list of articles I've written on J2V8 http://eclipsesource.com/blogs/tag/j2v8/.
Here are some projects that use J2V8:
The code is published under the terms of the Eclipse Public License, version 1.0.