Member-only story

Engineering With Java: Digest #8

Curated and Hand-Picked Java and Spring Blogs.

Suraj Mishra
4 min readFeb 9, 2024

In this edition of the Engineering With Java newsletter, we have hand-picked some interesting, must-read Java and Spring articles that will make us better Java developers and empower us to build better software. Hope you will like the work. Consider sharing your love by liking and sharing your feedback in the comment section.

“We are striving and committed to making this the best Java newsletter.”

Consider subscribing to the newsletter

1. How to generate DAOs and queries with Hibernate

Hibernate has improved its metamodel generator to simplify the process of defining DAOs and queries. The author discusses the solution that eliminates the need for repetitive boilerplate code and allows developers to define DAOs as interfaces with annotated method definitions.

Read the full article.

2. Building gdocweb with Java 21, Spring Boot 3.x and Beyond

The author discusses building his project gdocweb which converts Google Docs to websites. The author shares his experience of using Java 21, Spring Boot 3, and why he ditches GraalVM.

--

--

Suraj Mishra
Suraj Mishra

Written by Suraj Mishra

Staff Software Engineer @PayPal ( All opinions are my own and not of my employer )

No responses yet