You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/cheerpj-3-deep-dive.mdx
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,18 @@ import { DISCORD_URL } from "@/consts.ts";
37
37
38
38
CheerpJ was originally released in 2017, quickly becoming Leaning Technologies' most widely known and successful product. In the last six years, we collected a vast amount of feedback from users that led us to perform a full rewrite of CheerpJ, which [we announced in May](/blog/announcing-cheerpj-3).
39
39
40
-
CheerpJ 3.0 introduces a completely new JIT-based architecture which makes the tool faster, more usable and much more powerful. [CheerpJ 3.0 was released in January 2024](/blog/cheerpj-3.0), with support for Java 8. Thanks to its new runtime architecture, subsequent releases of CheerpJ will expand its support to more recent LTS releases of Java, starting from Java 11.
40
+
CheerpJ 3.0 (old version) introduces a completely new JIT-based architecture which makes the tool faster, more usable and much more powerful. [CheerpJ 3.0 was released in January 2024](/blog/cheerpj-3.0), with support for Java 8. Thanks to its new runtime architecture, subsequent releases of CheerpJ will expand its support to more recent LTS releases of Java, starting from Java 11.
CheerpJ 3.0, **a state-of-the-art WebAssembly JVM that runs in the browser**, is
19
+
CheerpJ 3.0 (old version) , **a state-of-the-art WebAssembly JVM that runs in the browser**, is
20
20
now available! In this post, we'll give an
21
21
overview of what CheerpJ is, what this new major release brings, and share an
22
22
exciting demo we've been working on.
@@ -37,14 +37,21 @@ exciting demo we've been working on.
37
37
/>
38
38
</div>
39
39
40
-
CheerpJ 3.0 replaces CheerpJ 2.3 as our long-term supported version. Existing users can upgrade by following [the migration guide](/cheerpj3/migrating-from-cheerpj2).
41
-
42
-
---
43
-
44
-
CheerpJ 3.0 is a **full re-write** of CheerpJ that draws from the lessons learned from 7 years of enterprise and community use of the tool, as well as from several of our other WebAssembly-based projects, particularly [CheerpX](/cheerpx), an x86-to-WebAssembly virtualization solution.
40
+
CheerpJ 3.0 (old version) is a **full re-write** of CheerpJ that draws from the lessons learned from 7 years of enterprise and community use of the tool, as well as from several of our other WebAssembly-based projects, particularly [CheerpX](/cheerpx), an x86-to-WebAssembly virtualization solution.
45
41
46
42
We believe that this release brings a new era for deploying large scale Java applications on the Web, and for integrating Java libraries into Web apps. This is a moment of great pride for us at Leaning Technologies, and is the culmination of two years of extremely focused work on the new CheerpJ 3.0 architecture.
CheerpJ is a full WebAssembly-based JVM replacement for the browser, and comes with a complete OpenJDK runtime. Thanks to multiple architectural innovations CheerpJ is now an extremely powerful tool, designed to work at the scale of real-world Enterprise applications.
0 commit comments