OPI Blog
Learn from experts in their fields

Browsing Tags: grails3

Jan 7, 2016
Changing the embedded server in Grails 3
I have a pet project that I’ve written in Grails 3. I run it on an already-busy cloud server via the fat jar. I kept the default Tomcat configuration but soon I kept getting out ...
Asynchronous Programming in Grails 3
Grails has had support for asynchronous programming for some time now but it seems to have become more well-defined in Grails 3. It has Promises, Events, and even asynchronous processing in GORM. The article is ...