Dave Johnson wrote:
I'm going to be creating a "jdobackend" directory in the Roller sandbox so that I (and Craig Russell) can experiment with a JDO backend for Roller.
What advantages would a JDO backend have over the current Hibernate implementation?
Have you considered using Spring's pluggable ORM mapping layer? http://static.springframework.org/spring/docs/1.1.5/reference/orm.html It might be a good way to support both Hibernate and JDO. Regards, Sean
