Skip to main content

Questions tagged [grails]

Grails is an open source web application framework which uses the Groovy programming language (which is in turn based on the Java platform).

0 votes
1 answer
2k views

I have created a standalone application with WPF and I need to use some of its functions via web. In few words, I would like that an user can access a web page and have the chance to insert some data ...
FrancescoDS's user avatar
0 votes
1 answer
78 views

I'm working on a project with has different checklists (questions and answers) associated with an entity (Protocol). There is a business requirement to have these questions be altered in the future ...
tylerwal's user avatar
  • 136
2 votes
4 answers
912 views

What is the best strategy for maintaining easy to follow code when keeping things DRY means you have to pass a lot of parameters to shared functions? In my specific case, I have a grails based app, ...
Dave's user avatar
  • 131
31 votes
2 answers
24k views

I have been developing in Groovy for a little while now and I'm wondering how often I should be using the dynamic casting def? A co-worker of mine believes we should use it always as it helps Groovy ...
PJT's user avatar
  • 413
6 votes
2 answers
2k views

I've obviously heard a lot about the Micro-Services Architecture and think it makes a lot of sense (especially with the success stories of Netflix). I'd like to implement a small Grails application ...
Brandon Wagner's user avatar
0 votes
1 answer
116 views

I have a codes table that stores name value pairs and a group name. So for this example let me demonstrate with two rows, each row would represent one value in the same drop down. Group Name = '...
Jeremy's user avatar
  • 103
1 vote
1 answer
2k views

I'm writing a grails application and am not sure what the best practice is with regard to comments outside of method blocks. I've done a bit of research and there seems to be conflicting views on how ...
Travis's user avatar
  • 135
0 votes
1 answer
533 views

Over the past week, I've been struggling to adapt a Grails application to use the REST architecture. Problem is, I've had nothing but trouble throughout. For this application, the choice between ...
Jason's user avatar
  • 746

15 30 50 per page