zero configuration with hibernate?
When looking into Ruby on Rails, one of the nice things about it, is the almost complete lack of configuration. A domain object in Rails is ‘automagically’ able to be persisted. Even something like a database table name is ‘guessed’ from the class name itself rather then the programmer providing the information in some sort [...]
