๐ Premiering: Cloud Native Java, Redux
https://spring.io/blog/2020/10/01/premiering-cloud-native-java-redux
https://spring.io/blog/2020/10/01/premiering-cloud-native-java-redux
spring.io
Premiering: Cloud Native Java, Redux
<iframe width="560" height="315" src="https://www.youtube.com/embed/M9GNcAzBk9g" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Join Spring developer advocate <aโฆ
<p>Join Spring developer advocate <aโฆ
๐ How to lazily load non-relational attributes in a portable way
https://thorben-janssen.com/lazy-load-non-relational-attributes/
https://thorben-janssen.com/lazy-load-non-relational-attributes/
Thorben Janssen
How to lazily load non-relational attributes in a portable way
Lazy loading of non-relational attributes in JPA requires provider-specific features. Here is a simple strategy that works with all implementations.
๐ 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โฆ