ZK + Spring Security Custom Login form

In this example, we will see step by step how to integrate ZK and Spring security

If you are new to spring security,   please read the following post

1. Spring Security hello world example
2. Spring Security Form Login Example

Now let us see how we can integrate ZK with spring security.

Part 1: In this post, we will see how to create a custom login form using ZK and ask Spring Security to use it for login authentication.
Part 2: In this post, we will see how to Implement custom UserDetailsService for spring security.
Part 3: In this post, we will see how to login with static users into the application.
Part 4: In this post, we will see how to add extra login parameters in the spring security.
Part 5: Real world Example for spring security using ZK MVC + CRUD + Hibernate + JPA + Mysql