Java Weekly, Issue 323 – Java周刊,第323期

最后修改: 2020年 3月 2日

中文/混合/英文(键盘快捷键:t)

1. Spring and Java

1.Spring和Java

>> Getting Started With RSocket: Spring Boot Server [spring.io]

A nice overview of RSocket, a reactive messaging protocol for microservices that works over TCP or WebSockets.

RSocket是一个用于微服务的反应式消息传递协议,可通过TCP或WebSockets工作,是一个不错的概述。

>> Spring Autowiring – It’s a kind of magic – Part 1 [blog.scottlogic.com]

An under-the-hood look at Spring’s use of reflection to autowire dependencies into a bean class having a single constructor, without using @Autowire.

在不使用@Autowire的情况下,Spring使用反射来自动将依赖关系引入具有单一构造函数的bean类。

>> Tutorial: Writing Microservices in Kotlin with Ktor—a Multiplatform Framework for Connected Systems [infoq.com]

And a quick look at Ktor, a Kotlin framework from JetBrains for building multi-platform client and server applications.

再来看看Ktor,一个来自JetBrains的Kotlin框架,用于构建多平台的客户端和服务器应用程序

Also worth reading:

Webinars and presentations:

网络研讨会和演讲:

Time to upgrade:

升级的时间:

2. Technical

2.技术

>> The Versatility of Kubernetes’ initContainer [blog.frankel.ch]

An intro to initContainer, which allows us to customize the execution of immutable images at runtime.

initContainer的介绍,它允许我们在运行时自定义执行不可变的图像

Also worth reading:

还值得一读的是:

3. Musings

3.思索

>> Unclogging the Bug Pipeline [satisfice.com]

A good write-up about testing a system with the purpose of finding all the bugs that, if discovered, could matter to our customers.

一篇关于测试系统的好文章,其目的是找到所有的bug,如果被发现,可能对我们的客户很重要

Also worth reading:

还值得一读的是:

4. Comics

4.漫画

And my favorite Dilberts of the week:

还有本周我最喜欢的Dilberts。

>> Purchasing Department [dilbert.com]

>> Pragmatist [dilbert.com]

>> Imposter Syndrome [dilbert.com]

5. Pick of the Week

5 本周精选

>> What Most Remote Companies Don’t Tell You About Remote Work [doist.com]

Next »

Java Weekly, Issue 324

« Previous

Java Weekly, Issue 322