diff --git a/examples/Interoperability/README.md b/examples/Interoperability/README.md new file mode 100644 index 0000000..8d63619 --- /dev/null +++ b/examples/Interoperability/README.md @@ -0,0 +1,5 @@ +# CheerpJ example: Interoperability Tutorial + +This example demonstrates how to enable Java and JavaScript communication using CheerpJ. With CheerpJ, a Java application can integrate with JavaScript in a browser environment, enabling seamless interaction between Java and JavaScript code. + +# Find the step-by-step on our [documentation website](https://cheerpj.com/docs/tutorials/interoperability-tutorial). \ No newline at end of file diff --git a/examples/Interoperability/example.jar b/examples/Interoperability/example.jar new file mode 100644 index 0000000..61c72b3 Binary files /dev/null and b/examples/Interoperability/example.jar differ diff --git a/examples/Interoperability/index.html b/examples/Interoperability/index.html new file mode 100644 index 0000000..4371dc0 --- /dev/null +++ b/examples/Interoperability/index.html @@ -0,0 +1,63 @@ + + + + + + CheerpJ test + + + + +

CheerpJ Java Interoperability Tutorial

+ + +
JavaScript received:
+
+ + + + + \ No newline at end of file