Basic Security in JSF

前端 未结 4 792
你的背包
你的背包 2020-12-02 05:42

I would like to see a simple Login Application, not as simple as this though.

What I would like to achieve is an understanding on how JSF works, I\'ve developed a lo

4条回答
  •  天涯浪人
    2020-12-02 06:34

    If you're willing to try a bit more advanced approach then I suggest looking into spring-security+JSF. It works like a charm.

    You can write your application as if it wasn't under security and then just configure which areas that should be protected using aspects.

    Spring security: http://static.springsource.org/spring-security/site/

    A Tutorial: http://ocpsoft.com/java/acegi-spring-security-jsf-login-page/

提交回复
热议问题