You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Java EE 7 - Angular - Sample Application #
2
2
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
+
3
13
## How to run ? ##
4
14
5
15
* You need JDK 7 or higher, Maven 3 and Wildfly 8 or Glassfish 4.1 to run the application.
@@ -8,19 +18,21 @@
8
18
9
19
*## Deploy in the Wildfly 8 ##
10
20
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.
12
24
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/
14
26
15
27
*## Deploy in the Glassfish 4.1 ##
16
28
17
29
* Open Admin Console (http://localhost:8484/)
18
30
19
31
* Go to menu "Application"
20
32
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
22
34
23
-
* Go to http://localhost:8080/javaee7-angular-3.2/
35
+
* Go to http://localhost:8080/javaee7-angular-3.4/
0 commit comments