Wiki » History » Revision 21
« Previous |
Revision 21/144
(diff)
| Next »
Udo Offermann, 11.09.2012 13:23
z2-environment¶
The z2-environment is an open source infrastructure to develop, configure, and run standard Java solutions 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.
This Wiki contains answers to all kinds of practical questions on using Z2.
Getting Started¶
If you want to get a real quick understanding of what Z2 is and how to give it a try start here:
- Step 1 - What is z2
- Step 2 - Install and run in 5 minutes
- Step 3 - First steps with Z2 on Git
- Z2 Java components intro
- Z2 Modules intro
In addition please follow the exploration trail at
If you are looking for an in-depth documentation explaining concepts and approaches in full detail, please visit the documentation pages at
Howtos¶
Howtos provide practical information on various aspects that you may run into when looking deeper.
- How tos
- How to Access a Maven Repository
- How to Build z2 Base
- How to Debug Z2
- How to Docker (TBC)
- How to download jars from Z2
- How to Gateway
- How to Hadoop
- How to install Eclipsoid
- How to JDBC drivers
- How to proxy settings
- How to Remote Manage
- How to run a sample
- How to Secure a Z2 Installation
- How to set the language level
- How to Spring
- How to Subversion
- How to Transaction Management
- How to Unit Test in Z2
- How to use the hub cr
- How to Vaadin
- How to z2Unit
- IntelliJ z2 plugin
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.
Addons¶
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. See also How_to_Create_a_Complete_System.
Support & Getting help¶
For getting help please refer to the FAQ. Discussions about z2-environment can be find in the z2-environment forums.
Before submitting a bug report, a patch or a feature request here, please read the Submission guidelines.
Releases¶
Old Pages¶
- How to create your own system
- Sample-DB-worker-node
- Sample-groovy-in-Z2
- Sample-hadoop-basic
- Sample-hbase-mail-digester
- Sample-hello-world
- Sample-vaadin-spring-hibernate
- Step 2 - How to install z2 old
- Step 3 - First development steps old
- Step 3 - First steps with Z2 on SVN
- Z2 resource model intro
hello_world
Sample macro.
macro_list
Displays a list of all available macros, including description if available.
child_pages
Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples: {{child_pages}} -- can be used from a wiki page only {{child_pages(depth=2)}} -- display 2 levels nesting only {{child_pages(Foo)}} -- lists all children of page Foo {{child_pages(Foo, parent=1)}} -- same as above with a link to page Foo
include
Includes a wiki page. Examples: {{include(Foo)}} {{include(projectname:Foo)}} -- to include a page of a specific project wiki
collapse
Inserts of collapsed block of text. Examples: {{collapse This is a block of text that is collapsed by default. It can be expanded by clicking a link. }} {{collapse(View details...) With custom link text. }}
thumbnail
Displays a clickable thumbnail of an attached image. Default size is 200 pixels. Examples: {{thumbnail(image.png)}} {{thumbnail(image.png, size=300, title=Thumbnail)}} -- with custom title and size
issue
Displays an issue link including additional information. Examples: {{issue(123)}} -- Issue #123: Enhance macro capabilities {{issue(123, project=true)}} -- Andromeda - Issue #123: Enhance macro capabilities {{issue(123, tracker=false)}} -- #123: Enhance macro capabilities {{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123
drawio
Draw.io widget plugin to embed diagrams. Example usage: {{drawio(diagram_attachment.xml[, ...options...])}} Use http://draw.io to draw diagrams, save them locally and attach to wiki or issue pages. On page view, the diagrams are sent to draw.io site for rendering. options: lightbox=false : enable lightbox usage resize=false : enable zoom control toolbar zoom=100 : initial zoom of diagram (percentage of original diagram) fit=true : fit page width (only if resize=false) hilight=#0000ff : color to hilight hyperlinks
drawio_attach
Macro for embedding www.draw.io diagrams stored as attachments. Example usage: {{drawio_attach(myDiagram[, ...options...])}} The diagram is draw from the attachment myDiagram.png; if you want to use the SVG image format, specify thw '.svg' document extension. If the attachment doesn't exists a default diagram wil be drawn. Double click it to start editing. Every time a diagram is saved, a new attachment will be created; for now you must manually delete old attachments (missing Redmine API; version 3.3.0 seems to have included an API to delete attachments but need investigation). options: size=number : forced width of the diagram image, in pixels
Updated by Udo Offermann about 12 years ago · 21 revisions