ZK Spring 3.2.0

Released on Oct. 28, 2015.

This version is released to work with ZK 8.




Getting Simpler and Richer

Feature Highlight

  • Spring 3.0 support
  • Separation into three JAR files
    • Spring Core
    • Spring Security 3.1 Support
    • Spring Webflow
The following benefits can be leveraged by ZK Spring integration:


Spring MVC Framework
  • Seamlessly access Spring managed beans in EL, zscript and data binding
  • Complete lightweight container providing automated configuration and wiring of application objects
  • Common abstraction layer for transaction management
  • JDBC abstraction layer
  • Integration with Toplink, Hibernate and JDO
  • Aspect-orientated programming functionality
Spring Security
  • Ability to customize or extend parts of the security system
  • Keeps your application objects free of security code
  • HTTP request authorization
  • Multiple options for enforcing access-controls such as EJB3 security annotations
  • Open ID support
  • HTTP BASIC and Digest authentication supported
  • Various back-end credential storage methods supported such as a database or XML file
  • SHA and MD5 password encoding with optional salting
  • Database caching to prevent extra queries
  • Security for Web Flow

What's New