Project

General

Profile

Wiki » History » Version 34

Henning Blohm, 14.09.2012 22:15

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 34 Henning Blohm
Also check out these:
18 1 Redmine Admin
19
* Book-style, in-depth documentation: "v2.1 documentation":http://www.z2-environment.eu/v21doc
20 34 Henning Blohm
* A blog on Z2 and related topics: "Henning's blog":http://blog.z2-environment.net
21
22
And don't miss these:
23
24
* Public repositories on git.z2-environment.net: [[Repositories]] 
25
26
27 9 Henning Blohm
28
h2. Howtos
29
30
Howtos provide practical information on various aspects that you may run into when looking deeper.
31
32 13 Henning Blohm
{{child_pages(How_tos,parent=1)}}
33 9 Henning Blohm
34
h2. Samples
35
36
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.
37
38 11 Henning Blohm
{{child_pages(samples, parent=1)}}
39 9 Henning Blohm
40
41 26 Henning Blohm
h2. Add-ons
42 9 Henning Blohm
43
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]].
44
45 14 Henning Blohm
{{child_pages(Addons,parent=1)}}
46 9 Henning Blohm
47
48 1 Redmine Admin
h2. Support & Getting help
49
50 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. 
51 7 Henning Blohm
52 4 Redmine Admin
Before submitting a bug report, a patch or a feature request here, please read the [[Submission guidelines]].
53
54 9 Henning Blohm
h2. Releases
55
56 30 Henning Blohm
* [[V21]] ("Javadoc":http://www.z2-environment.net/javadoc, "Documentation":http://www.z2-environment.eu/v21doc)
57 27 Henning Blohm
58 29 Henning Blohm
h2. License
59
60
The z2-Environment by ZFabrik Software KG is available as open source software under the terms of the
61
62
Apache License, Version 2.0.
63
64
See here for more information on what that implies: http://www.apache.org/licenses/LICENSE-2.0.html
65
66
Other work contained or made available may be subject to other license restrictions. 
67 17 Udo Offermann
68
h2. Old Pages
69 1 Redmine Admin
70 21 Udo Offermann
{{child_pages(Old)}}