forked from modular-mind/osgi-arch-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (21 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Architecture Patterns and Code Templates for Enterprise RCP Applications
========================================================================
Welcome to Architecture Patterns and Code Templates for Enterprise RCP
Applications!
http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2329
IMPORTANT: Use Chrome, Firefox, or Safari if you want everything to work.
How to use this:
----------------
IMPORTANT
Make sure that there are no spaces in the path to which this archive has been extracted. A bug in the Maven Tycho publishing process will cause problems if you have spaces in your path.
To use this distribution, first start the Jetty web server using:
java -jar start.jar
Load the home page at http://localhost:8080. The home page contains
instructions for the labs in PDF format. Click on the link for Lab 1
and start following the instructions.
If you have any questions about the labs, feel free to contact Dave
Orme or Patrick Paulin.
Enjoy the labs!
--- Dave and Patrick