Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
modular-mind committed Mar 12, 2011
0 parents commit aec5c4e
Show file tree
Hide file tree
Showing 2,006 changed files with 90,610 additions and 0 deletions.
4 changes: 4 additions & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: 17.1-b03 (Sun Microsystems Inc.)

27 changes: 27 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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.

wHow to use this:
----------------

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.

[email protected]
[email protected]

Enjoy the labs!

--- Dave and Patrick
11 changes: 11 additions & 0 deletions bin/README.jetty-cygwin.txt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Before running jetty-cygwin.sh on cygwin, define the JAVA_HOME and JETTY_HOME first.

$ export JAVA_HOME=/path/to/jvm
$ export JETTY_HOME=/path/to/jetty

Examples:
$ export JAVA_HOME=/usr/bin/jvm
So assuming you installed cygwin on C:\cygwin, the jvm needs to be in C:\cygwin\usr\bin\jvm

$ export JETTY_HOME=/usr/share/jetty6
So assuming you installed cygwin on C:\cygwin, jetty needs to be in C:\cygwin\usr\share\jetty6
Loading

0 comments on commit aec5c4e

Please sign in to comment.