Securing Vaadin Applications with Microsoft Entra
Many companies use Microsoft 365, so letting users log in with their Microsoft account is a good choice. This blog post shows how to secure …

Simon Martinelli
2,969 viewsMany companies use Microsoft 365, so letting users log in with their Microsoft account is a good choice. This blog post shows how to secure …

Mikael Francoeur
4,849 viewsSee how to implement a declarative API with Spring AOP and SpEL to perform tasks belonging to cross-cutting concerns like auditing.

Foojay Podcast #66: Let's Talk About Java Code! Diving into a few Foojay blog posts...

Jennifer Reif
7,164 viewsAfter working on a new online Spring Data Neo4j course, I learned a couple more things about updating an entity.

Wim De Troyer
3,766 viewsUpgrading from Spring Boot 2 to 3 forced me to define my configuration properties in a better way.

Tristan Mahinay
27,638 viewsDiscover on how quickly to integrate the IBM watsonx.ai platform in your Java application using Spring AI by creating a chat application

Vincent Vauban
12,694 viewsLearn how to speed up your Spring Batch jobs using GraalVM Native Image! Discover how to compile batch apps into native executables and …

Vincent Vauban
7,375 viewsPrevent LDAP injection in #java 💥💉with #springboot: Learn how to prevent LDAP injection attacks with expert tips from Vincent VAUBAN. …

Quartz is often considered the standard job scheduling library in Java, which can lead developers to overlook more modern alternatives.
Nicolas Frankel
5,716 viewsLearn how to start your Langchain4j journey in several incremental steps.