π java.lang.NoSuchMethodError javax.servlet.ServletContext.getVirtualServerName()
https://betterjavacode.com/errors/servletcontext-getvirtualservername
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/errors/servletcontext-getvirtualservername
β‘οΈ @SpringFrameworkZone
Code Complete
java.lang.NoSuchMethodError javax.servlet.ServletContext.getVirtualServerName() - Code Complete
If you are using servlet api, you will come across an error with ServletContext to getVirtualServerName. In this post, I show how to resolve this error.
π[48H] DevOps Engineering - Git, GitHub, Maven, JUnit, Log4j
Learn DevOps with Git, Apache Maven, JUnit, Apache Log4j. Get build automation, testing skills to become DevOps Engineer
https://www.udemy.com/course/devops-engineering-git-github-maven-junit-log4j/?couponCode=DEVOPS_UPLATZ
β‘οΈ @SpringFrameworkZone
Learn DevOps with Git, Apache Maven, JUnit, Apache Log4j. Get build automation, testing skills to become DevOps Engineer
https://www.udemy.com/course/devops-engineering-git-github-maven-junit-log4j/?couponCode=DEVOPS_UPLATZ
β‘οΈ @SpringFrameworkZone
Udemy
DevOps Engineering - A Complete Guide
Learn DevOps with Git, Apache Maven, JUnit, Apache Log4j. Get build automation, testing skills to become DevOps Engineer
π Twelve-Factor Methodology in a Spring Boot Microservice
https://www.baeldung.com/spring-boot-12-factor
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-12-factor
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Twelve-Factor Methodology in a Spring Boot Microservice | Baeldung
A quick and practical overview of twelve-factor approach when developing Spring Boot microservices.
π Spring Security 5.5.0-RC2 released
https://spring.io/blog/2021/05/03/spring-security-5-5-0-rc2-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/03/spring-security-5-5-0-rc2-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Security 5.5.0-RC2 released
<div class="paragraph">
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.5.0-RC2!</p>
</div>
<div class="paragraph">
<p>After releasing 5.5.0-RC1 we received some feedback on our APIs that required further refinements.β¦
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.5.0-RC2!</p>
</div>
<div class="paragraph">
<p>After releasing 5.5.0-RC1 we received some feedback on our APIs that required further refinements.β¦
π HTTP Security Headers β XFrame Options and Content Security Policies
https://betterjavacode.com/programming/http-security-headers-xframe-options-and-content-security-policies
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/http-security-headers-xframe-options-and-content-security-policies
β‘οΈ @SpringFrameworkZone
Code Complete
HTTP Security Headers - XFrame Options and Content Security Policies - Code Complete
In this post, I show why we use X-Frame-Options and Content-Security-Policies HTTP security headers and how to use them in details.
π Autowiring In Spring
https://springframework.guru/autowiring-in-spring/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/autowiring-in-spring/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Autowiring In Spring
In this post, Iβll explain how to work with Autowiring In Spring First, weβll begin with a brief introduction about Autowiring. Then, weβll look at the different modes of Autowiring using XML configuration. Finally, weβllβ¦
π Using a Spring Cloud App Starter
https://www.baeldung.com/spring-cloud-app-starter
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-app-starter
β‘οΈ @SpringFrameworkZone
Baeldung
Using a Spring Cloud App Starter | Baeldung
Let's have a look at how to use Spring Cloud App starters using an example which streams Twitter posts into a Hadoop Distributed File System.
π This Week in Spring - May 4th, 2021
https://spring.io/blog/2021/05/04/this-week-in-spring-may-4th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/04/this-week-in-spring-may-4th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - May 4th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Howβre you doing? I hope youβre doing well, and that the Fourth (of May) is with you. </p>
<p>Today may be the 4th, but yesterday was the third of May, and that marks theβ¦
<p>Today may be the 4th, but yesterday was the third of May, and that marks theβ¦
π Spring Cloud Gateway for Kubernetes
https://spring.io/blog/2021/05/04/spring-cloud-gateway-for-kubernetes
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/04/spring-cloud-gateway-for-kubernetes
β‘οΈ @SpringFrameworkZone
Spring Cloud Gateway for Kubernetes
Level up your Java code and explore what Spring can do for you.
π An Example of Load Balancing with Zuul and Eureka
https://www.baeldung.com/zuul-load-balancing
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/zuul-load-balancing
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
An Example of Load Balancing with Zuul and Eureka
See how load-balancing with Netflix Zuul looks like.
π High-Performance Java Persistence Newsletter, Issue 26
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-26/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-26/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 26 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Sorting Java Collections
https://springframework.guru/sorting-java-collections/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/sorting-java-collections/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Sorting Java Collections
Sorting collections is a common task that Java developers deal with on a daily bases. The Java Collections class provides us with two sort() methods to sort all collections that implement the List interface. Sorting Primitive Typesβ¦
π Springβs RequestBody and ResponseBody Annotations
https://www.baeldung.com/spring-request-response-body
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-request-response-body
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring's RequestBody and ResponseBody Annotations | Baeldung
Learn about the Spring @RequestBody and @ResponseBody annotations.
π Architectural Pattern β CQRS β Command and Query Responsibility Segregation With Spring Boot
https://www.vinsguru.com/architectural-design-patterns-cqrs-command-and-query-responsibility-segregation-using-spring-boot-postgresql/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/architectural-design-patterns-cqrs-command-and-query-responsibility-segregation-using-spring-boot-postgresql/
β‘οΈ @SpringFrameworkZone
Vinsguru
CQRS Pattern With Spring Boot | Vinsguru
Learn CQRS Pattern with Spring Boot, one of the Microservice Design Patterns to independently scale read and write workloads of an application.
π Authenticating a User with LDAP
https://spring.io/guides/gs/authenticating-ldap/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/authenticating-ldap/
β‘οΈ @SpringFrameworkZone
Getting Started | Authenticating a User with LDAP
Learn how to secure an application with LDAP.
π A Bootiful Podcast: Friend, fellow Spring Developer Advocate, Kotlin Google Developer Expert, and Java Champion, Mark Heckler
https://spring.io/blog/2021/05/06/a-bootiful-podcast-friend-fellow-spring-developer-advocate-kotlin-google-developer-expert-and-java-champion-mark-heckler
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/06/a-bootiful-podcast-friend-fellow-spring-developer-advocate-kotlin-google-developer-expert-and-java-champion-mark-heckler
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Friend, fellow Spring Developer Advocate, Kotlin Google Developer Expert, and Java Champion, Mark Heckler
<p>Hi, Spring fans! Welcome to another installment of A Bootiful Podcast! This week, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to his friend, fellow Spring Developer Advocate, Kotlin Google Developer Expert, and Java Champion:β¦
π Spring Cloud Kubernetes Load Balancer Guide
https://piotrminkowski.com/2020/09/10/spring-cloud-kubernetes-load-balancer-guide/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/09/10/spring-cloud-kubernetes-load-balancer-guide/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Cloud Kubernetes Load Balancer Guide - Piotr's TechBlog
This article shows how to use Spring Cloud Kubernetes Load Balancer with Feign and RestTemplate to provide communication for microservices.