我需要在Grails应用程序中为客户端实现一些RESTful Web服务,我想使用jaxrs插件,但我很难找到关于如何实现非基于领域的安全性的信息(tomcat users.xml)。我正在使用spring安全核心插件,我想利用它来验证我的Web服务。如何将凭据发送到Web服务,然后使用spring安全性对其进行身份验证?有人能给我指正确的方向吗?
I am new to gwt. I am trying to integrate gwt+grails.Can anybody provide me a good example for handling the request using grails controllers and not a custom servlet.I will be really thankful if ...