Introduction"

From Documentation
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{ZKSpringEssentialsPageHeader}}
 
{{ZKSpringEssentialsPageHeader}}
ZK Spring is an integration library that helps application developers facilitate development with Spring and ZK freameworks. Currently ZK Spring integration library provides support and additional features for integrating with Spring core framework, Spring Security and Spring Webflow. Highlight features are exposing Spring managed beans within ZK framework, ZK custom scopes for Spring managed beans, Ajax based login popup, securing ZK components and its events and Spring webflows composed out of ZK pages/components. In the following chapters we will describe how to use these features with example codes and details.
+
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.
  
 +
Please check [https://github.com/zkoss/zkspring/tree/master/zkspringessentials/zkspringcoresec the example project] for sample usages.
  
{{ZKSpringEssentialsHeadingToc}}
 
  
=Version History=
 
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
|-
 
|  
 
|  
 
|  
 
|}
 
 
{{ZKSpringEssentialsPageFooter}}
 
{{ZKSpringEssentialsPageFooter}}

Latest revision as of 01:30, 14 December 2022

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.

Please check the example project for sample usages.



Last Update : 2022/12/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.