1. Spring and Java
1.Spring和Java
>> Static Data with Spring Boot [reflectoring.io]
A good tutorial on externalizing application configuration with @ConfigurationProperties.
关于使用@ConfigurationProperties将应用程序配置外部化的良好教程。
>> The best way to fix the Hibernate MultipleBagFetchException [vladmihalcea.com]
A quick look at the right way to solve this problem, while exposing inefficiencies of an often-recommended approach.
快速了解解决这一问题的正确方法,同时暴露出一个经常被推荐的方法的低效率。
>> Easier attribute management in Java EE [blog.frankel.ch]
And a trip down memory lane shows how request/session attribute management has changed since J2EE.
而在记忆的长河中,我们可以看到自J2EE以来,请求/会话属性管理发生了怎样的变化。
Also worth reading:
-
>> Spring Cloud Gateway with OpenID Connect and Token Relay [blog.jdriven.com]
-
>> Microservices with Spring Boot, Spring Cloud Gateway and Consul Cluster [piotrminkowski.wordpress.com]
-
>> Tutorial: Reactive Spring Boot Part 3 – A JavaFX Spring Boot Application [blog.jetbrains.com]
-
>> Hibernate Tip: How to integrate an external query builder [thoughts-on-java.org]
-
>> Improving CompletableFuture#allOf/anyOf API Java Methods [4comprehension.com]
-
>> Configuring A Quarkus Application With Profiles [antoniogoncalves.org]
Webinars and presentations:
网络研讨会和演讲:。
-
>> A Bootiful Podcast: Michael Simons on Spring Boot, reactive Spring Data Neo4j, and more [spring.io]
-
>> Clean Code: The Next Chapter by Victor Rentea [youtube.com]
-
>> Why We Hate Java Serialization And What We’re Doing About It by Brian Goetz & Stuart Marks [youtube.com]
-
>> Qualities of a Highly Effective Architect Keynote by Venkat Subramaniam [youtube.com]
-
>> Java 12 & 13 What’s new and noteworthy? By Piotr Przybyl [youtube.com]
-
>> Java 9 and Beyond by Venkat Subramaniam [youtube.com]
-
>> Reactive Revolution by Josh Long [youtube.com]
Time to upgrade:
升级的时间:。
-
>> Spring Boot 2.2.1 available now [spring.io] and >> Spring Boot 2.1.10 available now [spring.io]
-
>> Spring Boot for Apache Geode & Pivotal GemFire 1.1.3.RELEASE & 1.2.1.RELEASE Available [spring.io]
-
>> Spring Vault 2.2 goes GA [spring.io]
-
>> Spring Integration Extensions Releases [spring.io]
-
>> Gradle 6.0 Release Notes [docs.gradle.org]
2. Technical and Musings
2.技术和思考
>> AWS CDK Part 3: How to create an RDS instance [blog.codecentric.de] and >> AWS CDK Part 4: How to create Lambdas [blog.codecentric.de]
A couple of tutorials show how to a set up an AWS relational database service and interact with it from Lambdas.
有几个教程展示了如何设置AWS的关系型数据库服务,并从Lambdas与之互动。
>> Stackbit: build JAMStack sites in a few clicks [vojtechruzicka.com]
And a new tool for building static sites integrates seamlessly with site generators and CMS.
还有一个建立静态网站的新工具与网站生成器和CMS无缝集成。
Also worth reading:
还值得一读的是:。
-
>> Seamless S3 encryption does not imply better security [advancedweb.hu]
-
>> Open Source, SaaS and Monetization [lucumr.pocoo.org]
3. Comics
3.漫畫
And my favorite Dilberts of the week:
还有本周我最喜欢的Dilberts。
>> Multiple Choice [dilbert.com]
>> Wally Compared to a Placebo [dilbert.com]
>> Workflow Training [dilbert.com]
4. Pick of the Week
4.本周精选
>> Google Interview Problems: Ratio Finder [medium.com]