1

我一直在研究基于Grails的 Web 应用程序。对于 UI,我通过ZKGrails 插件选择了ZK框架。

现在,当应用程序的某些部分完成时,我决定处理用户管理和安全相关的事情。为此,我安装了我通常这样做的spring security core plugin 。现在这就是我被卡住的地方。如何在作曲家中使用 spring 安全服务以及如何从 gsps 中调用方法?

任何帮助将不胜感激。

4

1 回答 1

0
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
于 2012-09-20T12:52:07.427 回答