π Optimistic vs. Pessimistic Locking
https://vladmihalcea.com/optimistic-vs-pessimistic-locking/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/optimistic-vs-pessimistic-locking/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
Optimistic vs. Pessimistic Locking - Vlad Mihalcea
Learn the difference between optimistic and pessimistic locking and when you should employ one or the other to prevent conflicts.
π Enable Pretty Print of JSON with Jackson
https://springframework.guru/enable-pretty-print-of-json-with-jackson/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/enable-pretty-print-of-json-with-jackson/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Enable Pretty Print of JSON with Jackson
JSON has become the most preferred way of transmitting data across network connections. JSON being easily readable by machines is one of the many reasons for JSONβs popularity. However, JSON unless formatted well, is notβ¦
π Is String A Palindrome?
https://springframework.guru/is-string-a-palindrome/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/is-string-a-palindrome/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Is String A Palindrome?
Problem You are given a string and are asked to write a method to return true if the string is a palindrome and to return false otherwise. A palindrome is a string that reads theβ¦
π SpringOne Tour 2021: #Booternetes
https://spring.io/blog/2021/03/24/springone-tour-2021-booternetes
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/24/springone-tour-2021-booternetes
β‘οΈ @SpringFrameworkZone
spring.io
SpringOne Tour 2021: #Booternetes
<p>Join <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a>, <a href="http://twitter.com/ntschutta">Nate Schutta</a>, <a href="https://twitter.com/mkheck">Mark Heckler (@mkheck)</a>, <a href="https://twitter.com/ciberkleid">Cora Iberkleidβ¦
π A Custom Filter in the Spring Security Filter Chain
https://www.baeldung.com/spring-security-custom-filter
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-custom-filter
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Custom Filter in the Spring Security Filter Chain | Baeldung
A quick guide to show steps to add custom filter in Spring Security context.
π Quick Guide on Loading Initial Data with Spring Boot
https://www.baeldung.com/spring-boot-data-sql-and-schema-sql
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-data-sql-and-schema-sql
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Guide on Loading Initial Data with Spring Boot | Baeldung
A quick and practical example of using data.sql and schema.sql files in Spring Boot.
π Using GraphQL in a Spring Boot Application
https://springframework.guru/using-graphql-in-a-spring-boot-application/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-graphql-in-a-spring-boot-application/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using GraphQL in a Spring Boot Application
You might have heard about GraphQL and how Facebook uses GraphQL in their mobile applications. In this blog, I will show you how to implement GraphQL in a Spring Boot application and let's see whatβ¦
π A Bootiful Podcast: Shigeru Urushibara, President and CEO at UL Systems, Inc., and Japanese technology ecosystem legend
https://spring.io/blog/2021/03/25/a-bootiful-podcast-shigeru-urushibara-president-and-ceo-at-ul-systems-inc-and-japanese-technology-ecosystem-legend
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/25/a-bootiful-podcast-shigeru-urushibara-president-and-ceo-at-ul-systems-inc-and-japanese-technology-ecosystem-legend
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Shigeru Urushibara, President and CEO at UL Systems, Inc., and Japanese technology ecosystem legend
<iframe title="Shigeru Urushibara, President and CEO at UL Systems, Inc., and Japanese technology ecosystem legend" allowtransparency="true" height="150" width="100%" style="border: none; min-width: min(100%, 430px);" scrolling="no" data-name="pb-iframe-player"β¦
π Using Ehcache 3 in Spring Boot
https://springframework.guru/using-ehcache-3-in-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-ehcache-3-in-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
How to Use Ehcache 3 With Spring Boot
1. Introduction In today's blog post we will look at how we can use the caching provider Ehcache in Spring Boot. Ehcache is an open source library implemented in Java for implementing caches in Javaβ¦
π A Guide to CSRF Protection in Spring Security
https://www.baeldung.com/spring-security-csrf
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-csrf
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
A Guide to CSRF Protection in Spring Security | Baeldung
Learn how CSRF attacks work on a practical Spring application, and then how to enable protection against these kinds of attacks with Spring Security.
π Deploying Spring Boot Application on OpenShift with Dekorate
https://piotrminkowski.com/2019/10/01/deploying-spring-boot-application-on-openshift-with-dekorate/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/10/01/deploying-spring-boot-application-on-openshift-with-dekorate/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Deploying Spring Boot Application on OpenShift with Dekorate
This article shows how to use Dekorate library with Spring Boot to deploy it on OpenShift without creating YAML manifests.
π Intro to Spring Remoting with HTTP Invokers
https://www.baeldung.com/spring-remoting-http-invoker
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-remoting-http-invoker
β‘οΈ @SpringFrameworkZone
Baeldung
Intro to Spring Remoting with HTTP Invokers | Baeldung
A quick and practical guide on using the HTTP Invoker in Spring Remoting to invoke remote methods between client and server applications.
π Tracing in Distributed Systems with Spring Cloud Sleuth
https://reflectoring.io/tracing-with-spring-cloud-sleuth/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/tracing-with-spring-cloud-sleuth/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Tracing with Spring Boot, OpenTelemetry, and Jaeger
A guide on how to set up your Spring Boot applications to emit traces and analyze them with Jaeger
π Spring Retry vs Resilience4j Retry
https://betterjavacode.com/programming/spring-retry-vs-resilience4j-retry
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/spring-retry-vs-resilience4j-retry
β‘οΈ @SpringFrameworkZone
Code Complete
Spring Retry vs Resilience4j Retry - Code Complete
In this post, I show the comparison of two retries - Spring Retry vs Resilience4j Retry. I show how to use Retry for exception handling.
π Spring WebFlux With Protobuf
https://www.vinsguru.com/spring-webflux-with-protobuf/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-webflux-with-protobuf/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring WebFlux With Protobuf | Vinsguru
In this tutorial, I would like to show you how we could use Spring WebFlux with Protobuf (Protocol Buffers) for your RESTful Microservices.
π A Comparison Between Spring and Spring Boot
https://www.baeldung.com/spring-vs-spring-boot
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-vs-spring-boot
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
A Comparison Between Spring and Spring Boot | Baeldung
Understand the difference between Spring and Spring Boot.
π Logging HTTP Requests with Spring Boot Actuator HTTP Tracing
https://www.baeldung.com/spring-boot-actuator-http
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-actuator-http
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Logging HTTP Requests with Spring Boot Actuator HTTP Tracing | Baeldung
Learn how to trace HTTP calls using Spring Boot Actuator.
Spring Boot Framework pinned Β«π Java Weekly, Issue 378 https://www.baeldung.com/java-weekly-378 β‘οΈ @SpringFrameworkZoneΒ»