Try-With-Resource in Plain Java – basically, what does try-with-resources give us? Working with Embedded Java Databases & Intelli….
Bag — The Counter – Oracle Developers – Medium
I have often times encountered the necessity to count the number of objects. I have experienced the necessity to count in two flavors…
Java Certification Training Course
Develop web applications across platforms with Java Certification Course including DBC architecture, JUnit Framework, SOA. Enroll in Java Online Training Course, Now!
Top 30 OOP Concept Interview Questions Answers in Java – Object Oriented Programming
Java is an object-oriented programming language and you will see a lot of object oriented programming concept questions on Java interviews…
New Java Champions: Holly Cummins, Aleksey Shipilev, and David Heffelfinger
This blog is the source for news about major Java announcements and the Java community.
17 Popular Java Frameworks: Pros, Cons, and More (Part 2) – DZone Java
This post is the second installment of the top Java frameworks in alphabetical order, including the pros, cons, and uses for each of the most popular frameworks.
Fixing the if smell
From time to time we might end up with some huge if statements in our codebase. Those statements hav…
Apache Camel URI Completion with Java DSL – RHD Blog
Apache Camel URI completion for Java DSL is now available in Visual Studio Code and Eclipse Desktop. This article shows it in action in these two IDEs.
Pluralsight Java courses
Sander is a Fellow at Luminis in The Netherlands, where he crafts modular and scalable software, most often on the JVM, but with a touch of TypeScript when needed. He also is a Java Champion and author of the O’Reilly book ‘Java 9 Modularity’ (see javamodularity.com). As an avid conference speaker, Sander loves sharing knowledge, also through his blog at http://branchandbound.net and as Pluralsight instructor.
Spring State Machine: what is it and do you need it?
State machine is a model of computation based on the finite states, as Wikipedia very obligingly say…
Refactoring to Java 8 Streams and Lambdas Online Self- Study Workshop
Improving horrible monolithic code in a fun refactoring workshop.
Spring Boot Hello World Example
In this post, we will demonstrate a Spring Boot Hello World application.1. IntroductionIf you ha…
Deferred Execution with Java’s Predicate
In the previous posts “Deferred Execution with Java’s Supplier” and “Deferred Executi…
Multiple simultaneous substring replacements in Java
(I come from the python world, so I apologise if some of the terminology I use jars with the norm.)I have a String with a List of start/end indices to replace. Without getting too much into detail,