Skip to content

Commit add5999

Browse files
author
Arun Gupta
committed
Formatting updated
1 parent a03b017 commit add5999

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
1-
Java EE 7 Samples
2-
=================
1+
# Java EE 7 Samples #
32

43
This workspace consists of Java EE 7 Samples. They are divided in different directories, one for each JSR.
54

6-
How to run ?
7-
============
8-
How I run the samples ?
9-
-----------------------
5+
## How to run ? ##
6+
7+
### How I run them ? ###
108

119
1. Open the sample in NetBeans 7.4 beta+
1210
2. Click on "Run" (sample is built and deployed, main page shows up)
1311
3. Main page tells what the feature is about and what to do to execute the sample and see the output
1412

15-
Alternative way
16-
---------------
13+
### Alternative way ###
1714
1. mvn clean package
1815
2. asadmin deploy target/XXX.war
1916
3. Access http://localhost:8080/XXX/ (main page shows up)
2017
4. Same as 3 in the previous one
2118

22-
TBD
23-
---
19+
### TBD ###
2420

2521
1. Configure GlassFish Embedded to run the samples automatically
2622
2. Configure Cargo to run the samples
2723

28-
List of Samples
29-
===============
24+
## List of Samples ##
3025

3126
The following script will generate the complete list of samples.
3227

0 commit comments

Comments
 (0)