Embrace the power of the JVM, work on building skills with containerization and the cloud, find a good IDE, and make sure you contribute in the ecosystem.
Category: Articles
Introduction to Modularity with the Java 9 Platform Module System (JPMS) – Full Day
In this full-day Java 9: Modularity Live Online Training, Paul Deitel introduces the Java Platform Module System (JPMS)—Java 9’s most important new software-engineering technology. Modularity—the result of Project Jigsaw—helps developers at all le…
12 Must Read Advance Java Books for Intermediate Programmers – Part 1
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Introduction to Java Microservices with MSF4J | Baeldung
Get started building Java-based microservices with MSF4J
Jakarta EE Projects Summary
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 …
Java Magazine, May/June 2018
View the digital edition of Java Magazine: May/June 2018 Twitter.
Rapid Development Tools for Java EE 8 and MicroProfile at GIDS 2018
Rapid Development Tools for Java EE 8 and MicroProfile at GIDS 2018
Apache NetBeans 9.0: Release Candidate Is Out! – DZone Java
After a long wait, the Apache NetBeans 9.0 RC is out! Download RC 1 and take it for a spin to see the new features in action.
New in Eclipse JDT Language Server | The Eclipse Foundation
What’s new for the Eclipse JDT Language Server (a.k.a. jdt.ls), an open source Java language specific implementation of the Language Server Protocol?
How to Reverse String in Java with or without StringBuffer Example
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
How to remove key value pair from Map during Iteration – Example tutorial
Suppose you have a Map e.g. HashMap or Hashtable, which contains key value pairs e.g. books and their prices, and you want to remove all b…