Create Java Server Faces Testprojekt
Noch in Bearbeitung
pom.xml
<dependencies>
...
<!-- https://mvnrepository.com/artifact/org.glassfish/javax.faces -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.faces</artifactId>
<version>2.3.2</version>
</dependency>
...
</dependencies>
Links
https://maven.apache.org/plugins/maven-war-plugin/usage.html
https://tomcat.apache.org/tomcat-7.0-doc/appdev/deployment.html
Zurück zu Java