- This topic has 20 replies, 18 voices, and was last updated 21 years, 1 month ago by
Werner Punz.
-
AuthorPosts
-
May 4, 2004 at 7:48 am #206690
snpeMemberFirst,we need any database explorer btw sqlexplorer (ex JFaceDBC – JfaceDBC is now comercial ) – it is on java.net
Hybernate Sync is great, but need better database access for reverse eng.
and better control for generated persistent class and DAO – now generated DAO and persistent classes hide power of hinernate btw criteria queryIt be nice add spring IoC, but can be trivial
regards
May 12, 2004 at 4:08 pm #206966
Andrew FreemanMemberLatest Exadel ORM Studio features:
http://www.exadel.com/products_ORMstudio.htm
http://www.exadel.com/downloads/ormhib/viewlets/gs/ormgettingstarted_viewlet_swf.html
As an aside, having a generic graphical mapping tool for XML to Objects would be cool. This could be used as the basis for the Hibernate specific graphical mapping tool. This would allow you to step in to web service type graphical mappings as well. Imagine a web service to Hibernate graphical mapping tool… 🙂
May 19, 2004 at 2:37 am #207188
HansemandMemberTake a look at
http://www.exadel.com/products_ORMstudio.htmThis is approximately what I would like to see implemented in MyEclipse
May 21, 2004 at 7:52 am #207304
Andrew FreemanMemberI wonder how many of us can advertise ORM Studio on this thread? 🙂
May 23, 2004 at 6:42 am #207376
jason poleyMember1. middlegen like roundtrip from the db and back, based on velocity templates, so one could add plugins for other code gen things.
2. sql 2 hql tool (and a hibern8te like prompt)
3. hbm2java + hbm2ddl ui invokers
4. xdoclet me feature for a bean, adds template based tags to a javabeanjust my wishes
-jpMay 26, 2004 at 4:02 pm #207574
Werner PunzMemberwell there are various things which a good hibernate integration needs.
first of all a generation of mapping files out of existing classes is nice (don´t know if the hibernate synchronizer does this already), secondly, some kind of reverse engineering of the mapping from an existing db would also be excellent.
(I currently do that with middlegen and ant, works quite well this way)
and in the third, once some kind of case tool integration in myeclipse is added, a generation of classes and mappings out of case diagrams would be an excellent option.But I think to achieve fast results probably a combination of middlegen and hibernate synchronizer could do the trick for the most basic tasks.
-
AuthorPosts