I have recently been using rails for a web application, and so I have grown to quite like the way it makes dealing with a database very simple through Active Record. I am, therefore, wondering if there are any Java libraries that would make it equally simple to deal with the database by hiding away issue of writing SQL?
Share
Have you taken a look at: activejdbc? It’s an implementation of the Active Record pattern in Java, and obviously inspired by RoR.