blob: d32f1d3bd1cc7f9c90002fbb344b3ca897f706fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Photo-Gallery Sample
======================================
This is a sample picture gallery application using Tuscany SCA.
Building And Running The Sample Using Ant
-----------------------------------------
With the binary distribution the sample can be built using Ant as follows:
cd photo-gallery
ant compile
and then, to run:
ant run
Once the store application is running use your browser to visit the following
URL:
http://localhost:8080/gallery/
|