Skip to content

Commit 7a7d2d0

Browse files
committed
MVC 1.0 EDR1
0 parents  commit 7a7d2d0

15 files changed

Lines changed: 655 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target/
2+
*.iml

.mvn/wrapper/maven-wrapper.jar

48.4 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.3/apache-maven-3.3.3-bin.zip

README.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
= MVC 1.0 Example
2+
3+
== Pre requisites:
4+
5+
* Java 8
6+
* Glassfish 4.1.1 [link:https://glassfish.java.net/download.html[Download]]
7+
* Maven 3.3.3
8+
9+
== Build
10+
11+
[source,bash]
12+
---
13+
./mvnw package
14+
---
15+
16+
== Deploy
17+
18+
Access to Glassfish Panel Control at http://localhost:4848
19+
20+
== Test
21+
22+
Access to http://localhost:8080/javaee8-mvc
23+
24+
== Content
25+
26+
* Models, Views and Controllers

mvnw

Lines changed: 234 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)