我一直致力于基于Grails的网络应用程序。对于用户界面,我通过ZK选择了ZKGrails plugin框架。
现在,当应用程序的某些部分完成后,我决定开展用户管理和安全相关的工作。为此我安装了spring security core plugin,我通常这样做。现在这就是我被困住的地方。如何在作曲家中使用spring security service以及如何从gsps中调用方法?
任何帮助将不胜感激。
答案 0 :(得分: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