0
votes
1answer
22 views
Checking if specific user has a role
Hi,
is there some pretty way to check if some specific user (not the one that is logged in) has some specific role?
Here is grails example (generally the same for plain Java but syntax):
def user = …
2
votes
14answers
192 views
Java web frameworks
I was looking around to see if there is an equivalent to django/RoR in java.
Play Framework
Grails
Does anyone have ever tried those frameworks, or do you know any other?
Are they faster than …
0
votes
1answer
29 views
Grails war command causing java.lang.UnsupportedClassVersionError
I didn't think I made any tweaks to my machine configuration lately but all of the sudden, after I performed a 'grails clean', followed by 'grails war', I'm unable to build my project due to: …
0
votes
1answer
20 views
How to connect to machine ip address & port via grails app
I'm running MacOS 10.6 with the default settings for my machine with Internet Sharing turned on.
What needs to be configured to allow access to my machine's grails/jetty instance on a specific port?
…
0
votes
0answers
14 views
Grails AppEngine file upload using GAEVFS
Hi,
I'm working on Grails web application and need to upload files.
I have a form (simplified here):
<g:form action="save" method="post" enctype="multipart/form-data">
<input …
1
vote
0answers
40 views
Add fitting List Elements to a new List
Not sure how it is called...maybe you can help me out...
I got a lot of Addresses. I want to get an overview and created so called Addressgroups like "My Friends" for example.
Some Addresses have …
0
votes
1answer
12 views
How do I pass a variable into grails template from a Layout file?
So I have a navigation template (/common/_navigation.gsp) that is getting rendered in the Grails projects main Layout file (/layouts/main.gsp). How do I pass some kind of variable/parameter/arg from …
0
votes
3answers
61 views
How can I add common actions to controllers without using inheritance?
I need to add common actions to a number of my controllers without using inheritance. All our controllers extend an Abstract controller and the functionality I want to include does not make sense in …
0
votes
1answer
15 views
Grails render as XML generates an unwanted class element
I am rendering a command class as XML via
render foo as XML
where foo is an instance of the command class.
This successfully returns an XML for the objects value. However, the generated XML also …
3
votes
2answers
101 views
+150
Grails indexed parameters
I have a list of Team objects that have an Integer seed property. I want to edit all the teams' seeds at once, in a single form. I'm sure that Grails supports indexed parameters, but I can't get it to …
1
vote
0answers
39 views
Grails REST XML API definition
Striving to ship a well documented application, I'm looking for a good way to describe a REST API for my Grails Application users.
I know that REST calls should be simple enough to be described by …
0
votes
2answers
17 views
Grails searchable plugin
Hi,
In my Grails app, I'm using the Searchable plugin for searching/indexing. I want to write a Compass/Lucene query that involves multiple domain classes. Within that query when I want to refer to …
1
vote
2answers
18 views
Grails - schema configuration
Hello,
How can I configure Grails (in DataSource.groovy file) to use specific schema that a given username has access to, but it is not necessarily the default schema for that user.
Thanks
2
votes
3answers
42 views
Grails security
Which is the best security solution for grails among acegi, jsecurity and Stark security?
regards
Josh
0
votes
2answers
81 views
Beginner Groovy Question:
Hi there,
I'm following the code examples in 'The Definitive Guide to Grails' by Graeme Keith Rocher, and have come across a rather unusual stumbling block.
Essentially, 2 domain classes exist - …
