π This Week in Spring - December 22nd, 2020
https://spring.io/blog/2020/12/22/this-week-in-spring-december-22nd-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/22/this-week-in-spring-december-22nd-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - December 22nd, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring!</em> </p>
<p>Itβs December 22nd, 2020, as I write this and I <em>can not</em> believe weβre smack dab in the middle of the week and only have two shopping days until Christmas!β¦
<p>Itβs December 22nd, 2020, as I write this and I <em>can not</em> believe weβre smack dab in the middle of the week and only have two shopping days until Christmas!β¦
π Configuring Skip Logic in Spring Batch
https://www.baeldung.com/spring-batch-skip-logic
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-batch-skip-logic
β‘οΈ @SpringFrameworkZone
Baeldung
Configuring Skip Logic in Spring Batch | Baeldung
A quick and practical overview of configuring skip logic in Spring Batch.
π Spring MVC @PathVariable with a dot (.) gets truncated
https://www.baeldung.com/spring-mvc-pathvariable-dot
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-pathvariable-dot
β‘οΈ @SpringFrameworkZone
Baeldung
Spring MVC @PathVariable with a dot (.) gets truncated | Baeldung
Learn how to handle path variables that contain a dot in Spring MVC request mappings.
π Cloud Events and Spring - part 2
https://spring.io/blog/2020/12/23/cloud-events-and-spring-part-2
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/23/cloud-events-and-spring-part-2
β‘οΈ @SpringFrameworkZone
Cloud Events and Spring - part 2
Level up your Java code and explore what Spring can do for you.
π Feature Flags with Spring
https://www.baeldung.com/spring-feature-flags
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-feature-flags
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Feature Flags with Spring | Baeldung
Learn how feature flags can help you to enable or disable different functionality in your Spring Boot application without recompiling or redeploying.
π Accessing Data in Pivotal GemFire
https://spring.io/guides/gs/accessing-data-gemfire/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/accessing-data-gemfire/
β‘οΈ @SpringFrameworkZone
Getting Started | Accessing Data in Pivotal GemFire
Learn how to build an application using Gemfire's data fabric.
π A Bootiful Podcast: Alibaba's San-Hong Li on tuning OpenJDK for Alibaba Scale
https://spring.io/blog/2020/12/24/a-bootiful-podcast-alibaba-s-san-hong-li-on-tuning-openjdk-for-alibaba-scale
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/24/a-bootiful-podcast-alibaba-s-san-hong-li-on-tuning-openjdk-for-alibaba-scale
β‘οΈ @SpringFrameworkZone
A Bootiful Podcast: Alibaba's San-Hong Li on tuning OpenJDK for Alibaba Scale
Level up your Java code and explore what Spring can do for you.
π Documenting a Spring Data REST API with Springfox and Swagger
https://reflectoring.io/documenting-spring-data-rest-api-with-springfox/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/documenting-spring-data-rest-api-with-springfox/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Documenting a Spring Data REST API with Springfox and Swagger
A tutorial on how to document a REST API created with Spring Data REST using Springfox and Swagger.
π Spring MVC Content Negotiation
https://www.baeldung.com/spring-mvc-content-negotiation-json-xml
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-content-negotiation-json-xml
β‘οΈ @SpringFrameworkZone
Baeldung
Spring MVC Content Negotiation | Baeldung
A guide to configuring content negotiation in a Spring MVC application and on enabling and disabling the various available strategies.
π Integration Tests With Spring Cloud Netflix and Feign
https://www.baeldung.com/spring-cloud-feign-integration-tests
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-feign-integration-tests
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Integration Tests With Spring Cloud Netflix and Feign | Baeldung
Let's explore how we can do integration testing of a Feign Client.
π Intro to the Spring ClassPathXmlApplicationContext
https://www.baeldung.com/spring-classpathxmlapplicationcontext
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-classpathxmlapplicationcontext
β‘οΈ @SpringFrameworkZone
Baeldung
Intro to Spring ClassPathXmlApplicationContext | Baeldung
Quick guide with an introduction to ClassPathXmlApplicationContext, which covers API, the lifecycle, and internationalization with examples.
π Java ArrayList vs LinkedList
https://springframework.guru/java-arraylist-vs-linkedlist/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/java-arraylist-vs-linkedlist/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Java ArrayList vs LinkedList
Lists are common data structures in Java. Elements in a List have a specific order and can include duplicate elements. List have different implementations based on different use cases. The two key ones are ArrayListβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 365 https://www.baeldung.com/java-weekly-365 β‘οΈ @SpringFrameworkZoneΒ»
π Deploy a Spring Boot Application to AWS Beanstalk
https://www.baeldung.com/spring-boot-deploy-aws-beanstalk
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-deploy-aws-beanstalk
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Deploy a Spring Boot Application to AWS Beanstalk
A straightforward guide to deploying Spring Boot Applications to AWS Beanstalk
π Spring WebClient vs RestTemplate β Comparison and Features
https://betterjavacode.com/programming/spring-webclient-vs-resttemplate-comparison-and-features
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/spring-webclient-vs-resttemplate-comparison-and-features
β‘οΈ @SpringFrameworkZone
Code Complete
Spring WebClient vs RestTemplate - Comparison and Features - Code Complete
In this post, I show how to use Spring's webclient implementation Spring WebClient vs RestTemplate client. Different features of WebClient.
π Spring Expression Language Guide
https://www.baeldung.com/spring-expression-language
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-expression-language
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Expression Language Guide | Baeldung
This article explores Spring Expression Language (SpEL), a powerful expression language that supports querying and manipulating object graphs at runtime.