π A Bootiful Podcast: Oracle's Dilip Krishnan about Spring Fox, the Oracle Cloud Lift team, and more
https://spring.io/blog/2021/04/29/a-bootiful-podcast-oracle-s-dilip-krishnan-about-spring-fox-the-oracle-cloud-lift-team-and-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/04/29/a-bootiful-podcast-oracle-s-dilip-krishnan-about-spring-fox-the-oracle-cloud-lift-team-and-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Oracle's Dilip Krishnan about Spring Fox, the Oracle Cloud Lift team, and more
<p>Hi, Spring fans! Welcome to another installment of A Bootiful Podcast. In this installment, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talk to Oracleβs <a href="https://twitter.com/dilipkrish">Dilip Krishnan (@dilipkrish)</a>β¦
π Returning Plain HTML From a Spring MVC Controller
https://www.baeldung.com/spring-mvc-return-html
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-return-html
β‘οΈ @SpringFrameworkZone
Baeldung
Returning Plain HTML From a Spring MVC Controller | Baeldung
Learn how to return HTML from a Spring MVC controller.
π Deploying Spring Cloud Microservices on Hashicorpβs Nomad
https://piotrminkowski.com/2018/04/17/deploying-spring-cloud-microservices-on-hashicorps-nomad/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/04/17/deploying-spring-cloud-microservices-on-hashicorps-nomad/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Deploying Spring Cloud Microservices on Hashicorp's Nomad - Piotr's TechBlog
Nomad is a little less popular HashiCorpβs cloud product than Consul, Terraform, or Vault. It is also not as popular as competitive software like Kubernetes and Docker Swarm. However, it has its advantages. While Kubernetes is specifically focused on Dockerβ¦
π Guide to Retry in Spring WebFlux
https://www.baeldung.com/spring-webflux-retry
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-webflux-retry
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Guide to Retry in Spring WebFlux | Baeldung
Cloud applications should be built for resilience. The Spring WebClient provides a few techniques out of the box for retrying failed connections. We look at how to produce retry behaviour with a few additional configuration options.
Spring Boot Framework pinned Β«π Java Weekly, Issue 383 https://www.baeldung.com/java-weekly-383 β‘οΈ @SpringFrameworkZoneΒ»
π Spring Security Registration Tutorial
https://www.baeldung.com/spring-security-registration
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-registration
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security Registration Series | Baeldung
Building a full-fledged, production ready registration for your web app is oh so much more than just putting together a simple registration page.
π Looking for a Java Team Lead with Spring Experience (Remote) (Part Time)
https://www.baeldung.com/job/java-lead
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/job/java-lead
β‘οΈ @SpringFrameworkZone
Baeldung
Looking for a Java Team Lead with Spring Experience (Remote) (Part Time) (not open) | Baeldung
Description We are looking for a senior Java developer with solid Spring experience, to join and help guide the team as we work on teaching-focused material - specifically courses. Our codebase is well maintained, and the team is primarily developing newβ¦
π 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.