Eclipse RCP/OSGI Classloader HOWTO

I am working on a new desktop application using Eclipse Rich Client Platform (RCP). Eclipse RCP applications are comprised of plugins. The plugins are not any ordinary old plugins. They are Open Standard Gateway Initiative (OSGI) plugins. One feature of OSGI plugins is classpath separation. One plugin can be running dom4j 1.5 and another dom4j… Continue reading Eclipse RCP/OSGI Classloader HOWTO

Published
Categorized as Java

hloader 0.7 released – easy object loading for Hibernate3

Hloader is a tool for persistent object instances, expressed in XML, into a database using Hibernate. It is a Hibernate loader, thus the name. It can be used for: loading reference data loading bootstrap data loading test setup data More than anything, hloader extends an near zero cost of change to this data, thus supporting… Continue reading hloader 0.7 released – easy object loading for Hibernate3

Published
Categorized as Java