Jamie's Blog

The curious developer's ODYSSEY, Exploring the Universe of TECH, CODE & AI.

Spring Data & Data Persistent

Notes taken during studying spring data series - overview

What is JPA?

“The Java Persistence API is the Java API for the management of persistence and object/relational mapping in Java EE and Java SE environments. It provides an object/relational mapping facility for the Java application developer using a Java domain model to manage a relational database.”
It’s quoted from JSR(Java Specification Request) managed by Java Community Process.

This is just the definition of what’s JPA, let’s recall how we persist data before adopting JPA.


Websocket集成

Mark down spring stomp & related websocket knowledge

记录websocket集成的杂事

Microservice design - practice

Data sync between systems

To mark down a batch data sync accross system solution

Kubernates - Practice

Run Spring boot application on local K8s cluster

to run a cloud config service which built using spring boot cloud config

Spring Transaction

Global Transaction

Spring Transaction 之 JTA事务管理

Spring Transaction

Local Transaction

Spring Transaction 之 Local Transaction实现原理

微服务中的分布式事务

(1st)One Distrubuted transaction use case

分享一个遇到的分布式事务case, 以及部分引申思考

Spring batch - single process & remote partitioning(multi instances)

spring batch 批处理poc

Spring Cloud Series

(1st) Demo Overview

通过一个demo,来综合运用spring cloud系列技术