Meta
Categories
Tags
Recent Comments
- Lucas Frisbie on About
- Migrating Drupal and WordPress sites using Docker | Ron Smith’s Blog – Radix Codex on Migrating Drupal and WordPress sites using Docker
- Patrick Oberdorf on Migrating Drupal and WordPress sites using Docker
- Norbert F. Rhodes on Easy Grails hosting
- ron on Making Eclipse run configurations portable
Category Archives: Grails
Easy Grails Hosting: Cloud Foundry
These are some (old) notes on my experience with looking for an easy Grails hosting solution. This is a continuation of this post where I explored Heroku for Grails hosting. Wikipedia defines Cloud Foundry as “Cloud Foundry is an … Continue reading
Easy Grails hosting
I started a new Grails-based project, and went out looking for an easy to set up Grails hosting option. I currently have a virtual server hosted with Rackspace (originally Slicehost). For a couple reasons, I want to keep this new … Continue reading
Grails security
I’m working an a Grails-based project which requires security, as pretty much every web application does. My high level requirements are: Role-based access control Database-based authentication (passwords stored in database) Simple to use Good documentation Ability to model permissions for … Continue reading
Idea 8.1 & Grails 1.1
I’ve been working with Grails again lately after not using it for a while. Last time I was using Grails was a pre-1.0 release about a year ago. Even then it was an extremely productive framework, but it was rough … Continue reading