Posts Tagged ‘Spring-Security

The Spring Security Facelets/JSF 2.0 Taglib got released in version 0.3. CHANGES: Replaced roles.isEmpty() with roles.equals(“”) to allow usage with Java 5 Adopted taglib for usage with Spring 3/Spring Security 3 final removed faces-config.xml in taglibs for jsf 1.2 as it prevented deploying in some scenarios Fetch it from the Project Homepage

Because finally someone showed interest in helping me with my Spring Security JSF 2.0 Taglib, I created my first project at Google Code. The homepage of the project is still located on my server, but maybe I’ll move that too as soon as I find out how to do it.

Puh… after now around 18 hours (totally), I’ve managed to get a basic setup of the single-sign-on software by JA-SIG – the Yale University running. I’ll use CAS (central authentication service) to enable a smooth transition from PHP to Java on the lyrics portal I’m working on. Now, that I’ve got phpCAS working on a […]


top