Grails
Webinar: Why IntelliJ IDEA is the Premier Development Environment for Grails 3
THURSDAY, JULY 13TH 16:00 - 17:00 CEST (10:00 AM - 11:00 AM EDT)
If you are programming in the Groovy Ecosystem, you probably use IntelliJ IDEA. Check out this webinar by @jeffscottbrown to master IntelliJ IDEA + Grails 3.
Topics:
Five reasons why IntelliJ IDEA is the premier environment for Grails 3 development
What most people don't realize about the Ultimate Edition of IntelliJ IDEA vs the free Community Edition
A behind-the-scenes look at how the Grails team collaborates with the IntelliJ IDEA team to create the very best tooling
Add it to your calendar 📅!
[JAPANESE] Grails Tutorial
If you don't speak Japanese, Google Translate will do the magic. A good Grails tutorial by @saba1024
There is a great section about Static files outside Asset
Grails Controller Testing
Learn how to test your controllers:
Unit Tests
- Validate allowed methods.
- Validate model, views, status and redirect
- Use a Stub when you work with a service
- Validate HTTP parameters bind to a command object
- Validate a JSON payload is bound to a command object
Functional Tests
- JSON response, status code
Gradle
▶ Working with Gradle in IntelliJ IDEA
Did you ever wonder what does it exactly mean to check the option Create separate module per source set while navigating the Gradle create project wizard?
This seven-minute video by @trisha_gee is a must watch for those of us working with Gradle + IntelliJ IDEA.
▶ Multi repo development with Composite Builds
I've linked in the past to Composite Builds content. I am really excited about that feature. This Gradle Summit 2017 talk by @dazdeboer is a great overview of the steps necessary to transform a multi-project build in a composite build.
Moreover, It showcases a use case which I was not aware of. Composite Builds help while developing Gradle Plugins.
Tools
Google App Engine standard now supports Java 8
More importantly:
Google App Engine standard now fully supports off-the-shelf frameworks such as Spring Boot and alternative languages like Kotlin or Apache Groovy.
Remember if Spring Boot is supported, so is Grails 3 🍾🍾🍾
Comment
IntelliJ IDEA is probably the IDE used by the majority of the Groovy community. This issue contains several links to IntelliJ IDEA + Groovy Ecosystem projects to get the most out of the tool.
Also, don't miss the link to the Gradle Composite Build video towards the end of the email!
Sergio del Amo