Best of Spring FrameworkMarch 2025

  1. 1
    Video
    Avatar of youtubeYouTube·1y

    the Spring Boot end-to-end tutorial (new for 2025!)

    Explore the essential concepts of Spring Boot 3.4 and its 2025 updates, including auto-configuration, dependency injection, and aspect-oriented programming. Learn to set up a Spring Cloud Config Server and use Spring Batch for efficient data processing. Follow along to build a dog adoption service with these tools.

  2. 2
    Article
    Avatar of javarevisitedJavarevisited·1y

    Top 5 Books to Learn Hibernate and Spring Data JPA for Experienced Java Developers

    A guide for experienced Java developers showcasing the top 5 books to learn Hibernate and Spring Data JPA. It includes recommendations such as 'Java Persistence with Hibernate 2nd Edition' and 'High-Performance Java Persistence' by Vlad Mihalcea. Each book is supplemented with author insights and compatibility with online courses for comprehensive learning.

  3. 3
    Article
    Avatar of springSpring·1y

    Spring gRPC 0.4.0 for great good!

    Spring gRPC 0.4.0 has been released, offering a smooth experience for gRPC integration with Spring. This release emphasizes easy setup using Spring Initializr, compatibility with GraalVM, and support for HTTP/2. The post provides a guide on setting up Spring gRPC with Java 23, recommending tools like SDKMAN for JDK management.

  4. 4
    Article
    Avatar of baeldungBaeldung·1y

    Using Google Translate API in a Java Application

    Learn how to integrate Google Translate API into a Java application using the Google Cloud Translate client library. This includes setting up the Java application, initializing the Translate client, listing supported languages, translating text, detecting text language, translating multiple texts, and using custom glossaries for specialized translations.