Wiki » History » Revision 53
« Previous |
Revision 53/144
(diff)
| Next »
Henning Blohm, 15.04.2013 11:06
z2-Environment¶
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.
During development and maintenance you do not need to have a local build environment installed that complements your source code.
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.
The Z2 component model makes developing modular Java solutions easy, comprehensible, and manageable.
Z2 shines when used to develop, run, and maintain non-trivial solutions and in particular in conjunction with Hadoop and HBase.
This Wiki contains answers to all kinds of practical questions on using Z2.
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.
Getting started¶
If you want to get a real quick understanding of what Z2 is and how to give it a try start here:
- Step 1 - What is z2
- Step 2 - Install and run in 5 minutes
- Step 3 - First steps with Z2 on Git
- Z2 Java components intro
- Z2 Modules intro
Also check out these:
- Book-style, in-depth documentation: v2.1 documentation
- The latest Javadoc
- The z2-Environment home page: Welcome
- The ZFabrik Software KG home page: Welcome
- A blog on Z2 and related topics: Henning's blog
And don't miss these:
- Public repositories on z2-environment.net: Repositories
Projects¶
This site is split into sub projects:
- z2-base: The base components of z2.
- z2-core: The z2 kernel included with z2 base with sources
- z2-addons: Add-ons that complement z2-base with additional features
- z2-samples: Home of the samples listed below.
And then there is...
Samples¶
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.
Howtos¶
Howtos provide practical information on various aspects that you may run into when looking deeper.
- How tos
- How to Access a Maven Repository
- How to Build z2 Base
- How to Debug Z2
- How to Docker (TBC)
- How to download jars from Z2
- How to Gateway
- How to Hadoop
- How to install Eclipsoid
- How to JDBC drivers
- How to proxy settings
- How to Remote Manage
- How to run a sample
- How to Secure a Z2 Installation
- How to set the language level
- How to Spring
- How to Subversion
- How to Transaction Management
- How to Unit Test in Z2
- How to use the hub cr
- How to Vaadin
- How to z2Unit
- IntelliJ z2 plugin
Add-ons¶
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.
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.
Blogs on Z2¶
Some selected blog entries from z the world :
- Minimally Invasive Repairs with Z2
- Z2 Deployment Potpourri
- Z2V2.1 is out – working on v2.2
- A cloud deployment recipe
- Modular Vaadin over Spring and JPA
And finally:
Support & Getting help¶
For getting help please refer to the FAQ. Discussions about z2-environment can be found in the z2-environment forums.
Before submitting a bug report, a patch or a feature request here, please read the Submission guidelines.
Need support? Having problems with this site? Contact us at contact (at) zfabrik.de
Releases¶
Supplemental¶
- Current Reference
- Current Version
- How to run Java DB Derby
- Install prepacked CDH4
- Install sample postfix
- Install sample prefix
- Install z2-base-v2-10
- Install z2-base-v2-9-1
- Install z2-base-v26
- Install z2-base-v27
- Install z2-base-v28
- Install z2-base-v29
- Java Version Requirements
- Third Party Licenses
License¶
The z2-Environment by ZFabrik Software KG is available as open source software under the terms of the
Apache License, Version 2.0.
See here for more information on what that implies: http://www.apache.org/licenses/LICENSE-2.0.html
Other work contained or made available may be subject to other license restrictions.
Legal¶
This site is hosted and maintained by ZFabrik Software KG.
Go here for Contact, Legal, Impressum
Contact us at contact (at) zfabrik.de
Updated by Henning Blohm over 11 years ago · 53 revisions