π Choreography Saga Pattern With Spring Boot β Microservice Design Patterns
https://www.vinsguru.com/choreography-saga-pattern-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/choreography-saga-pattern-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
Choreography Saga Pattern With Spring Boot | Vinsguru
Learn Choreography Saga Pattern with Spring Boot + Kafka for handling transactions in Microservices architecture
π A Bootiful Podcast: AppDynamics' Pavol Loffay
https://spring.io/blog/2021/01/28/a-bootiful-podcast-appdynamics-pavol-loffay
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/28/a-bootiful-podcast-appdynamics-pavol-loffay
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: AppDynamics' Pavol Loffay
<p>Hi, Spring fans! In this episode <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to AppDynamicsβ <a href="http://twitter.com/ploffay">Pavol Loffay (@ploffay)</a> about telemetry, observability, and more. </p>
<iframe title="AppDynamics'β¦
<iframe title="AppDynamics'β¦
π Spring Cloud 2020.0.1 (aka Ilford) Is Available
https://spring.io/blog/2021/01/28/spring-cloud-2020-0-1-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/28/spring-cloud-2020-0-1-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud 2020.0.1 (aka Ilford) Is Available
<p>On behalf of the community, I am pleased to announce that Service Release 1 of the <a href="https://cloud.spring.io">Spring Cloud 2020.0</a> Release Train (2020.0.1) is available today. The release can be found in <a href="https://repo1.maven.org/maveβ¦
π Integration Testing with Spring and JUnit
https://springframework.guru/integration-testing-with-spring-and-junit/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/integration-testing-with-spring-and-junit/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Integration Testing with Spring and JUnit
You will find a greater need for Integration tests as your testing requirements become more complex when you're supporting enterprise application development using the Spring Framework. Sometimes, allowing Spring to manage the beans makes your testing easierβ¦
π Difference between java.home and JAVA_HOME
https://betterjavacode.com/java/difference-between-java-home-and-java_home
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/java/difference-between-java-home-and-java_home
β‘οΈ @SpringFrameworkZone
Code Complete
Difference between java.home and JAVA_HOME - Code Complete
Environment variables especially java.home and JAVA_HOME. What are they and how to use these variables? I explain about these variables.
π[48H] Udemy - Introduction to Microservices
A beginners guide to understand Microservices.
https://www.udemy.com/course/introduction-to-microservices-edyoda/?couponCode=FREEJAN3
β‘οΈ @SpringFrameworkZone
A beginners guide to understand Microservices.
https://www.udemy.com/course/introduction-to-microservices-edyoda/?couponCode=FREEJAN3
β‘οΈ @SpringFrameworkZone
Udemy
Top Microservices Courses Online - Updated [July 2025]
Join over half a million others learning this popular system of architecture design methods with a microservices course taught by top rated professionals on Udemy.
π Coffee with Thorben 2020-01-29 β Soft Deletes & Bi-directional Association
https://thorben-janssen.com/coffee-with-thorben-soft-deletes/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/coffee-with-thorben-soft-deletes/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Coffee with Thorben 2020-01-29 - Soft Deletes & Bi-directional Association
In this episode, we discuss the best way to implement soft deletes with Hibernate and take a look at a common association management pitfall.
π Reactor β Repeat & Retry
https://www.vinsguru.com/reactive-programming-repeat-retry/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/reactive-programming-repeat-retry/
β‘οΈ @SpringFrameworkZone
Vinsguru
Reactor Repeat vs Retry | Vinsguru
Learn the difference between Reactor repeat and Reactor retry with examples and understand when to use what in Java Reactive Programming.
π Hazelcast with Spring Boot on Kubernetes
https://piotrminkowski.com/2020/01/31/hazelcast-with-spring-boot-on-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/01/31/hazelcast-with-spring-boot-on-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Hazelcast with Spring Boot on Kubernetes - Piotr's TechBlog
This tutorial shows how to run Hazelcast cluster on Kubernetes. Each Hazelcast instance is embedded to Spring Boot application.
π Consuming a SOAP Webservice over HTTPS
https://betterjavacode.com/programming/consuming-a-soap-webservice-over-https
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/consuming-a-soap-webservice-over-https
β‘οΈ @SpringFrameworkZone
Code Complete
Consuming a SOAP Webservice over HTTPS - Code Complete
If you are accessing a SOAP Webservice over HTTPS, you will frequently run into issues like PKIX Path Failure. How to consume such services.
π A Custom Media Type for a Spring REST API
https://www.baeldung.com/spring-rest-custom-media-type
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-rest-custom-media-type
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
A Custom Media Type for a Spring REST API | Baeldung
A quick intro to using a custom media type in a Spring REST API.
π Part 3: Creating Microservices: Circuit Breaker, Fallback and Load Balancing with Spring Cloud
https://piotrminkowski.com/2017/05/15/part-3-creating-microservices-circuit-breaker-fallback-and-load-balancing-with-spring-cloud/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/05/15/part-3-creating-microservices-circuit-breaker-fallback-and-load-balancing-with-spring-cloud/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Part 3: Creating Microservices: Circuit Breaker, Fallback and Load Balancing with Spring Cloud
Probably you read some articles about Hystrix and you know in what purpose it is used for. Today I would like to show you an example of exactly how to use it, which gives you the ability to combine with other tools from Netflix OSS stack like Feign and Ribbon.β¦
π Up-to-date cache with EclipseLink and Oracle
https://piotrminkowski.com/2018/03/23/up-to-date-cache-with-eclipselink-and-oracle/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/03/23/up-to-date-cache-with-eclipselink-and-oracle/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Up-to-date cache with EclipseLink and Oracle - Piotr's TechBlog
One of the most useful feature provided by ORM libraries is a second-level cache, usually called L2. L2 object cache reduces database access for entities and their relationships. It is enabled by default in the most popular JPA implementations like Hibernateβ¦
π Handling Cookies with Spring Boot and the Servlet API
https://reflectoring.io/spring-boot-cookies/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-cookies/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Handling Cookies with Spring Boot and the Servlet API
This article demonstrates how to handle cookies in a Spring Boot or Servlet-based application.
π Guide to Spring Cloud Stream with Kafka, Apache Avro and Confluent Schema Registry
https://www.baeldung.com/spring-cloud-stream-kafka-avro-confluent
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-stream-kafka-avro-confluent
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Guide to Spring Cloud Stream with Kafka, Apache Avro and Confluent Schema Registry | Baeldung
Make Spring Cloud support Kafka with the Confluent standard components and approach, including Avro, the Schema Registry and the standard binary message format.
π New Developer Friendly Features After Java 8
https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
New Developer Friendly Features After Java 8 - Piotr's TechBlog
This article shows the most significant new developer-friendly features after Java 8. It includes new switch expression, records or sealed.
π Get List of JSON Objects with WebClient
https://www.baeldung.com/spring-webclient-json-list
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-webclient-json-list
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Get List of JSON Objects with WebClient | Baeldung
Learn how to convert a JSON Array into a Java Array of Object, Array of POJO, and a List of POJO using Spring WebClient
π Get Advised Method Info in Spring AOP
https://www.baeldung.com/spring-aop-get-advised-method-info
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-aop-get-advised-method-info
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Get Advised Method Info in Spring AOP | Baeldung
In this tutorial, we'll show you how to get all the information about a method's signature, arguments, and annotations, using a Spring AOP aspect.