Some people were complained that it’s difficult to find information about all Jakarta EE projects and their transfer status. I collected this information in the table below. For today it’s the most…
Flogger: A new fluent logging API for Java – JAXenter
Flogger, a new, open source fluent logging API for Java, brings readability to high performance logging, with extensibility and more.
Don’t Blame the Dependency Injection Framework – DZone Java
This lesson in dependency injection frameworks considers how they are misused and advice for using them properly to keep your code base clean.
New JDK 11 Files Method isSameContent()
It has been proposed that a method named isSameContents() be added to the Files class in JDK 11 via …
Programmatic Configuration with Log4j 2 | Baeldung
Learn how to programmatically configure log4j2, merge it with existing xml config, and other helpful tips.
Payara is speaking at JPrime 2018
Payara is speaking at JPrime 2018 27 Mar 2018 Ondrej Mihalyi, Payara Support Engineer, will be speaking at the JPrime conference (….
Java SE release cadence FAQ: Benefits, migration, LTS & more – JAXenter
There are still a lot of unanswered questions regarding the not-so-new-anymore Java SE release cadence. This FAQ should clear (at least some) things up.
Inter Thread Communication in Java using Wait Notify Example
Wait and notify methods in Java are used for inter-thread communication i.e. if one thread wants to tell something to another thread, it us…
From Java to Kotlin and Back Again
Kotlin is popular, Kotlin is trendy. Kotlin gives you compile-time null-safety andless boilerplate. Naturally, it’s better than Java. You should switch to Kotlin or dieas a legacy coder. Hold on, or maybe you shouldn’t? Before you start writing in Kotlin,read the story of one project. The story about quirks and obstacles becoming soannoying that we decided to rewrite.
10 Tips to Become a Better Java Developer – DZone Java
This advice for improving your Java skills includes learning about unit testing, learning the APIs and libraries of the wider Java ecosystem, and knowing the JVM.
New JDK 11 Files Methods for Reading/Writing Strings From/To Files
My previous post focused on the Files.isSameContent() method that is likely to be added to JDK 11. J…
Using Java Stream summary statistics
Streams of primitive types (IntStream, etc.) provide a summaryStatistics() method that can be used t…
OCAJP 8 FAQ – Oracle Certified Associate Java Programmer I Certification (1Z0–808) Frequently asked Questions
The Oracle Certifications is one of the most repeated, industry-recognized certifications. It also provides Java certifications like Oracle…
Java 8 idioms
A collection of short explorations that invite you to rethink the Java conventions you have come to take for granted.
Java & Docker: Java 10 improvements strengthen the friendship!
Till JDK 10, running java applications in linux containers was a bit tricky and requires additional setup to avoid surprises. These issues does not affect only older versions of Java (prior to 10), but also some tools that collect information from the execution environment like top, free and ps. That’s