π 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.
π Quick Guide to Microservices with Quarkus on Openshift
https://piotrminkowski.com/2020/08/18/quick-guide-to-microservices-with-quarkus-on-openshift/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/08/18/quick-guide-to-microservices-with-quarkus-on-openshift/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Quick Guide to Microservices with Quarkus on Openshift - Piotr's TechBlog
Building microservices with Quarkus framework and running them on OpenShift. Deploying on Openshift using S2I with GraalVM based compilation.
π Autostart for your Spring Boot Application
https://reflectoring.io/autostart-with-winsw/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/autostart-with-winsw/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Autostart for your Spring Boot Application
A guide on how to use WinSW to create an autostart for a Spring Boot application in Windows.
π Iterating Java Map Entries
https://springframework.guru/iterating-java-map-entries/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/iterating-java-map-entries/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Iterating Java Map Entries
The majority of the time when you're working with Maps in Java, you'll be accessing the map values via the key. There are times you need to walk the map like a list. There's aβ¦