grails

Jul
14
Application Logging through RabbitMQ and Graylog

Application Logging through RabbitMQ and Graylog

Centralizing your Grails application logging allows for more robust log management and easier issue resolution.
3 min read
Mar
31
Amazon Web Services SQS in Grails with Spring JMS

Amazon Web Services SQS in Grails with Spring JMS

I recently needed a quick and simple queue implementation for a Grails project but didn't want the hassle
1 min read
Jun
28
Use Grails Services from PHP with PHP/Java Bridge

Use Grails Services from PHP with PHP/Java Bridge

I was investigating the alternatives to exposing Grails services to PHP. Of course, we could just expose the services at web services, but where's the fun in that? I was interested in the PHP's Java connectivity, specifically through the PHP/Java
2 min read
Feb
09
Grails Mobile Browser Detection with WURFL

Grails Mobile Browser Detection with WURFL

Here's a quick and cheap solution for detecting and redirecting clients on mobile browsers to mobile versions of your Grails application using WU
2 min read