The integration of V8 into Java is achieved via the . V8 is a C++ based engine; therefore, a bridge layer is required to translate Java objects into C++ structures that V8 can manipulate, and vice versa.
public class JsFilterServer private final V8Runtime v8Runtime; private final String jsFilterCode; Java Addon V8