Project

General

Profile

Actions

Getting Started » History » Revision 4

« Previous | Revision 4/33 (diff) | Next »
Henning Blohm, 01.03.2015 21:16


Getting Started with org.z2env

See also FAQ

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.

Check out understanding-z2 for that.

It is simplest to start by running a simple Java main program in z2 or a simple Web App.

Follow this trail:

Building z2env-core

(For now, we need to build the core).

Running a Hello World main program

Running a Hello World Web App

Developing with Eclipse or IntelliJ

In this section we will add some code to the hello Web app and see how to develop using an integrated development environment like the Eclipse IDE or Jetbrains' IntelliJ IDEA.

Going Multi-Module

In this section we will extend the previous work by a simple service module.

Understanding the <HOME>

We call an installation of a z2env core a <home>. The file structure of the <home> consists of few but important locations.

Understanding Z2

Most of the concepts that make up z2 can be derived from the desire to efficiently develop standard Java Web Applications that are defined in a central system definition. Add to that the wish to avoid all that build complexity and the desire for a practically usable modularization approach.

Updated by Henning Blohm about 9 years ago · 4 revisions