Project

General

Profile

Wiki » History » Revision 121

Revision 120 (Henning Blohm, 17.09.2018 13:33) → Revision 121/144 (Henning Blohm, 18.09.2018 21:51)

h1. z2-Environment 


 p>. Subprojects: project:z2-addons | project:z2-base | [[Samples|z2-samples]] | project:z2-core | project:org.z2env 

 p=. !{width:70%}dev_and_scale.png! 


 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 complex front end and back end solutions. 

 An an application server environment, Z2 integrates perfectly with Spring, Hibernate/JPA, Vaadin, and much more. Please check out the how-Tos below. 

 This Wiki contains answers to all kinds of practical questions on using Z2.  

 NOTE: This site may issue so-called session cookies. These are not used to track user data and will be removed at the end of your browsing session. 

 h2. Current activities 

 p=. *Note: Version 2.6 will soon be available and this site is currently under rework!* 

 p=. The master branch is now v2.6 plus changes. Note the JDK pre-requisites below. 

 p=. *Main development is towards *2.7* in master* 

 h2. Looking for the repositories?  

 * 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 

 *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. 

 h2. Versions 

 {{include(Java Version Requirements)}} 

 The latest release is "Version 2.6":https://redmine.z2-environment.net/versions/45. 

 h2. Releases Overview 

 * "2.6":https://redmine.z2-environment.net/versions/45 ("Javadoc":http://www.z2-environment.net/javadoc, "Reference":http://www.z2-environment.eu/v26doc) 

 Previous versions: 

 * "2.5":https://redmine.z2-environment.net/versions/41 ("Reference":http://www.z2-environment.eu/v25doc) 
 * "2.4":https://redmine.z2-environment.net/versions/40 ("Reference":http://www.z2-environment.eu/v24doc) 
 * "2.3.1":https://redmine.z2-environment.net/versions/39 ("Reference":http://www.z2-environment.eu/v23doc) 
 * "2.2":https://redmine.z2-environment.net/versions/5 ("Reference":http://www.z2-environment.eu/v22doc) 
 * "2.1":https://redmine.z2-environment.net/versions/4 ("Reference":http://www.z2-environment.eu/v21doc) 

 h2. Download 

 All distribution archives are available from the [[Download]] page. 

 h2. Getting started 

 If you want to get a real quick understanding of what Z2 is and how to give it a try start here: 

 {{child_pages(starter)}} 

 If that is all too tedious for you - how about firing up some [[Wiki#Samples|sample]]? 

 Also check out these: 

 * Book-style, in-depth documentation: "v2.6 documentation":http://www.z2-environment.eu/v26doc 
 * The latest "Javadoc":http://www.z2-environment.net/javadoc 
 * The z2-Environment home page: "Welcome":http://www.z2-environment.eu 
 * Some references: "Powered by":http://www.z2-environment.eu/powered_by_z2 
 * The ZFabrik Software GmbH & Co. KG home page: "Welcome":http://www.zfabrik.de 
 * A blog on Z2 and related topics: "Henning's blog":http://www.z2-environment.net/blog 

 And don't miss these: 

 * Public repositories on z2-environment.net: [[Repositories]]  

 h2. Projects 

 This site is split into sub projects: 

 * project:z2-base: The base components of z2. 
 * project:z2-core: The z2 kernel included with z2 base with sources 
 * project:z2-addons: Add-ons that complement z2-base with additional features 
 * project:z2-samples: Home of the samples listed below. 

 And then there is... 

 h2. 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. 

 {{child_pages(samples, parent=1)}} 

 h2. Howtos 

 Howtos provide practical information on various aspects that you may run into when looking deeper. 

 {{child_pages(How_tos,parent=1)}} 

 h2. 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.  

 {{child_pages(Addons,parent=1)}} 

 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. 

 h2. Various notes on single concepts 

 {{child_pages(Concept Notes)}} 


 h2. Drafts and discussions on current work items. 

 {{child_pages(discussions)}} 

 h2(#blogs). Blogs on Z2 

 Some selected blog entries from "z the world":http://www.z2-environment.net/blog/ : 

 * "Dependency Management for Modular Applications":http://www.z2-environment.net/blog/2014/03/dependency-management-for-modular-applications/ 
 * "User-friendly production updates":http://www.z2-environment.net/blog/2014/02/user-friendly-production-updates/ 
 * "Extension patterns":http://www.z2-environment.net/blog/2013/11/extend-me-maybe/ 
 * "The principles behind z2unit":http://www.z2-environment.net/blog/2013/10/in-system-testing-re-invented/ 
 * "Essay on modularization":http://www.z2-environment.net/blog/2013/09/modularization-is-more-than-cutting-it-into-pieces/ 
 * "Scoping JPA":http://www.z2-environment.net/blog/2013/06/scoping-jpa/ 
 * "Adventures in Groovy":http://www.z2-environment.net/blog/2013/04/adventures-in-groovy/ 
 * "Minimally Invasive Repairs with Z2":http://www.z2-environment.net/blog/2013/02/minimal-invasive-repairs-with-z2/ 
 * "Z2 Deployment Potpourri":http://www.z2-environment.net/blog/2013/01/z2-deployment-potpourri/ 
 * "A cloud deployment recipe":http://www.z2-environment.net/blog/2012/11/a-cloud-deployment-recipe/ 
 * "Modular Vaadin over Spring and JPA":http://www.z2-environment.net/blog/2012/10/modular-vaadin-over-spring-and-jpa/ 

 And finally: 

 h2. Support & Getting help 

 For getting help please refer to the [[FAQ]]. Discussions about z2-environment can be found in the "z2-environment forums":/projects/z2-environment/boards.  

 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* 

 h2. Supplemental 

 {{child_pages(Supplemental)}} 

 h2. License 

 The z2-Environment by ZFabrik Software GmbH & Co. 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. License information for the z2-base distribution (see "z2-base":https://redmine.z2-environment.net/projects/z2-base) is available on the release version pages starting v2.6 (e.g. at [[V26-Licenses]]) and in the binary distribution of the z2 core that is contained in the z2-base distribution. 

 See also here: [[Third Party Licenses]]. 

 h2. Legal 

 This site is hosted and maintained by ZFabrik Software GmbH & Co. KG. 

 Go "here for Contact, Legal, Impressum":http://www.zfabrik.de/z/impressum 

 Contact us at *contact (at) zfabrik.de*