Catherine EdelveisJava Digest October 2024Welcome back to Java Digest! Here, you will find a concise overview of releases and news around the Java platform in OctoberOct 31Oct 31
Catherine EdelveisCreating Dynamic SQL Queries in Spring BootThis article will guide you through creating dynamic SQL queries in Spring Boot using Spring Data JPA.Oct 23Oct 23
Catherine EdelveisJava Digest September 2024Welcome back to Java Digest! Here, you will find a concise overview of releases and news around the Java platform that took place in…Sep 30Sep 30
Catherine EdelveisJava Digest August 2024Welcome back to Java Digest! Here, you will find a concise overview of releases and news around the Java platform that took place in August…Aug 30Aug 30
Catherine EdelveisSpring Data Repositories Guide: Overview and SetupSpring Data offers various repository interfaces and enables you to create custom ones. How to choose an optimal fit for your project?Aug 7Aug 7
Catherine EdelveisJava Digest July 2024Welcome back to Java Digest! Here, you will find a concise overview of releases and news around the Java platform that took place in July…Jul 31Jul 31
Catherine EdelveisHow to use jlinkIn this article, I’ll provide a guide on using jlink — a Java feature that can help you reduce the size of your Docker containers by 50%Jul 8Jul 8
Catherine EdelveisJava Digest June 2024Welcome back to Java Digest! Here, you will find a concise overview of releases and news around the Java platform that took place in June…Jun 28Jun 28
Catherine EdelveisCreating Spring Boot Custom ValidatorsSpring Boot Bean Validation does a lot of heavy lifting for us, but there are cases when we need to set up custom validation rules.Jun 243Jun 243
Catherine EdelveisHow to create DTOs with records and MapStruct in Spring BootI wouldn’t go so far as to claim that Data Transfer Objects (DTOs) are an essential part of every application. But in case you can’t do…Jun 102Jun 102