Application Logging through RabbitMQ and Graylog
Centralizing your Grails application logging allows for more robust log management and easier issue resolution.
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 of maintaining
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 Bridge.
Ant Groovy target to create Hudson compatible PHPUnit XML report
While setting up a Hudson CI and deployment solution for some PHP projects I ran into a problem getting the
Consolidating Cache Management in Zend Framework
Easily manage your Zend Framework cache configurations with the CacheManager application resource.
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 WURFL.
Frontline Explores How Digital Technology Shapes Our Lives and Thinking
Last night PBS's Frontline aired a great piece on technology and the internet and how it's starting to shape our minds; how we learn, process and regurgitate information.
Zend Routes Page Cache Configured with Application.ini
Easily configure your Zend routes and page caching through the application.ini of your Zend application.
Adding GWT Geolocation support to Vaadin
If you're looking to add geolocation support to your Vaadin applications, I've whipped up a quick Vaadin widget to add