I about to create a multi-module Groovy web application. It should consists of the following parts:
* a web frontend,
* a simple web crawler.
The web frontend would communicate with the crawler through a relational database.
I am new to the world of Groovy. Could you recommend technologies to use (e.g. build system, web framework, etc.) which would fit well together?
I wanted to build the web application on Grails and use Gradle to build the whole project. I wasn't able to make the two tools cooperate though.