I am going to try to add some DROOLS into my Grails project.I have never used DROOLS before, and I intend to learn it within the context of Gr开发者_运维问答ails.Can anyone explain the difference or j
I just add the spring-security-plugin to my grails project. everything looks working fine. but when I try to logout the app shows me the logout message, however the application is still logged-in!
Im having some conflicts with the Searchable plugin. I have a filter which fetches the controller in question in the before phase. It fetches the requested controller by finding the first controller
grails 1.3.7 when startup,get error below: Running Grails application.. 2011-04-22 09:38:17,828 [main] ERROR
How do I report a bug against a grails plugin? I asked this question, grails + jquery ui plugin, using custom theme, to which I still haven\'t gotten an answer, and unfortunately I don\'t think one
Documentation seems to be lacking on both the plugin side as well as the HTTPBuilder side of things.I\'m trying to submit some json through the put method, but it keeps telling me that put() doesn\'t
I am looking to check-out grails easy plugin source code .But I could not find out complete source code .Any help would be highly appreciated!!开发者_运维问答!If your looking for the easyb plugin sour
Latest version of the REST Client plugin for grails: withHttp(uri: \"http://foo/bar\") { def bodyContent = [
I am trying to override the default controller redirect method and cannot seem to get the following bit of code to work.
I posted this on the Grails 开发者_如何转开发mailing list yesterday and haven\'t had any hits.Figured I\'d try here as well today.