Project Loom: Modern Scalable Concurrency for the Java Platform

Concurrent applications, those serving multiple independent application actions simultaneously, are the bread and butter of Java server-side programming. The… Read more

Similar

High-Performance Java Persistence Tips (SQL)

Introduction A high-performance data access layer requires a lot of knowledge about database internals, JDBC, JPA, Hibernate, and this post summarizes some of the most important techniques you can use to optimize your enterprise application. 1. SQL statem... (more…)

Read more »