π Spring Boot 2.4.0-M4 available now
https://spring.io/blog/2020/10/15/spring-boot-2-4-0-m4-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/15/spring-boot-2-4-0-m4-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.4.0-M4 available now
<p>On behalf of the team and everyone that contributed, I am pleased to announce that the fourth milestone of Spring Boot 2.4 has been released and is available from <a href="https://repo.spring.io/milestone/">our milestone repository</a>.</p>
<p>This releaseβ¦
<p>This releaseβ¦
π Using WebSocket to build an interactive web application
https://spring.io/guides/gs/messaging-stomp-websocket/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/messaging-stomp-websocket/
β‘οΈ @SpringFrameworkZone
Getting Started | Using WebSocket to build an interactive web application
Learn how to the send and receive messages between a browser and the server over a WebSocket
π Spring Validation Message Interpolation
https://www.baeldung.com/spring-validation-message-interpolation
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-validation-message-interpolation
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Validation Message Interpolation | Baeldung
Learn how default Spring message interpolation works and how to create a custom message interpolation engine
π MICROSERVICES WITH SPRING CLOUD KUBERNETES
https://piotrminkowski.com/2019/12/20/microservices-with-spring-cloud-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/12/20/microservices-with-spring-cloud-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Microservices With Spring Cloud Kubernetes - Piotr's TechBlog
Using Spring Cloud Kubernetes project for simplifying the development of microservices built on top of Spring Boot.
π Detecting If a Spring Transaction Is Active
https://www.baeldung.com/spring-transaction-active
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-transaction-active
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Detecting If a Spring Transaction Is Active | Baeldung
Let's look at how we can find if a Spring transaction is active.
Spring Boot Framework pinned Β«π Java Weekly, Issue 355 https://www.baeldung.com/java-weekly-355 β‘οΈ @SpringFrameworkZoneΒ»
π All about Kafka Streaming
https://betterjavacode.com/java/all-about-kafka-streaming
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/java/all-about-kafka-streaming
β‘οΈ @SpringFrameworkZone
Code Complete
All about Kafka Streaming - Code Complete
Apache Kafka. What is Apache Kafka and how to use it? In this post, I talk about kafka streaming and how to use kafka streaming.
π MICROSERVICES WITH APACHE CAMEL
https://piotrminkowski.com/2017/03/03/microservices-with-apache-camel/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/03/03/microservices-with-apache-camel/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Microservices with Apache Camel - Piotr's TechBlog
Introduction to building microservices architecture with Spring and Apache Camel. Camel microservices integrate with Eureka, Consul or Zipkin.
π Reactor β SwitchOnFirst Usage
https://www.vinsguru.com/reactive-programming-switchonfirst-usage/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/reactive-programming-switchonfirst-usage/
β‘οΈ @SpringFrameworkZone
Vinsguru
Java Reactive Programming β SwitchOnFirst Usage | Vinsguru
In this Project reactor series, Lets take a look at switchOnFirst and its usage. If you are new to reactive programming, take a look at these following
π KUBERNETES MESSAGING WITH JAVA AND KUBEMQ
https://piotrminkowski.com/2020/01/17/kubernetes-messaging-with-java-and-kubemq/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/01/17/kubernetes-messaging-with-java-and-kubemq/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Kubernetes Messaging with Java and KubeMQ - Piotr's TechBlog
This tutorial shows how to implement mesaging on Kubernetes using KubeMQ message broker and integrate Java application with it.
π Finding a Free Port in Java
https://www.baeldung.com/java-free-port
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/java-free-port
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Baeldung
Finding a Free Port in Java
Learn about how we can search for free ports for Java servers.
π NATS β Performance Comparison With REST
https://www.vinsguru.com/nats-performance-comparison-with-rest/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/nats-performance-comparison-with-rest/
β‘οΈ @SpringFrameworkZone
Vinsguru
NATS Messaging vs REST Performance Comparison | Vinsguru
This tutorial shows the performance comparison of the NATS messaging vs REST based microservices.
π A NEW ERA OF SPRING CLOUD
https://piotrminkowski.com/2020/05/01/a-new-era-of-spring-cloud/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/05/01/a-new-era-of-spring-cloud/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
A New Era Of Spring Cloud - Piotr's TechBlog
Showing new modules of Spring Cloud which replace Netflix OSS components: Spring Cloud Load Balancer, Consul and Circuit Breaker
π IN-MEMORY DATA GRID WITH APACHE IGNITE
https://piotrminkowski.com/2017/11/13/in-memory-data-grid-with-apache-ignite/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/11/13/in-memory-data-grid-with-apache-ignite/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
In-memory data grid with Apache Ignite - Piotr's TechBlog
Building in-memory data grid with Apache Ignite. Storing data in MySQL using Spring Data JPA.
π Spring Security β security none, filters none, access permitAll
https://www.baeldung.com/security-none-filters-none-access-permitAll
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/security-none-filters-none-access-permitAll
β‘οΈ @SpringFrameworkZone
Baeldung
Spring Security - access permitAll, filters none, security none | Baeldung
The differences between access="permitAll", filters="none", security="none" in Spring Security.
π 7 AWS Services Every Developer Should Know About
https://betterjavacode.com/programming/7-aws-services-every-developer-should-know-about
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/7-aws-services-every-developer-should-know-about
β‘οΈ @SpringFrameworkZone
Code Complete
7 AWS Services Every Developer Should Know About
In this post, I describe 7 AWS services that a developer should know about while working on AWS Cloud platform.
π Spring Integration
http://www.springsource.org/spring-integration
π Guide https://spring.io/guides/gs/integration/
π You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
https://github.com/spring-projects/spring-integration-samples
β‘οΈ @SpringFrameworkZone
http://www.springsource.org/spring-integration
π Guide https://spring.io/guides/gs/integration/
π You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
https://github.com/spring-projects/spring-integration-samples
β‘οΈ @SpringFrameworkZone
spring.io
Spring Integration
Level up your Java code and explore what Spring can do for you.
π Using Swagger Request Validator to Validate Spring Cloud Contracts
https://springframework.guru/using-swagger-request-validator-to-validate-spring-cloud-contracts/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-swagger-request-validator-to-validate-spring-cloud-contracts/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using Swagger Request Validator to Validate Spring Cloud Contracts
The Swagger Request Validator is a slick project supported by the folks at Atlassian. Using your API definition in Swagger v2 or OpenAPI v3, it allows you to programmatically validate your API matches your APIβ¦