Java
-
Short Apache Camel K
You may have seen the work we are doing in the Apache Camel community around Camel K. Nicola introduced Camel…
Read More » -
Specification Scope in Jakarta EE
With the Eclipse Foundation Specification Process (EFSP) a single open source specification project has a dedicated project team of committers…
Read More » -
Renaming Java EE Specifications for Jakarta EE
It’s time to change the specification names… When we first moved the APIs and TCKs for the Java EE specifications…
Read More » -
Java Stream: Is a Count Always a Count?
It might appear obvious that counting the elements in aStream takes longer time the more elements there are in the…
Read More » -
Introduction to Test Doubles
When you are writing unit test you are faced with many kinds of collaborators and they all have very specific…
Read More » -
Thoughts on Quarkus
Quarkus, the new “supersonic, subatomic” Java framework is currently getting a lot of attention. The ideas behind this build and…
Read More » -
“Callable” vs “Runnable” Tasks in Java Concurrent Programming
When we write multi-threaded applications in Java, we are predisposed to implementing threaded classes by using the “Runnable” interface. Your…
Read More » -
Top 10 + 1 common mistakes every Java learner makes
It is said, “Your friend will swallow your mistakes, your enemy will present them on a plate”. I am definitely…
Read More » -
How to Install Multiple Versions of Java on the Same Machine
Some time back I have written one articleJava Lambda Expression Explained with Example but it was easy for me to…
Read More »