Project

General

Profile

Wiki » History » Version 81

Henning Blohm, 01.05.2014 17:27

1 32 Henning Blohm
h1. z2-Environment
2 1 Redmine Admin
3 74 Henning Blohm
p=. !{width:70%}dev_and_scale.png!
4 71 Henning Blohm
5 48 Henning Blohm
The z2-Environment is an open source infrastructure to develop, configure, and run modular, standards-based Java applications without build infrastructure nor deployment procedures and so reduces development operations costs significantly. 
6 1 Redmine Admin
7 2 Redmine Admin
During development and maintenance you do not need to have a local build environment installed that complements your source code.
8 1 Redmine Admin
9
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.
10 48 Henning Blohm
11 51 Henning Blohm
The Z2 component model makes developing modular Java solutions easy, comprehensible, and manageable. 
12
13
Z2 shines when used to develop, run, and maintain non-trivial solutions and in particular in conjunction with Hadoop and HBase.
14 1 Redmine Admin
15 66 Henning Blohm
An an application server environment, Z2 integrates perfectly with Spring, Hibernate/JPA, Vaadin, and much more. Please check out the how-Tos below.
16
17 9 Henning Blohm
This Wiki contains answers to all kinds of practical questions on using Z2. 
18 66 Henning Blohm
19 81 Henning Blohm
*NOTE:* There is currently some major refactoring of the samples going on to adapt for Maven repo support in "2.3":https://redmine.z2-environment.net/versions/15. Some samples may not work currently.
20
21
h2. Looking for the repositories? 
22 68 Henning Blohm
* Go to the sub-project's repositories for the most frequently updated Git repositories: "z2_core":https://redmine.z2-environment.net/projects/z2-core/repository, "z2_base":https://redmine.z2-environment.net/projects/z2-base/repository, "z2_samples":https://redmine.z2-environment.net/projects/z2-samples/repository, "z2_addons":https://redmine.z2-environment.net/projects/z2-addons/repository
23
* Go to the main project's for the not-so-frequently updated Subversion mirror "here":https://redmine.z2-environment.net/projects/z2-environment/repository. Please also note the SVN related getting-started notes and how-tos.
24 66 Henning Blohm
25 1 Redmine Admin
26 41 Henning Blohm
*Note:* The information provided in this Wiki is to the best of our knowledge and we cannot provide any warranty on accuracy or applicability to your specific use cases.
27
28 59 Henning Blohm
h2. Versions
29
30 63 Henning Blohm
The latest release is "Version 2.2":https://redmine.z2-environment.net/versions/5.
31 56 Henning Blohm
32 80 Henning Blohm
* "3.0":https://redmine.z2-environment.net/versions/27 (Major Release. Planned)
33 76 Henning Blohm
* "2.3":https://redmine.z2-environment.net/versions/15 (Maintenance Release. Planned)
34 63 Henning Blohm
* "2.2":https://redmine.z2-environment.net/versions/5 ("Javadoc":http://www.z2-environment.net/javadoc, "Documentation":http://www.z2-environment.eu/v22doc)
35
* "2.1":https://redmine.z2-environment.net/versions/4 ("Javadoc":http://www.z2-environment.net/javadoc, "Documentation":http://www.z2-environment.eu/v21doc)
36 59 Henning Blohm
37 26 Henning Blohm
h2. Getting started
38 16 Henning Blohm
39 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:
40 9 Henning Blohm
41 21 Udo Offermann
{{child_pages(starter)}}
42 1 Redmine Admin
43 34 Henning Blohm
Also check out these:
44 1 Redmine Admin
45 57 Henning Blohm
* Book-style, in-depth documentation: "v2.2 documentation":http://www.z2-environment.eu/v22doc
46 43 Henning Blohm
* The latest "Javadoc":http://www.z2-environment.net/javadoc
47 37 Henning Blohm
* The z2-Environment home page: "Welcome":http://www.z2-environment.eu
48 78 Henning Blohm
* Some references: "Powered by":http://www.z2-environment.eu/powered_by_z2
49 37 Henning Blohm
* The ZFabrik Software KG home page: "Welcome":http://www.zfabrik.de
50 35 Henning Blohm
* A blog on Z2 and related topics: "Henning's blog":http://www.z2-environment.net/blog
51 34 Henning Blohm
52
And don't miss these:
53
54 46 Henning Blohm
* Public repositories on z2-environment.net: [[Repositories]] 
55 34 Henning Blohm
56 47 Henning Blohm
h2. Projects
57
58
This site is split into sub projects:
59
60
* project:z2-base: The base components of z2.
61
* project:z2-core: The z2 kernel included with z2 base with sources
62
* project:z2-addons: Add-ons that complement z2-base with additional features
63
* project:z2-samples: Home of the samples listed below.
64
65 36 Henning Blohm
And then there is...
66 9 Henning Blohm
67 1 Redmine Admin
h2. Samples
68
69
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.
70
71
{{child_pages(samples, parent=1)}}
72 9 Henning Blohm
73 50 Henning Blohm
h2. Howtos
74
75
Howtos provide practical information on various aspects that you may run into when looking deeper.
76
77
{{child_pages(How_tos,parent=1)}}
78 9 Henning Blohm
79 26 Henning Blohm
h2. Add-ons
80 9 Henning Blohm
81 53 Henning Blohm
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. 
82 9 Henning Blohm
83 1 Redmine Admin
{{child_pages(Addons,parent=1)}}
84
85
When productising your solution, you will want to isolate yourself from intermediate changes outside of your control. See also [[How to create your own system]] for more information how Z2 accomplishes that with pure version control tool use.
86
87 60 Henning Blohm
h2. Drafts and discussions on current work items.
88
89 61 Henning Blohm
{{child_pages(discussions)}}
90 60 Henning Blohm
91 70 Henning Blohm
h2(#blogs). Blogs on Z2
92 52 Henning Blohm
93
Some selected blog entries from "z the world":http://www.z2-environment.net/blog/ :
94
95 79 Henning Blohm
* "Dependency Management for Modular Applications":http://www.z2-environment.net/blog/2014/03/dependency-management-for-modular-applications/
96 75 Henning Blohm
* "User-friendly production updates":http://www.z2-environment.net/blog/2014/02/user-friendly-production-updates/
97 69 Henning Blohm
* "Extension patterns":http://www.z2-environment.net/blog/2013/11/extend-me-maybe/
98 65 Henning Blohm
* "The principles behind z2unit":http://www.z2-environment.net/blog/2013/10/in-system-testing-re-invented/
99 64 Henning Blohm
* "Essay on modularization":http://www.z2-environment.net/blog/2013/09/modularization-is-more-than-cutting-it-into-pieces/
100 55 Henning Blohm
* "Scoping JPA":http://www.z2-environment.net/blog/2013/06/scoping-jpa/
101 54 Henning Blohm
* "Adventures in Groovy":http://www.z2-environment.net/blog/2013/04/adventures-in-groovy/
102 52 Henning Blohm
* "Minimally Invasive Repairs with Z2":http://www.z2-environment.net/blog/2013/02/minimal-invasive-repairs-with-z2/
103
* "Z2 Deployment Potpourri":http://www.z2-environment.net/blog/2013/01/z2-deployment-potpourri/
104 59 Henning Blohm
* "A cloud deployment recipe":http://www.z2-environment.net/blog/2012/11/a-cloud-deployment-recipe/
105
* "Modular Vaadin over Spring and JPA":http://www.z2-environment.net/blog/2012/10/modular-vaadin-over-spring-and-jpa/
106
107
And finally:
108 9 Henning Blohm
109 1 Redmine Admin
h2. Support & Getting help
110 49 Henning Blohm
111
For getting help please refer to the [[FAQ]]. Discussions about z2-environment can be found in the "z2-environment forums":/projects/z2-environment/boards. 
112 9 Henning Blohm
113
Before submitting a bug report, a patch or a feature request here, please read the [[Submission guidelines]].
114 56 Henning Blohm
115 30 Henning Blohm
Need support? Having problems with this site? Contact us at *contact (at) zfabrik.de*
116 27 Henning Blohm
117 44 Henning Blohm
h2. Supplemental
118
119
{{child_pages(Supplemental)}}
120
121 29 Henning Blohm
h2. License
122
123
The z2-Environment by ZFabrik Software KG is available as open source software under the terms of the
124
125
Apache License, Version 2.0.
126
127
See here for more information on what that implies: http://www.apache.org/licenses/LICENSE-2.0.html
128
129
Other work contained or made available may be subject to other license restrictions. 
130 17 Udo Offermann
131 38 Henning Blohm
h2. Legal
132 1 Redmine Admin
133 40 Henning Blohm
This site is hosted and maintained by ZFabrik Software KG.
134
135 45 Henning Blohm
Go "here for Contact, Legal, Impressum":http://www.zfabrik.de/z/impressum
136 1 Redmine Admin
137 49 Henning Blohm
Contact us at *contact (at) zfabrik.de*