在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:eclipsesource/J2V8开源软件地址:https://github.com/eclipsesource/J2V8开源编程语言:Java 77.3%开源软件介绍:J2V8J2V8 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. We developed J2V8 as a high performance engine for our multi-platform mobile toolkit tabris.js and it is a great choice for executing JavaScript on Android devices. Building J2V8Building J2V8 requires building both the native parts and the Java library (.jar/.aar file). To build the native parts we first build V8 as a monolithic library and then statically link J2V8 to that. The Java parts are built with maven/gradle. J2V8 uses a cross-platform, cross-compiling build-system written in Python. For any further build instructions & details please read BUILDING.md Tutorials
Articles
PresentationsOther ResourcesHere is a list of articles I've written on J2V8 http://eclipsesource.com/blogs/tag/j2v8/. Who is using J2V8?Here are some projects that use J2V8: LicenseThe code is published under the terms of the Eclipse Public License, version 1.0. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论