Has anyone been able to configure Hibernate with Domino?
Subject: Possible Hibernate config
I completed task to export a lot of documents from Lotus Domino Database to complex Firebird database. My steps
I created new Java project in Eclipse, then built persistent classes from Firebird database (I prefer Visual Paradigm SDE, but any convenient tool may be used), then generated Java codes (POJO - style) from classes (use Visual Paradigm ORM)
I had created special Transformer class to fill data from Lotus to persistent classes and “Action” class by Lotus Agent template.
Several tests via JUNIT had completed.
Export codes to the JAR
Import this JAR to the lotus agent.
Place this JAR, orm.jar and JDBC driver to …/jvm/lib/ext on Notes client
Run agent.
Several interesting Hibernate issues had been discovered, but export completed smoothly.