Enterprise Java
-
Automatic save of managed JPA entities outside of transaction
Repositories and transactions in Spring go hand in hand. All database access in Spring should be run inside a transaction,…
Read More » -
The Dark Side of Java Production Monitoring
Automated workflows are the new gold standard for delivering top quality products in an agile environment. Unfortunately, with constant change,…
Read More » -
Spring Hibernate Tutorial
1. Introduction In this post, we shall demonstrate how to leverage the power of one of the most popular ORM…
Read More » -
The Promises, Payoff, and Products of Hybrid Clouds
The cloud promised to provide us all flexibility. The opportunity to access infinite resources as and when we need them…
Read More » -
Introduction to Spring Cloud – Config (Part I)
1. Overview Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g.…
Read More » -
Mocking files for JUnit testing a Spring Boot web application on Synology NAS
For a Spring Boot application which will check backup files on a Synology RS815+ NAS, we wanted to be able…
Read More » -
Get to Know Custom Object Creation: JSON Binding Overview Series
Let’s take a look at how JSON Binding handles custom object creation. Next article in this series covers customization of…
Read More » -
JPA Tips: Avoiding the N + 1 select problem
Introduction ORM frameworks like JPA simplifies our development process by helping us to avoid lots of boilerplate code during the…
Read More » -
Get to Know Customisation: JSON Binding Overview Series
Let’s take a look at how the annotation model and runtime configuration work when customizing the JSON Binding serialization and…
Read More »