Are you tired of coding raw SQL statements on Java? Do you want to avoid complexities of using famous but complex Java ORM?
One of the Java tool we are looking at is the ActiveObjects ORM for Java. This tiny library helps the Java Programmer to easily communicate with the database without using SQL statements in an object-oriented manner. You can also take advantage of the power of SQL because this library still provides the function to execute SQL statements.
ActiveObjects ORM are available for download on activeobjects.dev.java.net. You can also visit that URL for more information about this library.

