Tomás Lin’s Programming Brain Dump

Flex, Grails, Facebook, iPhone and all that Jazz

Posts Tagged ‘grails

Lessons Learned: Building a simple Ad Host with Grails on the Google App Engine

with 2 comments

In this post, I share my experiences building a simple Content Host with Grails and the Google App Engine.

banner_300_250

Read the rest of this entry »

Written by Tomas Lin

September 1, 2009 at 7:57 pm

Posted in Uncategorized

Tagged with , , , ,

Grails on The Google App Engine: Everything you wanted to know but were afraid to ask

with 3 comments

I’ve been playing with Grails and the Google App Engine for about a month. Overall, I’ve been very happy about the experience. There seem to be a few questions and misconceptions about the app engine and Grails, both on forums, blogs and the Grails mailing list. I thought I would put together a quick summary for those looking for more information about deploying on this platform. Read the rest of this entry »

Written by Tomas Lin

June 3, 2009 at 4:20 pm

Posted in Uncategorized

Tagged with ,

Flex on Grails: Building an image transformation tool with the Google App Engine, Flex and Grails

with 3 comments

In this screencast, I show how to use Flex, Grails and the Google App Engine’s image service to quickly build an online image resizing and rotation tool.

Written by Tomas Lin

May 25, 2009 at 8:30 pm

5 Reasons for Flex Developers to consider a Grails / Google App Engine Backend

with 10 comments

Today, Grails 1.1.1. was released with support for deploying applications on the Google App Engine. Here are five reasons why I think Flex Developers will fall in love with a Grails / GAE backend. Read the rest of this entry »

Written by Tomas Lin

May 14, 2009 at 8:32 pm

Posted in Uncategorized

Tagged with , ,

Flex on Grails: An one line Groovy proxy for cross domain communication for Flex

with 2 comments

When trying to access external websites like the Flickr API or Google domains with Flex, we often run into the dreaded #2148 Security Exception error. . In this post, I show you how easy it is to solve this using Groovy and Grails ( it’s one line ). Read the rest of this entry »

Written by Tomas Lin

May 13, 2009 at 8:01 pm

Posted in Uncategorized

Tagged with , ,

Grails for Web Developers: Building a simple CMS Engine for static web pages. ( Part 1 – building a model )

with 10 comments

Rapid Application Development Frameworks like Rails, Django and Python provide a flexible alternative to commercial content management systems. Instead of trying to shoehorn a website into a rigid format of pages and blog posts, RAD frameworks allow you to build custom Content Management solutions using your own language.

In this post, I will show how the Grails Application Framework, which is built on top of java technologies like Spring, Hibernate, Jetty and the Groovy dynamic language, can be used to quickly convert an existing static site into one that can be managed by someone who is non-technical. Read the rest of this entry »

Written by Tomas Lin

April 2, 2009 at 8:55 pm

Posted in Uncategorized

Tagged with , ,

Dan Aykroyd Wines – A site in Flex, HTML and Grails

with 3 comments

One of the last projects I worked with Mindblossom, Dan Aykroyd Wines, has gone live on the web. The site was built using a combination of HTML and JavaScript, Grails and Flex.

You can see the site at http://www.danaykroydwines.com/

DAWDAWfirefoxscreensnapz014aykroydaykoryd

Read the rest of this entry »

Written by Tomas Lin

March 23, 2009 at 10:28 pm

Posted in Uncategorized

Tagged with ,

Grails and Flex — some interesting recent links

with 2 comments

I’ve been following the integration between the Adobe Flex stack and Grails for a while, and there has been some interesting recent developments in this world. I thought I would gather them in one place so they can easily be referenced.
Read the rest of this entry »

Written by Tomas Lin

March 22, 2009 at 5:02 pm

Posted in Uncategorized

Tagged with , , ,

Dynamic Flex Scaffolding for Grails via REST Services : Part 2 – Scaffold Generation

with one comment

This is the second post about some my ‘generate a dynamic Flex scaffold for Grails’ experiment. In this post, I will talk about the way in which the UI elements are created in Flex and demonstrate the advantages and differences of using this approach. Read the rest of this entry »

Written by Tomas Lin

February 27, 2009 at 9:04 pm

Dynamic Flex Scaffolding for Grails via REST Services : Part 1: Getting the model out to Flex via REST services.

with 2 comments

I’m building a mechanism to build dynamic CRUD scaffolding for Flex on Grails via REST services. In this post, I will outline the overall goals of this experiment, and document some of the progress I have made with serializing Grails domain classes out as XML. Read the rest of this entry »

Written by Tomas Lin

February 26, 2009 at 7:09 pm