News

The first Java project task is to choose a framework. Here's how to select which one is right for your needs: Spring, Jakarta EE, Quarkus or another option.
The Trails open-source framework, inspired by Ruby on Rails, makes Java development easier.
Spring Framework 6.1 and Spring Boot 3.2 run on Java 21, make concurrent programming simpler and more efficient with virtual threads, and initially support “Scale to Zero” startup time with CRaC.
Micronaut offers ahead-of-time compilation, reactive NIO, and cloud-native support for microservices and serverless development. Could it be your next Java framework?
With Java 8, annotations can now be written on any use of a type such as in declarations, generics, and casts. This article introduces type annotations and tools to help build better software.
A new zero-day vulnerability in the Spring Core Java framework called 'Spring4Shell' has been publicly disclosed, allowing unauthenticated remote code execution on applications.
Get to know the Java persistence standard based on Hibernate and learn how to use JPA to store and manage Java objects in a relational or NoSQL database.