Changes for page About this Guide

Last modified by Ken McWilliams on 2012/04/17 05:54

From version Icon 4.1 Icon
edited by Ken McWilliams
on 2012/03/21 00:03
Change comment: There is no comment for this version
To version Icon 6.1
edited by Ken McWilliams
on 2012/04/17 05:54
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -16,9 +16,11 @@
16 16  
17 17  **Versioning**: Git (Unlikely to impact tutorials)
18 18  
19 -**Database**: MySQL (really it is [[Maria>>url:http://mariadb.org/]] 5.3.2 but Maria being binary compatible with MySQL there is no difference in use. I bench marked it and found it faster than MysQL for a specific application and it has a very good backup solution called [[xtrabackup>>url:http://www.percona.com/software/percona-xtrabackup/]], as far as JPA/Hibernate is concerned it is working with MySQL as such I use it now as my standard DB)
19 +**Database**: MySQL (really it is [[Maria>>url:http://mariadb.org/]] 5.3.2 but Maria being binary compatible with MySQL there is no difference in use. I bench marked it and found it faster than MysQL for a specific application and it has a very good backup solution called [[xtrabackup>>url:http://www.percona.com/software/percona-xtrabackup/]], as far as JPA/Hibernate are concerned they think they are working with MySQL as such I use Maria now as my standard DB)
20 20  
21 +**Scripting: **I like python but have also started experimenting with Groovy (Close to a Java superset with scripting features).
21 21  
23 +
22 22  = Contributing =
23 23  
24 24  Ken McWilliams (Quaternion on StackOverflow) - Currently I am the only contributer.