π Migrate Android Project from Eclipse to Android Studio
https://betterjavacode.com/programming/migrate-android-project-from-eclipse-to-android-studio
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/migrate-android-project-from-eclipse-to-android-studio
β‘οΈ @SpringFrameworkZone
Code Complete
Migrate Android Project from Eclipse to Android Studio - Code Complete
I remember downloading Android Studio back in 2013 to work on an Android project. But after playing around for an hour or two, I got frustrated. I had to delete Android Studio and go back to Eclipse. One reason why Eclipse was never successful with androidβ¦
π Spring Initializr 0.10.0 available now
https://spring.io/blog/2021/02/19/spring-initializr-0-10-0-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/19/spring-initializr-0-10-0-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Initializr 0.10.0 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Initializr 0.10.0 has been released and is now available from Maven Central.</p>
<p>This release includes <a href="https://github.com/spring-io/initializr/releasβ¦
<p>This release includes <a href="https://github.com/spring-io/initializr/releasβ¦
π Spring Security Authentication Provider
https://www.baeldung.com/spring-security-authentication-provider
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-authentication-provider
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security Custom Authentication Provider | Baeldung
How to Set Up a Custom Authentication Provider with Spring Security and the namespace configuration.
π Design Pattern β Adapter Pattern β Part VII
https://betterjavacode.com/programming/design-patter-adapter-pattern-part-vii
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/design-patter-adapter-pattern-part-vii
β‘οΈ @SpringFrameworkZone
Code Complete
Design Pattern - Adapter Pattern - Part VII - Code Complete
Design patterns. In this post, I show how and why to use Adapter Design Pattern while designing your software. Questions?
π Spring Security for Spring Boot Integration Tests
https://www.baeldung.com/spring-security-integration-tests
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-integration-tests
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security for Spring Boot Integration Tests | Baeldung
Learn how to execute Spring Security enabled integration tests
π Microservices with Kubernetes and Docker
https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Microservices with Kubernetes and Docker - Piotr's TechBlog
Introduction to building Spring Boot microservices achitecture with Docker and Kubernetes.
π Microservices with Micronaut, KrakenD and Consul
https://piotrminkowski.com/2021/02/23/microservices-with-micronaut-krakend-and-consul/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/02/23/microservices-with-micronaut-krakend-and-consul/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Microservices with Micronaut, KrakenD and Consul - Piotr's TechBlog
This article shows how to use KrakenD as an API gateway with Consul service discovery for microservices written with the Micronaut framework.
π Hibernate Performance Tuning Done Right
https://thorben-janssen.com/hibernate-performance-tuning-done-right/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/hibernate-performance-tuning-done-right/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Hibernate Performance Tuning Done Right
There is no "one size fits all" approach to performance optimization. You need to pick the problem and fix based on your model and data.
π How to Read HTTP Headers in Spring REST Controllers
https://www.baeldung.com/spring-rest-http-headers
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-rest-http-headers
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
How to Read HTTP Headers in Spring REST Controllers | Baeldung
Learn how to access request headers in Spring REST controllers.
π This Week in Spring - February 23rd, 2021
https://spring.io/blog/2021/02/23/this-week-in-spring-february-23rd-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/23/this-week-in-spring-february-23rd-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - February 23rd, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! This weekβs been exciting and only going to get more exciting as the days carry on. </p>
<p>Tomorrow, the 24th of February, Iβll be participating in a panel with <a href=β¦
<p>Tomorrow, the 24th of February, Iβll be participating in a panel with <a href=β¦
π Spring Tips: Spring Cloud Gateway (Redux)
https://spring.io/blog/2021/02/23/spring-tips-spring-cloud-gateway-redux
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/23/spring-tips-spring-cloud-gateway-redux
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tips: Spring Cloud Gateway (Redux)
<p>Hi, Spring fans! In this installment of Spring Tips, I revisit Spring Cloud Gateway. </p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/puIJ1Mn9_LE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;β¦
<iframe width="560" height="315" src="https://www.youtube.com/embed/puIJ1Mn9_LE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;β¦
π Building a Robust SQS Client with Spring Boot
https://reflectoring.io/spring-robust-sqs-client/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-robust-sqs-client/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Building a Robust SQS Client with Spring Boot
A top-to-bottom approach of building an SQS client for publishing and receiving messages from an SQS queue in a robust and scalable way.
π Json Web Token (JWT) β Introduction
https://betterjavacode.com/java/json-web-token-jwt-introduction
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/java/json-web-token-jwt-introduction
β‘οΈ @SpringFrameworkZone
Code Complete
Json Web Token (JWT) - Introduction - Code Complete
What is Json Web Token? Detail description of components of JWT. This post shows how to use Json Web Token and why to use it?
π MySQL Query Profiling Using Performance Schema
https://vladmihalcea.com/mysql-query-profiling-performance-schema/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/mysql-query-profiling-performance-schema/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
MySQL Query Profiling Using Performance Schema - Vlad Mihalcea
Learn what the MySQL Performance Schema is and how you can use it for SQL Query Profiling and Tuning purposes.
π Multiple Authentication Providers in Spring Security
https://www.baeldung.com/spring-security-multiple-auth-providers
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-multiple-auth-providers
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Multiple Authentication Providers in Spring Security | Baeldung
Learn how to use multiple authentication providers within Spring Security.
π A Bootiful Podcast: Spring legend Greg Turnquist on Spring Data REST, HATEOAS, CI, and so much more.
https://spring.io/blog/2021/02/25/a-bootiful-podcast-spring-legend-greg-turnquist-on-spring-data-rest-hateoas-ci-and-so-much-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/25/a-bootiful-podcast-spring-legend-greg-turnquist-on-spring-data-rest-hateoas-ci-and-so-much-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Spring legend Greg Turnquist on Spring Data REST, HATEOAS, CI, and so much more.
<p>Hi, Spring fans! In this episode <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Spring legend <a href="http://twitter.com/gregturn">Greg Turnquist (@gregturn)</a> about Spring Data REST, HATEOAS, CI, and so much more. </p>β¦
π Whatβs New in Spring Boot 2?
https://www.baeldung.com/new-spring-boot-2
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/new-spring-boot-2
β‘οΈ @SpringFrameworkZone
Baeldung
What's new in Spring Boot 2? | Baeldung
A quick and practical overview of Spring Boot 2 new features.