Chapter 2: Project Structure"

From Documentation
Line 2: Line 2:
 
= Source Code =  
 
= Source Code =  
  
== 3 branches ==
+
''' 3 branches '''
Our source code
+
All source code used in this tutorial is available on [github]. Because our example application has 3 different configurations, our source code is divided into 3 branches: '''master''', '''chapter 9''', and '''chapter 10'''.
  
 +
[[File:Tutorial-3branches.png | center]]
 +
 +
The '''mater''' branch contains the examples from chapter 3 to chapter 8. The other two branches contains examples of the chapter which their branch name indicate.
 +
 +
 +
[[File:Tutorial-download-as-zip.png | center]]
 +
 +
You can click the "ZIP" icon to download the current selected branch as a zip file.
  
 
= Run Example Application =
 
= Run Example Application =

Revision as of 06:47, 8 January 2013

Source Code

3 branches All source code used in this tutorial is available on [github]. Because our example application has 3 different configurations, our source code is divided into 3 branches: master, chapter 9, and chapter 10.

The mater branch contains the examples from chapter 3 to chapter 8. The other two branches contains examples of the chapter which their branch name indicate.


You can click the "ZIP" icon to download the current selected branch as a zip file.

Run Example Application

  • maven jetty


Project Structure

  • package folder
  • ZUL
  • readme.txt