A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
I've used lots of methods to transform data between databases and object code. From hand-coded SQL to JDO to EJB. I've never found a method I liked particularly well. This distaste has become ...
Software architects face an important technical problem when they must decide how to best interact with backend database systems. The decision often comes down to the Hibernate vs. JDBC debate, as the ...
It’s good to understand the need for object/relational mapping (ORM) in Java applications, but you’re probably eager to see Hibernate in action. We’ll start by showing you a simple example that ...