In grails is creating a new domain class and never persisting any objects to the db, the best way to create a class that you don't want to store in the db?
Asked
Active
Viewed 1,082 times
4
-
Well apart from the answer given, you can try Command objects – Ant's Apr 09 '12 at 12:53
2 Answers
11
Grails provide the src
directory to develop some utility classes and other artifacts. The src
directory it not persisted.
src - Supporting sources
groovy - Other Groovy sources
java - Other Java sources

epidemian
- 18,817
- 3
- 62
- 71

Arturo Herrero
- 12,772
- 11
- 42
- 73