Create Java Server Faces Testprojekt

Aus Tutorials
Zur Navigation springen Zur Suche springen

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

http://www.byteslounge.com/tutorials/how-to-configure-jsf-in-tomcat-example


Zurück zu Java