2008年12月12日金曜日

[Grails]Split Write Database Connection Plugin for master/slave configuration(Alpha version 0.2)

Please refer to the
http://taapps-javalibs.blogspot.com/2009/04/grailsupgraded-split-write-database.html

Grails Split Write Database Connection Plugin for master-slave configuration (Alpha version 0.2, like the magic multi connection for rails framework, multiple datasource)

After installing this plugin, we can split the read/write database connection and write any data to the other database and System will inject new methods into the Domain Classes named like saveXXXXX, lockXXXXX, deleteXXXXX, executeUpdateXXXXX method to split writing the data to the other databases.

Refer to the http://groups.google.com/group/taapps-sourcecode-libraries/web/grails-split-write-database-connection-plugin

0 件のコメント: