排序
Twitter, SMS Services: Spring Boot possible XML Configuration
Twitter, SMS Services: Spring Boot possible XML Configuration,The system configuration is important building real project and interoperable dependency injection. This article we wi...
Conditional CriteriaBuilder for Optional Params
Conditional CriteriaBuilder for Optional Params,Recently I came across an interesting challenge at work where I needed to conditionally query data based on a series of Optional fie...
How to write Multi-Threaded Tests in Java
How to write Multi-Threaded Tests in Java,Spending a weekend at home gives you endless possibilities. We, for example, played board games, watched online courses and even rebuild S...
Splitting Liquibase changelog? No problem.
Splitting Liquibase changelog? No problem., What is Liquibase? As Wikipedia says: Liquibase is an open-source database-independent library for tracking, managing and applying datab...
Streaming data from Kafka to a Database – video walkthrough
Streaming data from Kafka to a Database - video walkthrough, Kafka Connect examples (9 Part Series) 1 Streaming data from Kafka to S3 - video walkthrough 2 Streaming data from Kafk...
Finding Diacritics in a Postgres Table
Finding Diacritics in a Postgres Table,Recently I had the task to find all the Diacritics in a database table. I had to find an easy way to select every row that has a diacritic in...
Java ecosystem’s 10 New Best Practices for the 2020s
Java ecosystem's 10 New Best Practices for the 2020s,I (Vic Cekvenich) published a 4 page article 'Java ecosystem's 10 New Best Practices for the 2020s', the full 4 page article is...
Java(Spring Boot) Best Database Practices
Java(Spring Boot) Best Database Practices, What is Spring Boot? Spring Boot is an open source Java-based framework used to create a micro Service. It is developed by Pivotal Team a...
Database schema changes with Hibernate and Spring Boot
Database schema changes with Hibernate and Spring Boot, Target audience This article has been written for readers who have experience with Java, Hibernate and Spring Boot. All exam...
Modality 1.0 – a lightweight Java ORM library
Modality 1.0 - a lightweight Java ORM library,We're thrilled to announce the release of Modality 1.0, a lightweight Java ORM library with database reverse engineering features. 原...
Database generic way of achieving Query Result Change Notification
Database generic way of achieving Query Result Change Notification,There's a use case in which we would like a Java application to know when a result of a SELECT query changes as a...
jOOQ – a short guide
jOOQ - a short guide,You can use this guide to understand what jOOQ is, how to get started with it quickly and how jOOQ integrates with or compares to libraries like Spring and Hib...