Results 1 to 3 of 3

Thread: JSF, MyFaces and Spring Security 2.0.1

  1. #1
    Join Date
    Jun 2008
    Posts
    1

    Default JSF, MyFaces and Spring Security 2.0.1

    Does anyone have a goods implementation of Spring Security with JSF?
    I have had a look at several implementation with Acegi, but all this xml is confusing for a newbie.

  2. #2
    Join Date
    May 2008
    Posts
    34

    Default Spring Security and JSF

    Hi, I would suggest that you start with the petclinic tutorial: static.springframework.org/spring-security/site/petclinic-tutorial.html

    Even thought Acegi's configuration was verbose and complicated, Spring Security 2.0 is much easier and you should not have any problem to use it even if you are a newbie.

    Regarding JSF, it should not make any difference, except may be on the tag library in JSPs. JSF sometimes has tag incompatibilities depending on the version you're using and depending on the set of components you're using.

    Good luck!

  3. #3
    Join Date
    Mar 2008
    Posts
    17

    Default

    If you are using JSF 1.2 / Facelets or even the brand new JSF 2.0, take a look at this google code project:


    http://code.google.com/p/spring-secu...celets-taglib/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •