Best of Spring FrameworkJune 2024

  1. 1
    Article
    Avatar of baeldungBaeldung·2y

    Java Weekly, Issue 548

    The issue covers topics including getting started with Jakarta Data and Hibernate, simplifying Java with module import declarations in JDK 23, and mapping Java Enum to custom values with JPA and Hibernate. Also features guides on securing Jakarta EE applications with OIDC and Keycloak, and insights into Kubernetes debugging. Various Spring and Java updates are highlighted alongside technical musings and thought-provoking reads.

  2. 2
    Article
    Avatar of baeldungBaeldung·2y

    Implement Bulk and Batch API in Spring

    Learn how to implement bulk and batch operations in a Spring application, including the differences between the two. Implement bulk operations using existing endpoints and implement batch operations for creating and updating multiple resource types.

  3. 3
    Article
    Avatar of baeldungBaeldung·2y

    Using Enum in Spring Data JPA Queries

    Learn how to query enum fields in entity classes using Spring Data JPA. Explore standard JPA methods and native queries for querying enum fields.

  4. 4
    Article
    Avatar of javarevisitedJavarevisited·2y

    Spring Shell : Build your own word counter

    Learn how to use Spring Shell to build a command line word counter tool. Explore tool requirements, project setup, accepting command-line input, coding utilities, and running the tool.

  5. 5
    Article
    Avatar of java_libhuntAwesome Java Newsletter·2y

    Virtual vs Platform Threads When blocking operations return too fast

    The post explores the performance differences between virtual threads and platform threads in Java when running blocking I/O operations. Tests conducted show that virtual threads perform better than platform threads for long blocking operations but are outperformed by platform threads for short blocking tasks. Different JDK versions also impact the performance, necessitating benchmarks for specific use cases.

  6. 6
    Article
    Avatar of foojayioFoojay.io·2y

    Java on Visual Studio Code May 2024 Update – New AI Feature, Spring Updates

    The post introduces a new AI feature for Java developers on Visual Studio Code and highlights important Spring updates. It also mentions the Testing Coverage feature and provides resources to learn Java on Visual Studio Code.

  7. 7
    Article
    Avatar of springSpring·2y

    Spring Tips: Spring AI Redux

    VMware offers training and certification to help you advance in your career.

  8. 8
    Article
    Avatar of devblogsDevBlogs·2y

    Java on Visual Studio Code Update

    Visual Studio Code for Java introduces an exciting new feature called 'Rewrite with new Java syntax' using Copilot. Spring updates include JPQL syntax highlighting, adding starters directly from pom.xml files, showing active profiles in the dashboard, automatic conversion of application properties, and performance improvements. The Testing Coverage feature can be reset for every execution using a specific setting.