Tagged Questions

22
votes
14answers
2k views

Is Grails worth it?

This is half rant, half question. Is it worth using Grails? I'm trying to develop a relatively simple database drive web applications. My expertise is in Java so naturally Grails seemed like a good …
14
votes
12answers
1k views

What does it mean for a programming language to be “on rails”?

I'm currently working with Groovy and Grails. While Groovy is pretty straight-forward since it's basically Java, I can't say I grok Grails. I read that Groovy is to Grails as Ruby is to Ruby on Rails, …
12
votes
7answers
889 views

Best IDE for Grails 1.1.X development

Hi, I've been on a frustrating quest to find an IDE which provides reasonable support for Grails 1.1 development. My minimum requirements are: Supports running tests within the IDE Supports …
11
votes
9answers
2k views

Best IDE for Grails/Groovy?

I am starting a project with Grails since I already use Eclipse, it was my first choice. But I don´t think its good enough, had some problems and the plugging is poor in functionalities. Anyone …
10
votes
7answers
2k views

Are there good Grails sample applications from which to learn?

Besides the sample applications featured in the books Beginning Groovy and Grails and The Definitive Guide to Grails, are there any applications out there written in Grails that are good examples from …
9
votes
10answers
411 views

Eat, Sleep and Breathe Unit Testing/TDD/BDD

I do write unit tests while writing APIs and core functionalities. But I want to be the cool fanboy who eats, sleeps and breathes TDD and BDD. What's the best way to get started with TDD/BDD the right …
9
votes
6answers
1k views

Convert datetime in to date

How do I convert a datetime field in Grails to just date, with out capturing the time? I need to do this for comparison with system date. class Trip { String name String city Date …
8
votes
2answers
1k views

Are there any good tutorials for using sitemesh in a grails application?

I'm a pretty experienced Grails developer, but most of my experience has been with using grails for serving up JSON/XML to a flex app and some relatively simple HTML websites. I've been diving deeper …
7
votes
1answer
207 views

Can Grails be configured to use all lowercase URL’s?

By default, Grails uses lowerCamelCase for the URL's. While this isn't a big deal, I sort of favor the the all lowercase URL design, which also reduces gotchas from "normal" people not realizing that …
7
votes
5answers
963 views

What are you favorite Grails debugging tricks?

Grails can be a bit of a bear to debug with its long stack dumps. Getting to the source of the problem can be tricky. I've gotten burned a few times in the BootStrap.groovy doing "def foo = new …
7
votes
2answers
300 views

Documenting taglibs (or closures in general) in Groovy/Grails

I am writing my first taglib as part of a plugin and I would like to document it. Adding javadoc (is there any place that documents groovydoc or is it really the same thing?) doesn't seem to work for …
6
votes
3answers
495 views

Django vs. Pylons

I've recently become a little frustrated with Django as a whole. It seems like I can't get full control over anything. I love Python to death, but I want to be able (and free) to do something as …
6
votes
3answers
166 views

How do you modify a Domain Class in Grails?

I can't figure how what the "standard practice" is for modifying a Domain Class after it has automatically created the corresponding database table. There's no "migration" in Grails, and there's no …
6
votes
3answers
322 views

Grails applications and version control

Which directories/files should be excluded when placing a Grails application under version control? I don't want non-source files or artifacts to be carried in SVN for my project.
6
votes
4answers
794 views

Valid Java code that is NOT valid Groovy code?

Most Java code is also syntactically valid Groovy code. However, there are a few exceptions which leads me to my question: Which constructs/features in Java are syntactically invalid in Groovy? …

1 2 3 4 5 46 next
15 30 50 per page