Feb 16, 2009

Screencast: Intro to Grails with RESTful Web Services

This presentation discusses some of the fundamental concepts of Grails and dives into an example that demonstrates how to build RESTful Web Services with Grails. Select the link below to download the full presentation.

Intro to Grails with RESTful Web Services

About the Author

David Reines profile.

David Reines

VP - Technology

David has led the development efforts of several mission-critical enterprise applications in the Twin Cities area. During this time, he has worked very closely with numerous commercial and open source JEE technologies. David has extensive experience in the architecture, design, implementation, deployment and support of highly scalable business applications.

One thought on “Screencast: Intro to Grails with RESTful Web Services

  1. Patrick Haggood says:

    The link for the above presentation is dead (mediafire can’t find file).

  2. Luis says:

    Hi David,

    The link above down’t work. Mediafire says:

    Invalid File. This error has been forwarded to MediaFire’s development team.

    The key you provided for file download was invalid. This is usually caused because the file is no longer stored on Mediafire. This occurs when the file is removed by the originating user or Mediafire.

    Could you post a new link, please ?

    Thank you,

    Luis

    1. Ehren Seim says:

      The link is updated and should be functioning properly. Sorry for the inconvenience. Please let me know if you run into any other issues.

      Thanks.

Leave a Reply

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

Related Blog Posts
Android Development for iOS Developers
Android development has greatly improved since the early days. Maybe you tried it out when Android development was done in Eclipse, emulators were slow and buggy, and Java was the required language. Things have changed […]
Add a custom object to your Liquibase diff
Adding a custom object to your liquibase diff is a pretty simple two step process. Create an implementation of DatabaseObject Create an implementation of SnapshotGenerator In my case I wanted to add tracking of Stored […]
Keeping Secrets Out of Terraform State
There are many instances where you will want to create resources via Terraform with secrets that you just don’t want anyone to see. These could be IAM credentials, certificates, RDS DB credentials, etc. One problem […]
Validating Terraform Plans using Open Policy Agent
When developing infrastructure as code using terraform, it can be difficult to test and validate changes without executing the code against a real environment. The feedback loop between writing a line of code and understanding […]