Re: JDBC vs Hibernate



On Thu, 8 Sep 2005 20:56:53 +0530, "Sandy" <a@xxxxx> wrote or quoted :

>Is there any way in Hibernate so that i don't need to create DAO objects in
>by code, i.e. it automatically create DAO's from XML and update in database.

if it turns out it is not, consider the possibility of writing your
specs is some simple format, (e.g. CSV, XML, properties, java source)

And then write a stomp program to read that spec and stomp out
everything else you need.

Your specs stay compact, and every time you learn something you teach
it to your stomp program, and bang, everything is regenerated
perfectly incorporating your new knowledge/preference.

--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.



Relevant Pages