I use Hibernate in my daily programming tasks, and I find this very good. In particular, I like the way it manages the updating of the circuit during development, saving me a lot of headaches.
In any case, they wrote in the documents that this is not recommended in the production environment, of course. Therefore, when I update the application on the production server, what can be the standard way for the industry? I thought about creating an automatic installation procedure that deletes the contents of the database (mostly backups), and then causes the hibernation scheme to be updated from the code, then runs several tests on request, etc. Anyway, are there any tools around that will do this automatically and be well tested?
Speak! :)
Thank.
source
share