Unlocking the Full Power: How to Navigate Quarkus and The Base Technologies
Learn how to break through the abstraction layers and unlock the full power of Quarkus and its underlying libraries.
https://myfear.substack.com/p/quarkus-extensions-hibernate-kafka-advanced
#Java #Quarkus #Documentation #Kafka #Hibernate

[Перевод] Spring Data JPA и Hibernate: ориентируемся на производительность. Часть 1

Команда Spring АйО перевела и адаптировала доклад Мацея Валковяка “Performance oriented Spring Data JPA & Hibernate”, в котором на наглядных примерах рассказывается, как существенно улучшить производительность приложения, оптимизировав его взаимодействие с БД. Доклад будет опубликован тремя частями. В первой части будет рассказано об управлении подключениями к базе данных и как простой оптимизацией такого управления сделать приложение намного более быстрым.

https://habr.com/ru/companies/spring_aio/articles/916818/

#jpa #hibernate #transactions #connections #database #java #performance

Spring Data JPA и Hibernate: ориентируемся на производительность. Часть 1

Команда Spring АйО перевела и адаптировала доклад Мацея Валковяка “Performance oriented Spring Data JPA & Hibernate”, в котором на наглядных примерах рассказывается, как существенно улучшить...

Хабр

Stop the #Hibernate bottleneck! Markus Kett’s keynote "Java's Ignored Potential" reveals how to transform sluggish #databases into lightning-fast in-memory powerhouses. #JVM speed, simplified dev, massive scalability—your apps deserve it!

🎥 https://youtu.be/qb2eOOFdOr4

#JCON2025 #Java #JCON

Find out which SQL persistence framework is best for your next #Kotlin project. In the second round (article), we compare #Hibernate and #Exposed in terms of:
💽 Data persistence and retrieval
🔁 Transaction handling
https://softwaremill.com/hibernate-vs-exposed-choosing-kotlins-best-persistence-tool-round-2/
Hibernate vs. Exposed: Choosing Kotlin’s Best Persistence Tool - Round 2

In the second article in the series, we compare Hibernate and Exposed in terms of data persistence and retrieval, as well as transaction handling capabilities.

SoftwareMill

Java Digest #25

Всем привет! 👋👋👋👋👋 Мы Java-разработчики Т-Банка: Андрей , Арсений , Роман , Константин и Константин. Собираем интересные новости, статьи, туториалы и другие материалы из мира Java-разработки и делимся этим со всем сообществом. Читать свежий выпуск

https://habr.com/ru/companies/tbank/articles/916168/

#java #spring #hibernate #digest

Java Digest #25

Всем привет! 👋👋👋👋👋 Мы Java-разработчики Т-Банка: Андрей , Арсений , Роман , Константин и Константин. Собираем интересные новости, статьи, туториалы и другие материалы из мира Java-разработки и делимся...

Хабр

Stop the #Hibernate bottleneck! Markus Kett’s keynote "Java's Ignored Potential" reveals how to transform sluggish #databases into lightning-fast in-memory powerhouses. #JVM speed, simplified dev, massive scalability—your apps deserve it!

🎥 https://youtu.be/qb2eOOFdOr4

#JCON2025 #Java #JCON

Hibernate Search Noir: A Full-Text Mystery with Quarkus and Elasticsearch
Step into the shoes of a detective and learn how to build smart, searchable applications in Java using Quarkus, Hibernate Search, and Elasticsearch
https://myfear.substack.com/p/hibernate-search-quarkus-elasticsearch-tutorial
#Java #Quarkus #Hibernate #Elasticsearch
Soft Deletes Done Right: Hibernate Filters in Quarkus with Panache and PostgreSQL
Learn how to build a clean, audit-friendly soft-delete system in a modern Java application using Quarkus and Hibernate Filters.
https://myfear.substack.com/p/quarkus-hibernate-filters-soft-deletes
#Java #Hibernate #PostgreSQL