Skip to content

kgeis/joinfaces-gradle-example

 
 

Repository files navigation

JoinFaces examples for Gradle Build Status

This repository contains example projects showing how to use JoinFaces with Gradle

Projects

jar-example

Contains:

  • jar packaging
  • Mojarra 2.2.x
  • Primefaces 6.1

Usages:

  • Can be started via its main-method using an embedded Tomcat
    • Using java -jar
    • Using ./gradlew jar-example:bootRun
    • Using your IDE
  • Can be tested using @SpringBootTest(webEnvironment = RANDOM_PORT)
    • Using ./gradlew jar-example:test
    • Using your IDE

war-example

Contains:

  • war packaging with
  • Mojarra 2.2.x
  • Primefaces 6.1

Usages:

  • Can be deployed to an existing Tomcat (see Travis tests)
  • Can be started via its main-method using an embedded Tomcat
  • Can be tested using @SpringBootTest(webEnvironment = RANDOM_PORT)
    • Using ./gradlew war-example:test
    • Using your IDE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.2%
  • HTML 25.8%