0
votes
1answer
29 views
How to setup local dependency in grails plugin (classpath to the main app)?
Hi,
I have a Grails app consisting of main app and its local module linked in BuildConfig.groovy:
grails.plugin.location.'mymodule' = "modules/mymodule"
In mymodule I would like to use Helper …
0
votes
1answer
22 views
Grails searchable plugin
Hi,
In my Grails app, I have the following domain class that is indexed by the Searchable plugin:
class Foo implements Serializable {
BookletCategory bookletCategory
Date lastUpdated
…
1
vote
2answers
50 views
Is it possible to exclude grails plugin from production environment?
I would like to use certain plugin in development environment, but would like to exclude this plugin from production and from generated war. What is the easiest way to accomplish this?
0
votes
1answer
43 views
Search subset of objects using Compass/Lucene
Hi,
I'm using the searchable plugin for Grails (which provides an API for Compass, which is itself an API over Lucene). I have an Order class that I would like to search but, I don't want to search …
2
votes
2answers
45 views
Grails client side validation
Hi !
How do you (if you) manage client side validation with grails ? Do you use a plugin or do you mirror your constraints using a javascript framework ?
Cheers
0
votes
1answer
37 views
Error loading the grails gwt module xml
Hi,
I've installed the plugin from this article by Peter
http://www.cacoethes.co.uk/blog/groovyandgrails/the-command-pattern-w....
While compile time its not able to find the module file which is
…
1
vote
5answers
182 views
Installing Nimble for Grails
I came across Nimble yesterday, but couldn't get past Step 1, configuring BuildConfig.groovy to find the Nimble's remote repository.
My BuildConfig.groovy file is one line:
…
0
votes
2answers
225 views
Grails image manipulation
Hi all,
i tried to use in my grails project (1.1.1, on Mac OS X) some image manipulation plugins or java libs: imageTools plugin, imageJ, awt libs etc. Everytime i open/take image from path to start …
0
votes
0answers
94 views
grails gorm with multiple data sources
I am working on an application using grails to bridge the gap - supporting legacy POJO code, adding things like better session management.
the current implementation relies on 3 database connections
…
1
vote
1answer
63 views
Grails, Nimble and Blogito
Hi,
I tried to run the sample application of Nimble 0.2 (blogito) downloaded here : http://github.com/intient/blogito but unfortunately I got stuck with 2 major issues:
When running grails …
0
votes
1answer
117 views
Breadcrumb navigation for a grails app
Hi,
for my first grails project i like use a breadcrumb navigation.
The only plugin i found so far is menu plugin
With this plugin i was only able to create a static menu structure using
the CRUD …
0
votes
4answers
68 views
Variable Variable in Groovy
Hi everybody,
I'm in a project using Grails,
I user beanFields plugin where I'm changing the bean:inputTemplate into the following
<bean:inputTemplate>
<div class="prop …
1
vote
1answer
34 views
How to prevent App-wide search with Searchable Plugin?
For my Grails App i use Searchable Plugin to have an nice "google-like" Search.
I followed instructions and added:
class Address {
static searchable =true
Integer id
…
0
votes
2answers
57 views
“Reverse Search” Search function for in Grails App
I searching for an useful Plugin or Idea for my app for reverse search.
I am not sure if it is he right english Word for it...so let me explain:
I got a list of ingredient in my cooking app.
If i …
0
votes
2answers
31 views
Compiled and signed grails plug-in
Is it possible to compile and sign grails plug-in? I am thinking about distributing my application logic using grails plug-in architecture and I do not want my client to be able to read that easily …
