apache-tuscany/sca-java-1.x/trunk/samples/photo-gallery
2010-10-26 16:17:56 +00:00
..
src/main Adding missing Apache License files 2010-01-27 22:28:18 +00:00
build.xml Merge r1023375 Change run target to unzip jar file into classes directory (fix problem introduced in r1027512) 2010-10-26 16:17:56 +00:00
photo-gallery.png Moving 1.x trunk 2009-11-13 01:42:27 +00:00
photo-gallery.svg Moving 1.x trunk 2009-11-13 01:42:27 +00:00
pom.xml Merge commit r997683 from 1.6.1 branch 2010-09-16 20:18:34 +00:00
README Merge r1000619 Tidy up the README instructions to cover all options for building and running 2010-10-25 12:27:01 +00:00

Photo-Gallery Sample
======================================

This is a sample picture gallery application using Tuscany SCA.

Running And Building The Sample Using Ant
-----------------------------------------
With the binary distribution the sample can be run using Ant as follows:

cd photo-gallery
ant run

Once the application is running use your browser to visit the following
URL:

http://localhost:8080/gallery/

If you want to build it before running it, you can do:

cd photo-gallery
ant compile
ant run

Building The Sample Using Maven
-------------------------------
With the source and binary distributions the sample can be built using Maven
as follows:

cd photo-gallery
mvn