π Spring Boot 2.4.2 available now
https://spring.io/blog/2021/01/14/spring-boot-2-4-2-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/14/spring-boot-2-4-2-available-now
β‘οΈ @SpringFrameworkZone
Spring Boot 2.4.2 available now
Level up your Java code and explore what Spring can do for you.
π A Bootiful Podcast - Spring Cloud Stream lead Oleg Zhurakousky
https://spring.io/blog/2021/01/14/a-bootiful-podcast-spring-cloud-stream-lead-oleg-zhurakousky
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/14/a-bootiful-podcast-spring-cloud-stream-lead-oleg-zhurakousky
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast - Spring Cloud Stream lead Oleg Zhurakousky
<p>Hi, Spring fans! Welcome to another installment of <em>A Bootiful Podcast</em>. This week, <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Spring Cloud Stream <a href="https://twitter.com/z_oleg">lead Oleg Zhurakousky (@z_oleg)</a>.</p>β¦
π Spring Boot 2.3.8 available now
https://spring.io/blog/2021/01/14/spring-boot-2-3-8-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/14/spring-boot-2-3-8-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.3.8 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot 2.3.8 has been released and is now available from Maven Central.</p>
<p>This release includes <a href="https://github.com/spring-projects/spring-boot/releasβ¦
<p>This release includes <a href="https://github.com/spring-projects/spring-boot/releasβ¦
π Spring Boot 2.2.13 available now
https://spring.io/blog/2021/01/14/spring-boot-2-2-13-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/14/spring-boot-2-2-13-available-now
β‘οΈ @SpringFrameworkZone
Spring Boot 2.2.13 available now
Level up your Java code and explore what Spring can do for you.
π Http Message Converters with the Spring Framework
https://www.baeldung.com/spring-httpmessageconverter-rest
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-httpmessageconverter-rest
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Http Message Converters with the Spring Framework | Baeldung
How to configure HttpMessageConverters for a REST API with Spring, and how to use these converters with the RestTemplate.
π Common List Operations
https://springframework.guru/common-list-operations/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/common-list-operations/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Common List Operations
List is one of the most commonly used collections in Java. Some List implementations are LinkedList, ArrayList, and Stack. In this post, I will take you through some of the common operations performed on List. Overviewβ¦
π Testing Spring Boot RESTful Services
https://springframework.guru/testing-spring-boot-restful-services/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/testing-spring-boot-restful-services/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Testing Spring Boot RESTful Services
A Spring Boot RESTful service is typically divided into three layers: Repository, Service, and Controller. This layering helps to segregate the RESTful application responsibilities and enabling loose coupling between the objects. When you develop aβ¦
π Caching in Spring RESTful Service: Part 2 β Cache Eviction
https://springframework.guru/caching-in-spring-restful-service-part-2-cache-eviction/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/caching-in-spring-restful-service-part-2-cache-eviction/
β‘οΈ @SpringFrameworkZone
π Caching in Spring Boot RESTful Service: Part 1
https://springframework.guru/caching-in-spring-boot-restful-service-part-1/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/caching-in-spring-boot-restful-service-part-1/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Caching in Spring Boot RESTful Service: Part 1
Why Use Caching? When data stored in some database is requested simultaneously from a large user base, the system can get overwhelmed. This happens because for each request the application has to retrieve the dataβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 368 https://www.baeldung.com/java-weekly-368 β‘οΈ @SpringFrameworkZoneΒ»
π Coffee with Thorben 2020-01-15 β Association Pitfalls & Enum Mappings
https://thorben-janssen.com/coffee-with-thorben-2020-01-08/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/coffee-with-thorben-2020-01-08/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Coffee with Thorben 2020-01-15 - Association Pitfalls & Enum Mappings
In this episode, we discuss common pitfalls when mapping associations and I answer a question about customized enum mappings.
π How to Trigger and Stop a Scheduled Spring Batch Job
https://www.baeldung.com/spring-batch-start-stop-job
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-batch-start-stop-job
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
How to Trigger and Stop a Scheduled Spring Batch Job | Baeldung
Explore three different ways to trigger and stop a scheduled Spring Batch job.
π Introduction to Using Thymeleaf in Spring
https://www.baeldung.com/thymeleaf-in-spring-mvc
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/thymeleaf-in-spring-mvc
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Introduction to Using Thymeleaf in Spring | Baeldung
Thymeleaf is a templating language with excellent integration with Spring. This article provides an introduction to using Thymeleaf in a Spring MVC application.
π Entity To DTO Conversion for a Spring REST API
https://www.baeldung.com/entity-to-and-from-dto-for-a-java-spring-application
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/entity-to-and-from-dto-for-a-java-spring-application
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Entity To DTO Conversion for a Spring REST API | Baeldung
How to to simpler conversions from Entities to DTOs and back in a Spring REST API.
π #REVIEW: Whatβs new in Spring Boot 2.2
https://rieckpil.de/review-whats-new-in-spring-boot-2-2/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/review-whats-new-in-spring-boot-2-2/
β‘οΈ @SpringFrameworkZone
rieckpil
#REVIEW: What's new in Spring Boot 2.2 | rieckpil
Introduction to the new Spring Boot 2.2 release with feature like: Update to Spring Framework 5.2, performance improvments, JUnit 5 etc.
π How to add SOAP headers to Request/Response
https://betterjavacode.com/programming/how-to-add-soap-headers-to-request-response
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/how-to-add-soap-headers-to-request-response
β‘οΈ @SpringFrameworkZone
Code Complete
How to add SOAP headers to Request/Response - Code Complete
If you are using a SOAP service, you will need to handle security of request and response. In this post, I show how to add SOAP headers.
π Database design and discussion β Part II
https://betterjavacode.com/programming/database-design-discussion-part-ii
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/database-design-discussion-part-ii
β‘οΈ @SpringFrameworkZone
Code Complete
Database design and discussion - Part II - Code Complete
Continuing the design discussion of Social KPI application. In this post, I discuss how we will be using Facebook and Instagram APIs.
π[24H] Udemy - Object-Oriented Programming - From Basics to Advance (Java)
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
https://www.udemy.com/course/oop-learnit/?couponCode=OOP_JAN_FREE_2
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
https://www.udemy.com/course/oop-learnit/?couponCode=OOP_JAN_FREE_2
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Udemy
Object Oriented Programming - Basics to Advance (Java OOP)
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
π[24H] Udemy - Java Collections Framework + Generics, Lambdas & Stream API
Learn Java Collections Framework from scratch to PRO level with practical exercises
https://www.udemy.com/course/java-collections-framework-learnit/?couponCode=JCF_JAN_FREE_2
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Learn Java Collections Framework from scratch to PRO level with practical exercises
https://www.udemy.com/course/java-collections-framework-learnit/?couponCode=JCF_JAN_FREE_2
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Udemy
Java Collections Framework + Generics, Lambdas & Stream API
Learn Java Collections Framework from scratch to PRO level with practical exercises