π[48H] Udemy - Programming Network Applications in Java
TCP and UDP sockets in Java
https://www.udemy.com/course/programming-network-applications-in-java/?couponCode=HAPPYNEWYEAR
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
TCP and UDP sockets in Java
https://www.udemy.com/course/programming-network-applications-in-java/?couponCode=HAPPYNEWYEAR
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Udemy
Programming Network Applications in Java
<p>If you have a great idea for an app that needs to communicate through a network, or you're just beginning to learn Java, or you're a network engineer looking to implement one of many network protocols, you've come to the right place!</p><p>In this courseβ¦
π Service Locator Pattern in Spring
https://springframework.guru/service-locator-pattern-in-spring/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/service-locator-pattern-in-spring/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
How To Implement the Service Locator Pattern in Spring
In this article, we'll to learn how to implement the service locator Design Pattern in Spring. We'll begin with a brief introduction. Next, we'll introduce an example that benefits from using the pattern. And finallyβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 366 https://www.baeldung.com/java-weekly-366 β‘οΈ @SpringFrameworkZoneΒ»
π Difference Between spring-boot:repackage and Maven package
https://www.baeldung.com/spring-boot-repackage-vs-mvn-package
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-repackage-vs-mvn-package
β‘οΈ @SpringFrameworkZone
Baeldung
Difference Between spring-boot:repackage and Maven package | Baeldung
Learn the difference between mvn:package and spring-boot:repackage
π Guide to Quarkus with Kotlin
https://piotrminkowski.com/2020/08/09/guide-to-quarkus-with-kotlin/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/08/09/guide-to-quarkus-with-kotlin/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Guide to Quarkus with Kotlin - Piotr's TechBlog
8-step guide for building Quarkus REST-based application written Kotlin that connects to a database using JPA and follows best practices.
π New Features in Java 11
https://www.baeldung.com/java-11-new-features
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/java-11-new-features
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
New Features in Java 11 | Baeldung
Java 11 brings new features, including convenience methods in the standard libraries and the integration of the new HTTP Client. We review these and other improvements.
π CSRF Protection with Spring MVC and Thymeleaf
https://www.baeldung.com/csrf-thymeleaf-with-spring-security
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/csrf-thymeleaf-with-spring-security
β‘οΈ @SpringFrameworkZone
Baeldung
CSRF Protection with Spring MVC and Thymeleaf | Baeldung
Quick and practical guide to preventing CSRF attacks with Spring Security, Spring MVC and Thymeleaf.
π Two Factor Auth with Spring Security
https://www.baeldung.com/spring-security-two-factor-authentication-with-soft-token
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-two-factor-authentication-with-soft-token
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Two Factor Auth with Spring Security | Baeldung
A practical two-factor authentication implementation with Spring Security 4 and the Google Authenticator mobile app.
π YMNNALFT: Easy Docker Image Creation with the Spring Boot Maven Plugin and Buildpacks
https://spring.io/blog/2021/01/04/ymnnalft-easy-docker-image-creation-with-the-spring-boot-maven-plugin-and-buildpacks
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/04/ymnnalft-easy-docker-image-creation-with-the-spring-boot-maven-plugin-and-buildpacks
β‘οΈ @SpringFrameworkZone
spring.io
YMNNALFT: Easy Docker Image Creation with the Spring Boot Maven Plugin and Buildpacks
<p>Welcome to another installment of <em>You May Not Need Another Library For That</em> (<code>#YMNNALFT</code>)! Iβve spent a lot of time since 2016 illuminating (or trying to, anyway!) some of the more enormous opportunities in the Spring ecosystem in <aβ¦
π Using Logback with Spring Boot
https://springframework.guru/using-logback-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-logback-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Using Logback with Spring Boot
In this post we will explore using Spring Boot's default logging framework, Logback. Logback makes an excellent logging framework for enterprise applications. Itβs fast, and has simple but powerful configuration options, and comes with aβ¦
π Dockerizing a Spring Boot Application
https://www.baeldung.com/dockerizing-spring-boot-application
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/dockerizing-spring-boot-application
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Dockerizing a Spring Boot Application | Baeldung
The article explains running two SpringBoot applications in different docker containers, but communicating and appearing as a single unit to the host system.
π MongoDB Testcontainers Setup for @DataMongoTest
https://rieckpil.de/mongodb-testcontainers-setup-for-datamongotest/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/mongodb-testcontainers-setup-for-datamongotest/
β‘οΈ @SpringFrameworkZone
rieckpil
MongoDB Testcontainers Setup for @DataMongoTest - rieckpil
Spring Boot testing recipe to disable the default auto-configuration of an embedded MongoDB of @DataMongoTest to use Testcontainers instead.