grails-plugin
Why is this method returning null even though the underlying controller is mocked using Spocks' Mock()?
import grails.plugin.spock.* class EventControllerSpec extends ControllerSpec { def \"Creating a breadcrumb from an event\"() {[详细]
2023-02-04 01:55 分类:问答Grails menu with profiling
There are several grails menu plugins, for e开发者_StackOverflow中文版xample the Navigation plugin. I need to show to user only those menu items that he can access according to his user profile. What[详细]
2023-02-01 12:10 分类:问答How to install Grails plugin from source code?
I got a source code of the plugin from a friend, but开发者_JS百科 still don\'t know how to install it into my project. Yes, there\'s install-plugin command, but this plugin isn\'t allowed to upload to[详细]
2023-01-30 16:01 分类:问答How can I access child object property in Compas Search framework?
I have following code (in grails and Searchable Plugin aka Compass): class Topic { String name; static searchable = true;[详细]
2023-01-29 23:45 分类:问答How to adding Dynamic Methods at Runtime to Grails domain object without creating plugins?
In the ref documentation I found only example such as class ExamplePlugin { def doWithDynamicMethods = { applicationContext ->[详细]
2023-01-29 23:00 分类:问答What are my options for securing Spring Security UI?
I\'m using the default securityConfigType which is set to use annotations. What are my options for securing Spring Security UI controllers themselves?[详细]
2023-01-29 03:52 分类:问答Sharing a grails app domain plugin among multiple grails application clients and sing subset of domain classes
Well this is a strange requirement and I\'m thinking about it if this is possible or not. Second thou开发者_JAVA技巧ght comes is whether if its a feasible design decision or not.[详细]
2023-01-27 02:47 分类:问答Why do grails Quartz jobs die after a few minutes on production?
Using the grails Quartz plugin (latest stable version, 0.4.2), I have four different Jobs that run fine in my development environment, most of them every minute.[详细]
2023-01-26 10:00 分类:问答How do I access EntityManager from within Grails service (JPA + GAE)
I\'m having trouble accessing the EntityManager from within a grails service: My setup is as follows...[详细]
2023-01-25 01:47 分类:问答Caching data in grails
I have a site where users will first enter their search criteria.The search combines data from 2 sources, one of which is not a database. The search results are generally large enough to be paged.[详细]
2023-01-24 14:07 分类:问答