joinfaces

Error on integrating Primefaces with Springboot/JoinFaces

寵の児 提交于 2021-01-28 17:43:39
问题 I´m trying to create an application that integrates primefaces with spring boot following these tutorials: https://medium.com/@tsepomaleka/integrating-spring-boot-with-java-server-faces-using-joinfaces-297e64f6a28f https://codenotfound.com/jsf-primefaces-example.html And i added the joinfaces as the tutorial suggests: This is my pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi

How can I configure my joinfaces correctly?

怎甘沉沦 提交于 2019-12-11 06:09:18
问题 I tried using JoinFaces for my JSF Project in combination with spring boot! I figured it must be as easy as dropping the dependencies provided in the JoinFaces "getting Started" tab into my maven and set the right starter. Is there more to it then doing what I described above? Im using primefaces, Maven and TomCat! My dependencies look like this <dependency> <groupId>org.joinfaces</groupId> <artifactId>primefaces-spring-boot-starter</artifactId> </dependency> <plugin> <groupId>org.joinfaces<