1. Spring and Java
1.Spring和Java
>> Simple Event Driven Microservices with Spring Cloud Stream [spring.io]
A good set of abstractions to help you eliminate boilerplate from your messaging code.
一套很好的抽象概念,可以帮助你从你的信息传递代码中消除模板。
>> How to map SQL Server JSON columns using JPA and Hibernate [vladmihalcea.com]
A quick look at the JsonStringType class available in the hibernate-types project.
快速浏览一下hibernate-types项目中的JsonStringType类。
>> Migrating the ServiceLoader to the Java 9 module system [blog.frankel.ch]
And a nice example of how to decouple an API from implementation using the JPMS.
还有一个很好的例子,说明如何使用JPMS将API与实现脱钩。
Also worth reading:
-
>> Spring Cloud Stream – demystified and simplified [spring.io]
- >> Don’t Put Fat Jars in Docker Images [phauer.com]
-
>> Spring MVC – HTTP message converter [vard-lokkur.blogspot.com]
-
>> Release of Open Liberty 19.0.0.9 Completes Support of MicroProfile Standalone Reactive Streams APIs [infoq.com]
-
>> Introducing Jakarta NoSQL [infoq.com]
-
>> What’s new in MicroProfile 3.1 [rieckpil.de]
Time to upgrade:
升级的时间:。
- >> Spring Initializr 0.8.0 available now [spring.io]
Webinars and presentations:
-
>> A Bootiful Podcast: Spring mad scientist Andy Clement on AspectJ, SpEL, Eclipse, Graal and more [spring.io]
2. Technical and Musings
2.技术和思考
>> Delta: A Data Synchronization and Enrichment Platform [medium.com]
A cool new platform from Netflix for multi-datastore synchronization.
来自Netflix的一个很酷的新平台,用于多数据存储同步。
>> DDDs. v Anemic Domain Models (Martin Fowler) [blog.codecentric.de]
Now that ORM tools have improved considerably, maybe it’s time to revisit whether there’s a place for the anemic domain model.
现在ORM工具已经有了很大的改进,也许是时候重新审视贫血的领域模型是否还有一席之地了。
Also worth reading:
还值得一读的是:。
-
>> How Multiplexing Changes Your HTTP APIs [mnot.net]
-
>> Challenges of Adopting Service Mesh in Enterprise Organizations [christianposta.com]
-
>> AWS CDK Part 2: How to create an S3 Bucket [blog.codecentric.de]
-
>> Facebook Releases AI Code Search Datasets [infoq.com]
-
>> Get Hired without Process or Competition? Its Not as Hard as You Think [daedtech.com]
3. Comics
3.漫畫
And my favorite Dilberts of the week:
还有本周我最喜欢的Dilberts。
>> Lack of Strategy [dilbert.com]
>> Dogbert Designed the Simulation [dilbert.com]
>> Slippery Slope [dilbert.com]
4. Pick of the Week
4.本周精选
This makes more sense as the pick of this week 🙂 – Boot 2.2 is out:
这作为本周的选题更有意义🙂–Boot 2.2已经出来了。
>> Spring Boot 2.2.0 [spring.io]