Skip to content

Commit 4d0b715

Browse files
authored
Update blogs (#218)
1 parent 5994480 commit 4d0b715

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

content/blog/cheerpj-3-deep-dive.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,18 @@ import { DISCORD_URL } from "@/consts.ts";
3737

3838
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).
3939

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.
41+
42+
<div class="flex items-center gap-2">
43+
<input
44+
type="button"
45+
class="px-2 py-1 text-xs font-bold text-white bg-red-600 rounded"
46+
value="NEW UPDATE"
47+
disabled
48+
/>
49+
**CheerpJ 3.1 Released!** Check out the [latest version of
50+
CheerpJ](https://labs.leaningtech.com/blog/cheerpj-3.1)!
51+
</div>
4152

4253
## What can CheerpJ do?
4354

content/blog/cheerpj-3.0.mdx

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "CheerpJ 3.0 now available"
2+
title: "CheerpJ 3.0 (old version) now available"
33
subtitle: A WebAssembly JVM to run real-world applications in the browser
44
slug: cheerpj-3.0
55
description: |
@@ -16,7 +16,7 @@ tags:
1616
import LinkButton from "@leaningtech/astro-theme/components/LinkButton.astro";
1717
import { DISCORD_URL } from "@/consts.ts";
1818

19-
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
2020
now available! In this post, we'll give an
2121
overview of what CheerpJ is, what this new major release brings, and share an
2222
exciting demo we've been working on.
@@ -37,14 +37,21 @@ exciting demo we've been working on.
3737
/>
3838
</div>
3939

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.
4541

4642
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.
4743

44+
<div class="flex items-center gap-2">
45+
<input
46+
type="button"
47+
class="px-2 py-1 text-xs font-bold text-white bg-red-600 rounded"
48+
value="NEW UPDATE"
49+
disabled
50+
/>
51+
**CheerpJ 3.1 Released!** Check out the [latest version of
52+
CheerpJ](https://labs.leaningtech.com/blog/cheerpj-3.1)!
53+
</div>
54+
4855
## What is CheerpJ?
4956

5057
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

Comments
 (0)