๐ A Bootiful Podcast: Long time Spring Framework engineer Arjen Poutsma on Spring's web support, Scala, API Design, Reactive programming and more
https://spring.io/blog/2020/10/02/a-bootiful-podcast-long-time-spring-framework-engineer-arjen-poutsma-on-spring-s-web-support-scala-api-design-reactive-programming-and-more
https://spring.io/blog/2020/10/02/a-bootiful-podcast-long-time-spring-framework-engineer-arjen-poutsma-on-spring-s-web-support-scala-api-design-reactive-programming-and-more
spring.io
A Bootiful Podcast: Long time Spring Framework engineer Arjen Poutsma on Spring's web support, Scala, API Design, Reactive programmingโฆ
<p>Hi, Spring fans! Welcome to another installment of <em>A Bootiful Podcast</em>. In this installment <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to longtime Spring Framework engineer <a href="http://twitter.com/poutsma">Arjenโฆ
๐ Avoid brittle tests for the Service layer
https://www.baeldung.com/testing-the-java-service-layer
https://www.baeldung.com/testing-the-java-service-layer
Baeldung on Kotlin
Avoid Brittle Tests for the Service Layer Baeldung
How to avoid brittle and inflexible tests for the Service Layer of a Spring web app - mock out the interactions with the database, using JUnit, Mockito and Hamcrest.
Spring Boot Framework pinned ยซ๐ Java Weekly, Issue 353 https://www.baeldung.com/java-weekly-353ยป
๐ How to implement a chatbot in Java
https://betterjavacode.com/artificial-intelligence/how-to-implement-a-chatbot-in-java
https://betterjavacode.com/artificial-intelligence/how-to-implement-a-chatbot-in-java
Code Complete
How to implement a chatbot in Java - Code Complete
With AI assistants gaining more momentum, we will have chatbots to help us in every digital aspect. I show how to implement a chatbot in Java
๐ How to use the @Scheduled Annotation in Spring? Different ways to schedule tasks in a Spring Application
https://infobrisk.com/2020/09/25/how-to-use-the-scheduled-annotation-in-spring-different-ways-to-schedule-tasks-in-a-spring-application/
https://infobrisk.com/2020/09/25/how-to-use-the-scheduled-annotation-in-spring-different-ways-to-schedule-tasks-in-a-spring-application/
InfoBrisk
How to use the @Scheduled Annotation in Spring? Different ways to schedule tasks in a Spring Application.
In this post weโll discuss some simple steps to use Springโs @Scheduled annotation to schedule tasks which are to be invoked automatically and executed at a specific interval of time. 1) Enabโฆ
๐ Setting Up Swagger 2 with a Spring REST API
https://www.baeldung.com/swagger-2-documentation-for-spring-rest-api
https://www.baeldung.com/swagger-2-documentation-for-spring-rest-api
Baeldung on Kotlin
Setting Up Swagger 2 with a Spring REST API | Baeldung
Learn how to document a Spring REST API using Swagger 2.
๐ SERVICE MESH ON KUBERNETES WITH ISTIO AND SPRING BOOT
https://piotrminkowski.com/2020/06/01/service-mesh-on-kubernetes-with-istio-and-spring-boot/
https://piotrminkowski.com/2020/06/01/service-mesh-on-kubernetes-with-istio-and-spring-boot/
Piotr's TechBlog
Service mesh on Kubernetes with Istio and Spring Boot - Piotr's TechBlog
Showing how to configure Istio service mesh for application built on top of Spring Boot. Traffic is splitted between multiple versions of app.
๐ Differences Between Netflix Feign and OpenFeign
https://www.baeldung.com/netflix-feign-vs-openfeign
https://www.baeldung.com/netflix-feign-vs-openfeign
Baeldung on Kotlin
Differences Between Netflix Feign and OpenFeign | Baeldung
Compare the Spring Cloud integrations of OpenFeign and Netflix Feign.