Groovy
Greach Ticket give-away
I am still giving a GreachConf ticket away to a Groovy Calamari reader. Just drop me an email if you are interested. Even better, tweet about Groovy Calamari with the hashtag #groovylang and I will draw a winner by the end of February.
Groovy Calamari Support
Grails + Javascript
Building a REST API with Grails and AngularJS 1.x
Before working at OCI I had no prior experience with Angular (neither 1.x nor 2.x). Several Grails projects, Angular Grails App Forge, Grails Guides, use Angular. In order to be helpful with those projects, I have started learning Angular. I completed the Treehouse AngularJS course and I decided to create a REST API to connect the Angular app developed during that course to a Grails App. The linked guide is the result.
Creating applications with Grails, Angular JS and Spring Security
@alvaro_sanchez's workshop contains three exercises:
- Excercise 1: Create a REST-API with Grails. Learn about @Resource, RestfulControllers and JSON-Views
- Excercise 2: Learn about the Grails Angular profile. Connect an angular app to the REST-API you created in the previous excercise.
- Excercise 3: Learn how to secure the Angular App with Spring Security Rest.
â–¶ Creating Applications with Grails, Angular, and Spring Security
@alvaro_sanchez's talk at 2016 GR8Conf US. He covers the same topics as in the previously linked workshop.
If you are not interested in Angular but you would like to learn about Spring Security REST for Grails watch the video from minute 33:47.
Grails Angular Scaffolding Plugin
The goal of this plugin is to provide basic CRUD abilities using AngularJS in a single page application. It is designed to be used alongside the angular profile, however it can be used in applications that were not created from the angular profile
If you are developing Angular apps with Grails be sure to read this docs.
Grails Angular Scaffolding
@Schlogen's blog post which illustrates the scaffolding capabilities offered by the Angular Scaffolding plugin.
Grails Quickcast : AngularJS Scaffolding with Grails 3
@Schlogen walks you through the installation and use of the AngularJS scaffolding in Grails 3.1.x in this Quickcast.
Comment
Last week, we talked about how Grails can help you with your mobile development backend needs. This week, I want to talk about another topic: Grails + Angular. Grails 3, with angular application profile, simplifies and aids greatly in the development of Angular apps. This issue links will show you how.
Sergio del Amo