Zero Downtime with Hibernate
- by Stephan Schmidt
What changes to a database (MySQL in this case) does Hibernate survive (data, schema, ...)?
I ask this because of zero downtime with Hibernate.
Change database, split app servers into two clusters, redeploy the application on one of the clusters and switch application.
Thanks
Stephan