Skip to content

Commit 6f0133c

Browse files
committed
Updated documentation.
1 parent 1ce6e39 commit 6f0133c

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Java EE 7 - Angular - Sample Application #
22

3+
## Blog posts ##
4+
5+
* [Java EE 7 with Angular JS – Part 1](http://www.radcortez.com/java-ee-7-with-angular-js-part-1)
6+
7+
* [Java EE 7 with Angular JS – CRUD, REST, Validations – Part 2](http://www.radcortez.com/java-ee-7-with-angular-js-crud-rest-validations-part-2)
8+
9+
* [Codenvy setup to demo applications using Docker: Java EE 7 with Angular](http://www.radcortez.com/codenvy-setup-to-demo-applications-using-docker-java-ee-7-with-angular/)
10+
11+
* [Java EE 7 with Angular Demo](https://codenvy.com/f?id=ybnr6nsyrimeoyhg)
12+
313
## How to run ? ##
414

515
* You need JDK 7 or higher, Maven 3 and Wildfly 8 or Glassfish 4.1 to run the application.
@@ -8,19 +18,21 @@
818

919
* ## Deploy in the Wildfly 8 ##
1020

11-
* Copy the file javaee7-angular-3.2.war from target directory to your Wildfly installation folder /standalone/deployments
21+
* Copy the file javaee7-angular-3.4.war from target directory to your Wildfly installation folder /standalone/deployments
22+
23+
* You can also deploy the app, using Maven Wildfly Plugin with the following command: `mvn wildfly:deploy`. You need to have Wildfly running.
1224

13-
* Start Wildfly 8 and go to http://localhost:8080/javaee7-angular-3.2/
25+
* Start Wildfly 8 and go to http://localhost:8080/javaee7-angular-3.4/
1426

1527
* ## Deploy in the Glassfish 4.1 ##
1628

1729
* Open Admin Console (http://localhost:8484/)
1830

1931
* Go to menu "Application"
2032

21-
* In the button "Deploy..." select the file javaee7-angular-3.2.war
33+
* In the button "Deploy..." select the file javaee7-angular-3.4.war
2234

23-
* Go to http://localhost:8080/javaee7-angular-3.2/
35+
* Go to http://localhost:8080/javaee7-angular-3.4/
2436

2537
## Javascript Package Management (optional) ##
2638

0 commit comments

Comments
 (0)