1. Create web-service from DAO classes (generated with DBimporter and Hibernate Objects plugins in Eclipse) stackoverflow.com
|
2. Generic Hibernate DAO as Eclipse Plugin forum.hibernate.orgHello there, I have a classloading problem using hibernate in an Eclipse plugin: I developed a more or less generic hibernate based DAO, which is working fine. Now I want to provide it's functionality in an Eclipse RCP application within an own plugin called "persistence-plugin". I want to enable other plugins to use it's functionality with their own entity classes not ... |