We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ad144 commit 2e264daCopy full SHA for 2e264da
1 file changed
README.md
@@ -1,2 +1,19 @@
1
# javaee-example
2
An example of full-stack JavaEE Application with JPA, CDI and JSF
3
+
4
+### Installation
5
6
+Run on **Wildfly Server 10.1.0.Final**.
7
8
+Deploy the war with the datasource file contained in the project
9
10
+To add some user and notes to the database, uncomment the following annotations
11
+```Java
12
+package it.unifi.ing.stlab.swa.bean;
13
14
+@Singleton
15
+@Startup
16
+public class StartupBean {
17
+ ...
18
+}
19
+```
0 commit comments