Wiki » History » Version 2
Henning Blohm, 22.01.2015 16:10
1 | 1 | Henning Blohm | h1. Intro |
---|---|---|---|
2 | |||
3 | 2 | Henning Blohm | This project is for the development of [[z2-environment:wiki|z2-environment]] version 3.0. |
4 | 1 | Henning Blohm | |
5 | 2 | Henning Blohm | Version 3.0 is a major refactoring release of z2 with new repository code lines and complete package renaming. |
6 | 1 | Henning Blohm | |
7 | 2 | Henning Blohm | h1. Essential Differences between v2.3 and v3. |
8 | 1 | Henning Blohm | |
9 | 2 | Henning Blohm | * All the typical declarations and package names are no longer *com.zfabrik.<something>* but rather *org.z2env.<something>* |
10 | * The <z2 home> layout is completely new |
||
11 | * While Jetty is still contained to support Eclipsoid and z2Unit, we support a pre-installed Tomcat as application container. |
||
12 | * The core is lighter and more dedicated. |
||
13 | * There will be substantially less application support like a built-in JTA implementation but we will rather demonstrate how to use third-party tools. |
||
14 | 1 | Henning Blohm | |
15 | 2 | Henning Blohm | h1. Draft Documentation |
16 | 1 | Henning Blohm | |
17 | 2 | Henning Blohm | h2. Getting Started |
18 | 1 | Henning Blohm | |
19 | 2 | Henning Blohm | To understand how z2 works, you need to understand at most what are z2 modules and components and what are component repositories and how these concepts interplay. |
20 | 1 | Henning Blohm | |
21 | 2 | Henning Blohm | Check out [[wiki#understanding-z2|understanding-z2]] for that. |
22 | 1 | Henning Blohm | |
23 | 2 | Henning Blohm | It is simplest to start by running a simple Java main program in z2 or a simple Web App. |
24 | 1 | Henning Blohm | |
25 | 2 | Henning Blohm | Follow this trail: |
26 | 1 | Henning Blohm | |
27 | |||
28 | |||
29 | 2 | Henning Blohm | To do so, first install a [z2env core] and secondly [write a hello world program]. |