Skip to content

Integration of the Spring Security Framework with Java Server Faces (JSF) / Facelets, as normal JSP-Taglibs don't work with the component-tree created by JSF/Facelets

License

Notifications You must be signed in to change notification settings

fredtucs/facelets-taglib-jsf20-spring-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facelets-taglib-jsf20-spring-3

This module aim's to simplify the integration of the Spring Security Framework with Java Server Faces (JSF) / Facelets, as normal JSP-Taglibs don't work with the component-tree created by JSF/Facelets

Maven repository:

Dependency in your pom.xml

<dependency>
	<groupId>org.springframework.security</groupId>
	<artifactId>facelets-taglib-jsf20-spring-3</artifactId>
	<version>0.6</version>
</dependency>

Repository add in your pom.xml

<repositories>
	<repository>
		<id>datapipeline-mvn-repo</id>
		<url>https://raw.github.com/fredtucs/mvnrepository/mvn-repo/</url>
		<snapshots>
			<enabled>true</enabled>
			<updatePolicy>always</updatePolicy>
		</snapshots>
	</repository>
</repositories>

About

Integration of the Spring Security Framework with Java Server Faces (JSF) / Facelets, as normal JSP-Taglibs don't work with the component-tree created by JSF/Facelets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages