Project

General

Profile

IntelliJ z2 plugin » History » Version 8

Udo Offermann, 09.05.2014 14:39

1 1 Udo Offermann
h1. IntelliJ z2 plugin
2
3
The z2-plugin for IntelliJ IDEA simplifies development with the z2-environment. 
4
The following features are supported as of version 1.0:
5
6 6 Udo Offermann
* *[[IntelliJ_z2_plugin#Launching|Launching]]:* Start your z2-environment on your local machine from the IDE
7
* *[[IntelliJ_z2_plugin#z2-Sync|z2-Sync]]:* Synchronize your local changes with the z2-environment
8
* *[[IntelliJ_z2_plugin#z2-dependency-resolution|z2 dependency resolution]]:* Resolve missing dependencies from the z2-environment
9
* *[[IntelliJ_z2_plugin#Managing z2-modules|Managing z2-modules]]:* z2-modules can be created and deleted on demand
10
* *[[IntelliJ_z2_plugin#Arming modules|Arming modules]]:* Armed z2-modules become active after z2-Sync.
11
* *[[IntelliJ_z2_plugin#z2-Module wizard|z2-Module wizard]]:* Create new z2-modules with or without Spring support
12
* *[[IntelliJ_z2_plugin#z2-Properties editor|z2-Properties editor]]:* Provides completions and documentation for z2-properties files
13 1 Udo Offermann
14
h2. Installation
15
16
h2. Preferences
17
18 8 Udo Offermann
The z2-plugin preferences can be found at Project-Settings -> z2-Environment. The typically development settings like host-name=localhost, port=8080, user=z* and password=z are set by default.
19
Once a z2-environment is up and running the settings can be verified using "Test connection...".
20
21
The field "z2 Home Directory" must point to the folder where the z2-core is installed. This location can be chosen by the file picker dialog or by "Search z2-Home" button.
22
The latter one searches the directory structure within your IntelliJ project folder for a valid z2-Home location. The z2-Home location defines which z2-environment will be started when 
23
launching the z2-environment from the IDE.
24
25 1 Udo Offermann
h2. Launching
26
27 7 Udo Offermann
h2. z2-Sync
28 6 Udo Offermann
29 7 Udo Offermann
h2. z2 dependency resolution
30 6 Udo Offermann
31 7 Udo Offermann
h2. Managing z2-modules
32 6 Udo Offermann
33 7 Udo Offermann
h2. Arming modules
34 6 Udo Offermann
35 7 Udo Offermann
h2. z2-Module wizard
36 6 Udo Offermann
37 7 Udo Offermann
h2. z2-Properties editor