Bobby Warner

Bobby Warner

Sr. Technical Architect @ Target Corporation


Bobby Warner is a Senior Technical Architect at Target Corporation based in Minneapolis, Minnesota. Bobby has been developing web applications for over ten years and using Grails for the last three. He has been a key component in bringing Groovy and Grails to Target as well as other innovative technologies. Bobby is an active member in the Grails community and blogs frequently about Grails topics at www.bobbywarner.com.




Blog

GR8CONF US Hackathon is this Sunday

Posted 2013-07-16 14:52:00.0

The GR8CONF US Hackathon is this Sunday, July 21st! If you have not registered yet, please sign up at the ChallengePost site! It officially starts at 6pm, but feel free to come to Target Plaza Commons at 1011 Nicollet Mall in downtown Minneapolis anytimmore »

GR8CONF US Hackathon Registration

Posted 2013-06-28 10:00:00.0

Target will be hosting a hackathon as part of the GR8CONF US 2013 conference and today I would like to announce that registration is officially open for the event! Target is very excited to be hosting this hackathon for conference attendees as well as more »

Building APIs with Grails

Posted 2013-04-19 00:57:00.0

I have been developing some APIs with Grails lately as opposed to traditional web apps. I’m going to be giving a talk at GR8CONF US this summer about this topic too. So, I thought it would be fun to create a screencast with some tips for gettingmore »
Read More Blog Entries »

Presentations

Building APIs with Grails

APIs open up our application data and functionality to other clients like mobile applications, JavaScript clients and even potentially other companies. The most prominent way of implementing them is by using the REST architectural style and it is now almomore »

Building APIs with Grails

close

Bobby Warner By Bobby Warner

APIs open up our application data and functionality to other clients like mobile applications, JavaScript clients and even potentially other companies. The most prominent way of implementing them is by using the REST architectural style and it is now almost expected for all web developers to know how to build good RESTful APIs. As Grails developers, we have a few options readily available to us to simplify this task.



This talk will cover these options as well as discuss some of the pros and cons with each approach so you can successfully build APIs with Grails in your next project.