Wiki source code of About this Guide

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

Show last authors
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
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
5 **Primary OS platform**: Linux (very unlikely to impact the tutorials much, file paths will be in Unix/Linux style)
6
7 **Primary Application Server**: Glassfish 3.1 (or greater)
8
9 **Primary IDE**: Netbeans 7.1 (or greater)
10
11 **Main Frameworks**: Struts2 (2.3.1.1 +), Spring (3.1.1), JPA2 (via Hibernate 4.1.0), Apache Tiles (2.2.2)
12
13 **Most used Struts2 Plugins**: struts2-conventions-plugin, struts2-json-plugin, struts2-tiles-plugin
14
15 **Build**: Maven
16
17 **Versioning**: Git (Unlikely to impact tutorials)
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 are concerned they think they are working with MySQL as such I use Maria now as my standard DB)
20
21 **Scripting: **I like python but have also started experimenting with Groovy (Close to a Java superset with scripting features).
22
23
24 = Contributing =
25
26 Ken McWilliams (Quaternion on StackOverflow) - Currently I am the only contributer.
27
28 If you would like to contribute please email //ken dot mcwilliams at gmail dot com// and I will create an account for you.
29
30 == Questions ==
31
32 If questions are wiki related email me, if they are struts2 or general programming questions please post a question on [[stackoverflow.com>>url:http://stackoverflow.com]].