File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 11Java 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
631The following script will generate the complete list of samples.
732
You can’t perform that action at this time.
0 commit comments