This article compares the processes of Flow API and LMAX Disruptor, focusing on their functionality, syntax, memory usage, and performance benchmarks.
Category: Articles
Where does Java in the enterprise go from here? | ZDNet
Oracle recently freed J2EE, aka Java EE. Now known as Jakarta EE, enterprise Java’s new manager the Eclipse Foundation is revealing its plans for the popular middleware platform.
How to convert java.util.Date to java.time.LocalDate in Java 8 – Example
The easiest way to convert a java.util.Date to java.time.LocalDate is via Instant, which is the equivalent class of java.util.Date in JDK 8…
IntelliJ has no chill with these passive-aggressive warnings
I’ll probably get down voted, but first off, that’s awesome. I laughed at it.Honestly, pretty much any seasoned Java developer will tell you the same thing. IntelliJ is trying to help you save face during a code review.Figure out why you’re having memory issues to feel the need to garbage collect, then give him a fist bump and buy him a beer for helping you grow as a developer.- BingoDeville
Lettuce: Asynchronous support for Redis – JAXenter
This scalable, thread-safe Redis client isn’t just rabbit food; Lettuce supports synchronous, asynchronous, and reactive usage of the Redis API.
10 Hibernate Interview Questions and Answers for Java Developers
Hibernate Interview Questions are asked on Java J2EE Interviews, mostly for web based enterprise application development role. Success and…
The rise of Java Microframeworks | E4developer
Together with the growing popularity of microservices and light-weight REST API, we are witnessing another trend in Java: the rise of Java Microframeworks. Javalin, Micronaut, Spark and many more make…
Truth First, or Why You Should Mostly Implement Database First Designs
In this much overdue article, I will explain why I think that in almost all cases, you should implement a “database first” design in your application’s data models, rather than a …
Guide to the super Java Keyword | Baeldung
Learn how to use Java’s super keyword to reference the parent class.
JDK 10: Pitfalls for the Unwary – Azul Systems, Inc.
JDK 10 contains over 100 new features and APIs. It also removes a number of things that might cause issues when migrating applications from JDK8. Find them all here.
Java Optionals For More Expressive Code
Our team of dedicated software craftspeople provides consultancy, software development, and training services to clients seeking high quality development processes and software solutions.
Spring Security with Spring Boot 2.0: Password Encoder
On a previous post we used the user details service in order to provide a way to load our data from …
Play! Framework Hello World Example
We are going to develop a series of Scala Web Applications or Microservices using Play Framework. Th…
Why does array[i++%n] += i+” ” give different results in Java 8 and Java 10?
For a challenge, a fellow code golfer wrote the following code:import java.util.*;public class Main { public static void main(String[] args) { int size = 3; String[] array = new String…
The future of Java: How Jakarta EE will unfold under Eclipse
The open source tools organization wants to adopt Docker, NoSQL, and Kubernetes in enterprise Java, while standardizing on Maven and Jenkins