Advanced Reflection in Java

Reflection is a killer feature in Java Language. It’s a technique that combined with annotations and interfaces allows us to do Dynamic and … 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 »