MySQL Hudson/Maven Automatic DB Migration using Carbon 5(cb) plugin
MySQL Automatic DB Migration Today I am going to explain about MySQL DB migration with maven using “c5-db-migration”. The Carbon Five Database Migration framework and Maven plugin for Java provides a simple solution to the problem of managing discrete, incremental changes to databases over time across multiple environments. Each migration is versioned and tracked when applied to the database. Actually we got some request from client side that they need to execute DB scripts automatically,whenever some any script is added or some changes are made. I am showing this using hudson(I’ll post about hudson Later in detail. In Short : Hudson is a continuous integration (CI) tool written in Java, which runs in a servlet container, such as Apache Tomcat, the GlassFish or Jboss application server. It supports SCM tools including CVS...