Java ORM like ActiveRecord
Active Record, the ORM which is included with Rails, includes adapters to connect with SQL databases. This is an adapter meant to connect to a generic Document Oriented Database. The first implement...