Feb 24, 2015

Creating RESTful Applications with Grails

More and more, companies and organizations are using RESTful APIs to provide access to their data and services, including Twitter, LinkedIn, JIRA, and Salesforce.com. REST provides a useful abstraction and helps simplify the creation of APIs.

In addition to helping create complex Web user interfaces, Grails provides excellent support when developing RESTful APIs. This practical talk introduces REST, Grails, and delves into how to code a RESTful interface using the Grails framework.

Code and slides here

About the Author

Eric Foster-Johnson profile.

Eric Foster-Johnson

Principal Technologist

Eric has decades of industry experience in designing and developing complex enterprise software, including designing and developing Grails and Java EE solutions to tough client problems. He has experience leading development teams, mentoring developers, and helping troublesome projects get back onto a success track. He has lead teams in both traditional and agile settings.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Blog Posts
Migrating from Cordova to React Native
Cordova and React Native are JavaScript based frameworks for building cross-platform mobile apps. They differ greatly in their approach, with Cordova being embedded web view centric, and React Native being native centric. React Native is […]
Building Scalable IoT Applications with AWS IoT
With the explosion of IoT devices across the world, handling communication with those devices in a secure, scalable and globally distributed manner is becoming increasingly important. Protocols such as MQTT offer a means for communicating […]
Simplifying Distributed Systems Using Apache Kafka
With the rising popularity of micro service architectures and typical scaling patterns used at enterprises, distributed systems are becoming more common and complex. What was once a simple web server connected to a database now […]
Rest Services with Node, Mongo, & Express
Demonstrating how easy it can be to build our RESTful webservices with Node, I will live code a full CRUD (Create, Read, Update, and Delete) REST service with NodeJS. We will utilize MongoDB as our […]