Project

General

Profile

Wiki » History » Version 33

Henning Blohm, 14.09.2012 22:12

1 32 Henning Blohm
h1. z2-Environment
2 1 Redmine Admin
3 32 Henning Blohm
The z2-Environment is an open source infrastructure to develop, configure, and run standard Java solutions without build infrastructure nor deployment procedures and so reduces development operations costs significantly.
4 1 Redmine Admin
5 2 Redmine Admin
During development and maintenance you do not need to have a local build environment installed that complements your source code.
6 1 Redmine Admin
7 2 Redmine Admin
The z2-Environment rebuilds Java sources as required and selectively from your development workspace leading to fast development roundtrips and consistent deployments, and ultimately to minimized integration pains.
8 1 Redmine Admin
9 9 Henning Blohm
This Wiki contains answers to all kinds of practical questions on using Z2. 
10 1 Redmine Admin
11 26 Henning Blohm
h2. Getting started
12 16 Henning Blohm
13 1 Redmine Admin
If you want to get a real quick understanding of what Z2 is and how to give it a try start here:
14 9 Henning Blohm
15 21 Udo Offermann
{{child_pages(starter)}}
16 1 Redmine Admin
17 23 Henning Blohm
Quick links:
18 16 Henning Blohm
19 24 Henning Blohm
* [[repositories|Public repositories on git.z2-environment.net]] 
20 33 Henning Blohm
* Book-style, in-depth documentation: "v2.1 documentation":http://www.z2-environment.eu/v21doc
21
* "Henning's blog":http://blog.z2-environment.net
22 9 Henning Blohm
23
h2. Howtos
24
25
Howtos provide practical information on various aspects that you may run into when looking deeper.
26
27 13 Henning Blohm
{{child_pages(How_tos,parent=1)}}
28 9 Henning Blohm
29
h2. Samples
30
31
There are various samples available that highlight specific use-cases and may serve as a solution template, when you just cannot get it to work or do not know where to start.
32
33 11 Henning Blohm
{{child_pages(samples, parent=1)}}
34 9 Henning Blohm
35
36 26 Henning Blohm
h2. Add-ons
37 9 Henning Blohm
38
The z2 base distribution is really just the most basic but still practically useful set of z2 modules. Addon repositories provide additional modules that add complete feature sets. Addons are versioned along with z2 base and may be included by simply adding component repositories. See also [[How_to_Create_a_Complete_System]].
39
40 14 Henning Blohm
{{child_pages(Addons,parent=1)}}
41 9 Henning Blohm
42
43 1 Redmine Admin
h2. Support & Getting help
44
45 31 Henning Blohm
For getting help please refer to the [[FAQ]]. Discussions about z2-environment can be found in the "z2-environment forums":/projects/z2-environment/boards. 
46 7 Henning Blohm
47 4 Redmine Admin
Before submitting a bug report, a patch or a feature request here, please read the [[Submission guidelines]].
48
49 9 Henning Blohm
h2. Releases
50
51 30 Henning Blohm
* [[V21]] ("Javadoc":http://www.z2-environment.net/javadoc, "Documentation":http://www.z2-environment.eu/v21doc)
52 27 Henning Blohm
53 29 Henning Blohm
h2. License
54
55
The z2-Environment by ZFabrik Software KG is available as open source software under the terms of the
56
57
Apache License, Version 2.0.
58
59
See here for more information on what that implies: http://www.apache.org/licenses/LICENSE-2.0.html
60
61
Other work contained or made available may be subject to other license restrictions. 
62 17 Udo Offermann
63
h2. Old Pages
64 1 Redmine Admin
65 21 Udo Offermann
{{child_pages(Old)}}