Jamie's Blog

Building the future, one line of code at a time.

微服务中的分布式事务

(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系列技术

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.