Can anyone suggest learnxinyminutes-like guide for...
# random
o
Can anyone suggest learnxinyminutes-like guide for grails?
👍 1
d
orangy: I would suggest not going into grails - don't know anyone who would be happy with it
o
I’m not going into grails, but I often see remarks like “would be nice to have grails with Kotlin”, so I wonder if I can get an overview to find what’s there
👍 1
d
most Grails features work because of using dynamic language and is imposible to work using
@CompileStatic
. Better redirect to plain Spring ( Spring Boot + Light Admin or Spring Data Rest)
where your entity class has methods like
findByTitle
added on runtime