Java Specific Information
- JSF 2.x with Spring 3.x and Spring Webflow 2.1.x
- This is a quick introduction for upgrading Spring Webflow 2.0 to Spring Webflow 2.1 and also from JSF 1.2 to JSF 2.0.
- Spring Webflow 2 with Spring Security 3
- Spring Webflow 2.0.x is compiled against Spring Security 2.x. Spring Security in version 3.x got some restructuring in packages - therefore resulting in invalid references to classes (and thus ClassNotFoundExceptions).
- Multiple Authentication Provider with Spring Security
- Nowadays, websites need to provide multiple login options such as a custom login, LDAP login, by facebook connect or openID. For this purpose, Spring Security allows to set up multiple authentication providers.
- Facebook Connect Login with Spring Security
- Describes how to integrate facebook connect into a combination of Spring 3, Spring Webflow 2 and Spring Security 3.