Changes for page About this Guide

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

From version 1.1 Icon
edited by Ken McWilliams
on 2012/03/17 22:17
Change comment: There is no comment for this version
To version Icon 2.1 Icon
edited by Ken McWilliams
on 2012/03/18 20:25
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  For many Struts2 provides the first point of entry into web programming, as such there are many questions for new web developers. This guide is my effort to address some of these concerns. This guide is my way of contributing to the Struts2 community. Hope you find what you need and happy coding!
2 2  
3 -Before going thought the guide it is useful to know what tools I use and am likely to cover:
3 +Before going through the guide it is useful to know what tools I use and am likely to cover; In other words, a little about the author:
4 4  
5 5  **Primary OS platform**: Linux (very unlikely to impact the tutorials much, file paths will be in Unix/Linux style)
6 6  
... ... @@ -16,7 +16,7 @@
16 16  
17 17  **Versioning**: Git (Unlikely to impact tutorials)
18 18  
19 -**Database**: MySQL (really it is Maria 5.3.2 but Maria being binary compatible 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, as far as JPA/Hibernate is concerned it is working with MySQL)
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)
20 20  
21 21  
22 22  = Contributing =