Skip to content

Commit a03b017

Browse files
author
Arun Gupta
committed
Added some more explanation on how to run the samples
1 parent 6d9bbf9 commit a03b017

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
Java EE 7 Samples
22
=================
33

4-
This workspace will provide different Java EE 7 Samples.
4+
This workspace consists of Java EE 7 Samples. They are divided in different directories, one for each JSR.
5+
6+
How to run ?
7+
============
8+
How I run the samples ?
9+
-----------------------
10+
11+
1. Open the sample in NetBeans 7.4 beta+
12+
2. Click on "Run" (sample is built and deployed, main page shows up)
13+
3. Main page tells what the feature is about and what to do to execute the sample and see the output
14+
15+
Alternative way
16+
---------------
17+
1. mvn clean package
18+
2. asadmin deploy target/XXX.war
19+
3. Access http://localhost:8080/XXX/ (main page shows up)
20+
4. Same as 3 in the previous one
21+
22+
TBD
23+
---
24+
25+
1. Configure GlassFish Embedded to run the samples automatically
26+
2. Configure Cargo to run the samples
27+
28+
List of Samples
29+
===============
530

631
The following script will generate the complete list of samples.
732

0 commit comments

Comments
 (0)