π Testing with Hoverfly and Java Part 3: State
//www.javacodegeeks.com/2020/09/testing-with-hoverfly-and-java-part-3-state.html
//www.javacodegeeks.com/2020/09/testing-with-hoverfly-and-java-part-3-state.html
Java Code Geeks
Testing with Hoverfly and Java Part 3: State | Java Code Geeks - 2020
Previously we simulated a delay scenario using Hoverfly. Now itβs time to dive deeper and go for a state-based testing. By doing a stateful simulation we
π Reduce Repetitive Code in Spring MVC Controllers
//www.javacodegeeks.com/2020/09/reduce-repetitive-code-in-spring-mvc-controllers.html
//www.javacodegeeks.com/2020/09/reduce-repetitive-code-in-spring-mvc-controllers.html
Java Code Geeks
Reduce Repetitive Code in Spring MVC Controllers - Java Code Geeks - 2021
After spending some time doing sustained engineering (a.k.a. maintaining legacy code), I ventured to reduce repetitive code in Spring MVC @Controllers. I
π Asynchronous HTTP Programming with Play Framework
https://www.baeldung.com/java-play-asynchronous-http-programming
https://www.baeldung.com/java-play-asynchronous-http-programming
Baeldung
Asynchronous HTTP Programming with Play Framework | Baeldung
The Play Framework provides an asynchronous HTTP client to make calls to web services in the background while doing other work. We explore how to use it.
π boolean and boolean[] Memory Layout in the JVM
https://www.baeldung.com/jvm-boolean-memory-layout
https://www.baeldung.com/jvm-boolean-memory-layout
Baeldung
boolean and boolean[] Memory Layout in the JVM | Baeldung
Learn the footprint of a boolean value in the JVM in different circumstances