Thanks for quoting the FAQ for me, I RTFM too :-)
My real question is not really about development, it's about maintenance. This is a place where I think Hibernate can add value to something. Speeding up initial development is nice, but maintenance is the gold ring. I have used Middlegen to generate mapping files, and there are numerous tools (including hbm2java) to generate POJOs from a db schema. Something that manages both things in the middle is what I was hoping for. If you tell a large IT org that "with this tool you can use a GUI to map new columns you add to your schema directly to properties on the business object your applications are using" then they will have a big smile and an open wallet. However, I guess re-generating the whole darn thing all the time can work too.
Thanks anyways.
|