IntelliJ z2 plugin » History » Revision 8
« Previous |
Revision 8/26
(diff)
| Next »
Udo Offermann, 09.05.2014 14:39
IntelliJ z2 plugin¶
The z2-plugin for IntelliJ IDEA simplifies development with the z2-environment.
The following features are supported as of version 1.0:
- Launching: Start your z2-environment on your local machine from the IDE
- z2-Sync: Synchronize your local changes with the z2-environment
- z2 dependency resolution: Resolve missing dependencies from the z2-environment
- Managing z2-modules: z2-modules can be created and deleted on demand
- Arming modules: Armed z2-modules become active after z2-Sync.
- z2-Module wizard: Create new z2-modules with or without Spring support
- z2-Properties editor: Provides completions and documentation for z2-properties files
Installation¶
Preferences¶
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.
Once a z2-environment is up and running the settings can be verified using "Test connection...".
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.
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
launching the z2-environment from the IDE.
Launching¶
z2-Sync¶
z2 dependency resolution¶
Managing z2-modules¶
Arming modules¶
z2-Module wizard¶
z2-Properties editor¶
Updated by Udo Offermann over 10 years ago · 8 revisions