Learn about HTTP caching by using the Cache-Control response header in Spring MVC. >>>
Yearly Archives: 2020
Design Patterns in the Spring Framework
Learn about four of the most common design patterns used in the Spring Framework >>>
The BeanDefinitionOverrideException in Spring Boot
Learn about the BeanDefinitionOverrideException in Spring Boot, and how to work with it. >>>
MongoDB Aggregations Using Java
Learn what are MongoDB aggregations, and how to apply them in Java using an example dataset. >>>
The Java Headless Mode
Learn how to work with graphic-based applications when you don’t have the necessary devices using the Java Headless Mode. >>>
Add Build Properties to a Spring Boot Application
A quick and practical introduction of using build properties in a Spring Boot application. >>>
Breaking YAML Strings Over Multiple Lines
Learn how to break YAML strings over multiple lines >>>
Spring Projects Version Naming Scheme
Learn about the naming schemas in Spring. >>>
Java Weekly, Issue 320
A deeper dive into the Java records preview feature, and the first JDK 14 Release Candidate is announced. >>>
Intro to OpenCV with Java
Learn how leverage OpenCV with Java >>>
Guide to AVL Trees in Java
Learn about AVL Trees and algorithms for inserting, deleting, and searching for values >>>
Case-Insensitive String Matching in Java
Learn how to perform case-insensitive String matching in Java. >>>
Java Text Blocks
Learn how to use the Java Text Blocks feature, incorporated as a standard feature since JDK 15. >>>
What’s New in Gradle 6.0
Learn about new features in Gradle 6.0. >>>
Introduction to Open Liberty
Learn how to use the Open Liberty framework to create and consume a RESTful web service >>>
Java Weekly, Issue 319
A couple of write-ups on the Java Records preview feature in Java 14, and a great introductory guide to Spring Framework. >>>
Spring Cloud Gateway Routing Predicate Factories
Explore how to add custom predicate factories to Spring Cloud Gateway and use them to define routes using arbitrary logic. >>>
How to Create a Slack Plugin in Java
A quick and practical overview of how to create a Slack plugin in Java. >>>
Difference Between Java Matcher find() and matches()
Learn about the differences between the find() and matches() methods of the Matcher class. >>>
Java Weekly, Issue 318
A sneak peek at improved Docker support coming to Spring Boot, and a collection of cool plugins for IntelliJ IDEA. >>>