News

Oracle recently introduced a new open-source framework, Project Helidon, a collection of Java libraries designed for creating microservices-based applications. Helidon joins the MicroProfile ...
Generics in Java programming Why use generics? How to use generics for type safety Generics in the Java Collections Framework Examples of generic types in Java Raw types vs. generics Why use generics?
Spring is perhaps the best of the component-based frameworks that emerged at the turn of the 21st century. It vastly improves the way that developers write and deliver infrastructure code in Java ...
The Trails open-source framework, inspired by Ruby on Rails, makes Java development easier.
The Java Platform provides the most commonly used data structures in the form of the Collections Framework, and it provides a rich API to operate on them. This article explains the concepts behind ...
The latest release of Javalin, the lightweight Web framework for Kotlin and Java, is a minor, mostly bug-fix release, but the steady evolution and growing popularity of this open-source project are a ...
According to CAST research labs, Java open-source frameworks are an intrinsically risky element when it comes to keeping a corporation's systems and data safe. The CRASH --CAST Research on ...
Java EE's Servlet and JSP API provide a fine foundation for handling a web-based request-response cycle. Adding UI frameworks like JSR-371 to the spec only causes problems.