News

In this article, Wang Yu takes real world cases as examples to explain ways on how to scale Java applications based on his experiences on the laboratory projects, and at the same time, bring together ...
Next year's standard Java release could now include opt-in support for HTTP/3, in addition to a host of features to be ...
A popular Java library has a serious vulnerability, discovered over nine months ago, that continues to put thousands of Java applications and servers at risk of remote code execution attacks. The ...
Upgrading Java applications to J# is the quickest and easiest way to port Java applications to the .Net Framework.
Java started its life in the early 1990s as an attempt to develop an architecture-independent language that could be used in consumer electronics and other embedded contexts. It found itself in the ...
Because Java uses automatic garbage collection, developers think Java programs are free from possible memory leaks. Although automatic garbage collection solves the main cause of memory leaks ...
A new study examining 365 million lines of code in 745 applications identifies bad coding practices that affect security, performance and uptime, with Java Enterprise Edition applications having ...
According to New Relic’s annual State of the Java Ecosystem report, over 35% of applications in production use Java 17.
A lot of Java applications today can be extended viz. adding new features to the application by writing "plug-ins" in Java. Lee Chuk-Munn shows how.
This article discusses the significance of startup time in cloud-native computing, highlighting challenges for JVM-based apps. It introduces Liberty InstantOn, which boosts startup times using ...
Lee Chuk-Munn shows how a management framework can be used to check on a Java application that is running.
Scaling Your Java EE Applications -- Part 2 Java applications can be scaled vertically (on a single system), or horizontally (across multiple systems). But to do either, you have to understand all ...