We’re making all of our expert-led video courses free for one weekend only, starting 12/14. Complete a course to win amazing prizes!
Category: Home
Work on Apache Camel 3 has finally started
Interested to learn about Apache Camel 3? Check our article introducing the new features of Apache Camel 3 and the improvements that were made.
Reduce your boilerplate code in Java classes with project Lombok – JAXenter
Project Lombok promises to make your life with Java classes a piece of cake. Check out this new open source library.
Java Functional Composition
This Java functional composition tutorial explains how to compose a single function from several separate functions.
How to Reverse String in Java Using Iteration and Recursion – Example
How to reverse string in java is popular core java interview question and asked on all levels from junior to senior java programming jo…
Definitive Guide To Switch Expressions In Java 12 – blog@CodeFX
Java 12 introduces switch expressions. Together with a new lambda-style arrow syntax, this makes switch more expressive and less error-prone.
JVM Advent Calendar: Docker and the JVM – DZone Java
This article goes through the pitfalls of running Java on Docker and how to write a generic Dockerfile that will only ship what your application needs!
Eclipse Che 6.14 Release Notes – Eclipse Che Blog
Try the new Java8 + MySQL stack, or experiment with Jaeger Tracing in OpenShift.
J2CL – Better late than never
Last week the Google team has finally published the source code of J2CL framework, which has been di…
Building monorepo projects with Gradle
According to Wikipedia, a monorepo is as software development strategy where many projects are store…
Mountains, Molluscs and Java – Azul Systems Blog
Find out about the combination of the Zulu JDK, Alpine Linux and Musl libc to develop services that emphasise the micro in Java microservices Simon Ritter
“As a Java web tool, Espresso sits between framework and server, just like what Servlet API did” – JAXenter
Last month we introduced Espresso, a core web abstraction for Java. Today, we invited its creator, Ning Sun to give us some insight into the tool.
See Our Latest Webinar Based on the 184 Release
Join Payara engineers for an informative and practical webinar on the recent updates and enhancements to the Payara Platform in the last release (184)
Learning Java as a First Language
Start programming in Java with these awesome resources!
Escape JSON String in Java | Baeldung
Learn ways to escape a JSON String core Java or a library