alexr_rwx: (removal of signs)
Alex R ([personal profile] alexr_rwx) wrote2005-09-22 12:14 am

"Nothing can stop me now..."

Java webapps make me want to rm -rf the directory and start the project over in a more sensible language. The black-boxitude of other people's lumbering jars pisses me off.

This might just mean that I should rewrite the parts of hibernate that I want and let the rest of it rot in the bitbucket.

(Anonymous) 2005-09-22 02:48 pm (UTC)(link)
Yes, I use it and it doesn't suck. First, you're using ant, which blows completely. Secondly, one of the things that happens is that hibernate checks to make sure that your database and the mapping files are still in sync. Put those together an it takes a few seconds. My builds usually take < 45s though for databases with 50+ tables.