I'm doing research if hibernate could be usefull for future projects as a "ligth" version of EJB CMP. I'm using JBuilder as my primary IDE and liked modelling relations between EJB's with the built-in modeller/gui.
My main question is: is there also such a gui to model relations and field/method's for hibernate?
I've done some research and i suspect i've found a way:
- poseidon:
http://www.gentleware.com/products/poseidonCE.php3
To model the relations and fields/methodes. And export model to .xmi format.
- andromda:
http://www.andromda.org/index.html
To convert the .xmi from poseidon to .hbm format
- hibernate tools:
To convert the .hbm to .ddl and/or .java
Could this work and are there other ways to convert uml model to .hbm format? Suggestions on maybe better uml tools which support xmi are also welcome.