Spring Tips: Spring Native and MyBatis
Hi, Spring fans! In this installment, we look at how to use the MyBatis data mapper project's new Spring Native hints to build GraalVM native images
Hi, Spring fans! In this installment, we look at how to use the MyBatis data mapper project's new Spring Native hints to build GraalVM native images
Hi, Spring fans! I wanted to share this post by Julia Liuson, President, Developer Division at Microsoft.
When we launched Azure Spring Cloud with VMware in 2019, we set out to solve common challenges developers, IT operators, and DevOps teams face when running Spring Boot applications at scale. Since then we’ve had the opportunity to work with many customers to help them adopt the service including Bosch, Digital Realty, Kroger, Liantis, Morgan Stanley, National Life, Raley’s, and Swiss Re. They value the fully managed infrastructure of Azure Spring Cloud that lets them focus on their apps…
Hi, Spring fans! Welcome to another installment of This Week in Spring! We've got a lot to cover so let's dive right into it.
Hi, Spring fans! Welcome to another installment of Spring Tips! In this installment, Josh Long (@starbuxman) looks at the wide and wonderful world of IO on the JVM.
Hi, Spring fans, and welcome to another installment of This Week in Spring! How are you? I'm doin' well. Got a lot of exciting stuff to share with you in the near future so check this space! We've got a ton to get to this week so let's dive right in!
Hi, Spring fans! In this installment, Josh Long (@starbuxman) talks to former Spring Data lead and architect extraordinaire, Oliver Drotbohm (@odrotbohm) about building elegant architectures.
Hi, Spring fans! It's a new Lunar year, so that's exciting, and I just celebrated my birthday, and that of my late father, as well. That was exciting. But there was also some bittersweet news. Let's get that out of the way first...
My friend, my hero, Stéphane Maldini, former project lead of Project Reactor and cofounder of the Reactive Streams initiative, passed away two months ago. We in the Java community made him a Java Champion posthumously. We miss him dearly. I think of him when I write reactive code.
Mon ami, mon héros, Stéphane Maldini, ancien lead de l'equipe Reactor et cofondateur…
Hi, Spring fans! Welcome to another installment of A Bootiful Podcast! In this installment, Josh Long (@starbuxman) talks to Spring Framework co-founder and project lead, friend, and all-around amazing human being, Juergen Hoeller (@springjuergen) about Spring Framework 6 and Spring Boot 3.
Hi, Spring fans! Can you believe it's already the 25th of the first month of a brand new year!? And we're fast approaching the Lunar New Year, often also called the Chinese New Year, which will arrive next Tuesday. Reunion dinner will be on the 31st of January, and the two weeks of celebration will begin. All that to say that this is my last real chance, speaking I'm sure for the entire Tanzu team, to wish everyone around the planet (billions of people!) who celebrates a very happy Lunar New Year (Mandarin: 新年快乐 (pronounced: xin nian kauai le ) / Cantonese: 新年快乐 (pronounced: san nin fai lok…
This is the fourth article of a series about how to tackle various challenges you might encounter when using Spring Data JDBC. The series consists of:
Spring Data JDBC - How Do I Make Bidirectional Relationships?
Spring Data JDBC - How Can I Do a Partial Update of an Aggregate Root? (this article)
Spring Data JDBC - How do I Generate the Schema for my Domain Model?
If you are new to Spring Data JDBC, you should start by reading introduction and this article, which explains the relevance of aggregates in the context of Spring Data JDBC…