Sponsored Link
Greach Conference - Call for Papers
Greach 2018 is getting ready. Save the date: March 15th, 16th and 17th 2018.
If you want to talk you about anything related to the Groovy ecosystem: Grails, Groovy, Geb, Griffon, Ratpack, Spock,... the Call for Papers is open until the 15th, 2018. Don't wait too much. Note: Greach talks are all in English.
Greach takes place in Madrid. Visiting Madrid in March is a great opportunity. Moreover, Greach has influenced so much my Groovy Career that I cannot do but recommend it.
GORM
Groovy Gorm Shell Script
Back in Issue 103, I talked about using Groovy's Grape. @davidthecoder shows how to use GORM in a Shell Script. GORM everywhere!
The blog post is great. Moreover, David even uses my name in the example. I could not resist to link it. 😂
Grails
Migrating from Filters to Interceptors
If you migrate applications from Grails 2 to Grails 3, one item in your migration checklist is the transformation of Grails 2 Filters into Grails 3 Interceptors. @puneetbhl introduces you to Interceptors and shows you how to migrate methods such as beforeInterceptor from your Grails 2 Controllers.
â–¶ Grails 3 for Spring Developers
Great presentation by @jeffscottbrown and @starbuxman. They show first that you can develop Spring Boot applications with Groovy. And Groovy is a first-class citizen. Then, they move to create the similar app but with Grails 3. You will see some of the developer-productivity features which Grails brings to the game. Forward it to any Spring Developer.
Render GSP Views And Templates Outside Controllers
GSPs are not just a fabulous view technology to generate HTML pages. They are also an excellent resource to render those pesky HTML emails. You will still use invisible tables :-( to format your emails but at least rendering a model against your HTML email templates will be easy.
@mrhaki shows how to render a GSP view or template form a Grails Service.
Gradle
How to Deploy Java Application JAR to AWS Beanstalk with Gradle
AWS now supports running FAT jars as a first-class citizen in Elastic Beanstalk. @musketyr shows the necessary changes in your Gradle build file to streamline your deployment process of Grails, Ratpack ... apps.
Handy Gradle Recipes
@mikehoss42 shows several code snippets to improve your Gradle game. Learn how to:
- Run a single test
- Print out the output of all unit tests
- Show each unit test, pass or fail.
- Print out JVM and Gradle Info
Comment
G3 Summit takes place in less than ten days. If you can still make it, there are many reasons to attend.
This issue contains a mix of Gradle, Groovy, GORM, and Grails content. Enjoy!
Sergio del Amo