Cloud Foundry + Grails + RabbitMQ – Publishing Messages into the Cloud
Having RabbitMQ in Cloud Foundry is great as I can now start using messaging between my applications running on Cloud Foundry. The next topic I would like to address is how can I publish a message...
View ArticleCloud Foundry + Grails + RabbitMQ – Publishing Messages into the Cloud
Having RabbitMQ in Cloud Foundry is great as I can now start using messaging between my applications running on Cloud Foundry. The next topic I would like to address is how can I publish a message...
View ArticlePlugin News: JSON RESTful API for GORM
Please note that all development (including the examples) have recently been migrated to GitHub. Please update your branches! See GitHub for known issues. Sources:...
View ArticleSemi-RESTful Scaffolded Controllers
The default Grails scaffolded controllers use a create action to render a form and a save action as the target the form will POST to. If the save action succeeds it redirects to show and if it fails d…...
View ArticleGroovy HTTP builder for sending multipart file.
I had two applications that communicate with each other through web-services. There I had a requirement to send multi-part file from one application to another. After searching I came out with the...
View ArticleWebsockets and Grails — Broadcasting to Topics
Introduction In my first Websockets example, I demo’d a port of the Atmosphere Chat Example into a Grails project. That code showed how to subscribe to a channel via JavaScript and broadcast to that...
View ArticleGrails Dropwizard Plugin
I’ve been seeing a lot of buzz about Dropwizard as a framework for creating REST services. I thought it would be interesting to integrate it with Grails, but it ended up being a lot more work than I...
View ArticleSpring Security 3.2.0.RC1 Highlights: CSRF Protection
On Monday I announced the release of Spring Security 3.2.0.RC1. This is the first of a two part blog series going over the new features found in Spring Security 3.2.0.RC1. In this first entry, I will...
View ArticleNew Blog: Grails Goodness: Create Report of URL Mappings
Since Grails 2.3 we can use the url-mappings-report command to get a nice report of the URL mappings we have defined in our application. Also implicit mappings created for example by using the...
View ArticleNew Blog: Grails API Functional Testing
You’ve written (or are about to write) an API in Grails. Which is quite easy, especially with all the REST API improvements in Grails 2.3. Now you want to ensure your API works correctly when the first...
View Article