Grails+ZK+Spring安全性

Grails+ZK+Spring安全性,grails,spring-security,zk,Grails,Spring Security,Zk,我一直在开发一个基于web的应用程序。对于UI,我通过选择框架 现在,当应用程序的某些部分完成时,我决定处理用户管理和安全相关的工作。为此,我安装了,我通常这样做。这就是我被困的地方。如何在Composer中使用spring安全服务,以及如何从GSP调用方法 任何帮助都将不胜感激 First of all you have to download following .jar spring-security-acl-3.0.2.RELEASE.jar spring-security-confi

我一直在开发一个基于web的应用程序。对于UI,我通过选择框架

现在,当应用程序的某些部分完成时,我决定处理用户管理和安全相关的工作。为此,我安装了,我通常这样做。这就是我被困的地方。如何在Composer中使用spring安全服务,以及如何从GSP调用方法

任何帮助都将不胜感激

First of all you have to download following .jar

spring-security-acl-3.0.2.RELEASE.jar
spring-security-config-3.0.2.RELEASE.jar
spring-security-core-3.0.2.RELEASE.jar
spring-security-taglibs-3.0.2.RELEASE.jar
org.springframework.aop-3.0.2.RELEASE.jar
org.springframework.asm-3.0.2.RELEASE.jar
org.springframework.beans-3.0.2.RELEASE.jar
org.springframework.context-3.0.2.RELEASE.jar
org.springframework.context.support-3.0.2.RELEASE.jar
org.springframework.core-3.0.2.RELEASE.jar
org.springframework.expression-3.0.2.RELEASE.jar
org.springframework.transaction-3.0.2.RELEASE.jar
org.springframework.web-3.0.2.RELEASE.jar
org.springframework.web.servlet-3.0.2.RELEASE.jar

more information here 

http://books.zkoss.org/wiki/Small_Talks/2010/April/Making_Spring_Security_Work_with_ZK