Introduction to Spring AI

Learn the fundamentals of using generative AI in Spring Boot applications and understand the essential AI concepts.

Java Weekly, Issue 441

Java GCs, Project Panama, Spring Data JDBC, multiset vs joins, structured concurrency, and HTTP/3.

Spark DataFrame

Spark’s DataFrame component is an essential part of its API. It represents data in a table like way so we can perform operations on it. We look at the Java Dataset type, which is used to interact with DataFrames and we see how to read data from a JSON file and write it to a database.

A Guide to JPA Buddy

Explore JPA Buddy and its main features and see how we can use them during the application development cycle.