Introduction
ZK Spring is an integration library that helps application developers to facilitate development with Spring and ZK framework. Currently, ZK Spring integration library provides support and additional features for integrating with Spring core framework and Spring Security. Highlight features are exposed in Spring-managed beans within ZK framework, ZK custom scopes for Spring-managed beans, and securing ZK components. In the following chapters, we will describe how to use these features with example codes and details.
ZK Spring integration Library contains 2 modules; ZK Spring Core (integration with Spring Core) and ZK Spring Security (utilities for Spring Security). The Following sections will go into details of both modules and demonstrate the features.
Please check the example project for sample usages.