Java Applets Officially Removed in Java 26, Modern Browser Alternatives Available
By
pjmlp
The bagel they save for the regulars. Don't skim, savour.
Summary
Java applets are officially being removed from Java 26 in March 2026, marking the end of the applet era that began in 1996. However, modern alternatives like TeaVM and Flavour now enable developers to build interactive web applications using Java without plugins. TeaVM transpiles Java to run natively in browsers, while Flavour provides a full front-end toolkit for building single-page applications entirely in Java.
Key quotes
· 5 pulledApplets are officially, completely removed from Java 26, coming in March of 2026.
This brings to an official end the era of applets, which began in 1996.
However, for years it has been possible to build modern, interactive web pages in Java without needing applets or plugins.
TeaVM provides fast, performant, and lightweight tooling to transpile Java to run natively in the browser.
And for a full front-end toolkit with templates, routing, components, and more, Flavour lets you build your modern single-page app using 100% Java.
You might also wanna read
TypeScript Website Launches Major Update with New Documentation, Playground Plugins, and tsconfig Reference
The article announces the second launch of the new TypeScript website, featuring significant updates including new documentation tools, a pl
Analyzing the Three Main Causes of JavaScript Dependency Bloat
The article examines the three main causes of JavaScript dependency bloat in npm packages: 1) redundant packages that duplicate native platf
Vite 8.0 Released with Unified Rust-Based Rolldown Bundler for 10-30x Faster Builds
Vite 8.0 has been released with a major architectural change: it now uses Rolldown as its single, unified Rust-based bundler instead of the
Network-UI: A Modern Framework for Building Network Applications
The article discusses network-ui, a modern UI framework for building network applications. It covers the framework's features including decl
Turbopack: How Incremental Computation Accelerates Development Workflows
Turbopack is a modern bundler that uses incremental computation and caching to dramatically speed up development workflows. Unlike tradition
jQuery 4.0.0 Released: First Major Version Update in Nearly 10 Years
jQuery 4.0.0 has been officially released after nearly 10 years since the last major version update. This milestone release marks 20 years s
