Normal view

Received before yesterday

Still Trying to Reduce Technical Debt Manually?

By:Azul
29 January 2026 at 15:43

Reducing technical debt manually can be a time-consuming, never-ending process. Use tools to automate the process.

The post Still Trying to Reduce Technical Debt Manually? appeared first on Azul | Better Java Performance, Superior Java Support.

The post Still Trying to Reduce Technical Debt Manually? appeared first on Security Boulevard.

How to write modern and effective Java

17 January 2026 at 17:13

This is a book intended to teach someone the Java language, from scratch.

You will find that the content makes heavy use of recently released and, for the moment, preview features. This is intentional as much of the topic ordering doesn’t work without at least Java 21.

↫ Modern Java GitHub page

Some light reading for the weekend. This sure is one hell of a detailed book.

Applets are officially gone, but Java in the browser is better than ever

8 December 2025 at 06:43

The end of an era, perhaps.

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

↫ Andrew Oliver

As consumers, we don’t really encounter Java that much anymore unless we play Minecraft, but that doesn’t mean Java no longer has a place in this world. In fact, it still consistently ranks in the top three of most popular programming languages, so any tools to make using Java easier, both for programmers and users, are welcome.

❌