Posts Tagged ‘Flex’
Lessons Learned: Building a simple Ad Host with Grails on the Google App Engine
In this post, I share my experiences building a simple Content Host with Grails and the Google App Engine.
Flex on Grails: Building an image transformation tool with the Google App Engine, Flex and Grails
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.
- Part 1: Application introduction and walkthrough of the Flex Front End.
- Part 2: Embedding your swf into your Grails project for Deployment.
- Part 3:Introduction to the Google App Engine Image Service and the implementation of the Grails controller wrapper.
-LINKS-
- Link to the application: http://tomaslin.appspot.com/transformation/ ( right-click to view flex source )
- ObjectHandles: http://code.google.com/p/flex-object-handles/
- SpringSource Quickcast: http://blog.springsource.com/2009/05/14/grails-111-released-with-google-appengine-support/
- Source for Tranformation Service:http://tomaslin.googlepages.com/TransformationController.groovy
Please send any feedback or comments to tomaslin@gmail.com
5 Reasons for Flex Developers to consider a Grails / Google App Engine Backend
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 »
Google Sets Haiku Generator
Calling FQL with the Facebook / Flex API
FQL is the query language used in Facebook to access tables and relationships. All the top level calls available within facebook APIs ( such as getFriends() ) are simply wrappers around FQL calls. In this post, I will show you how to use the newly released Adobe Flex / Facebook API to invoke FQL commands.

More Efficient Facebook / Flex API – using XML and e4x instead of ActionScript Objects
I’m a big fan of the e4x implementation in Flex. Elegant and powerful, it allows a versatile and dynamic way of passing data across components. In this post, I’ll describe how to access data in this raw XML format within the newly updated Facebook / Flex API.
If you’re a fan of the way Flex handles XML via e4x, you’re probably disappointed that all the new examples posted on the Adobe developer connection create new ActionScript objects to represent facebook instances. In this post, I’ll briefly describe how to work with XML instances directly and describe some of benefits of this approach. Read the rest of this entry »
How Much Hue is There? Flex, HSB and BitmapData.
Here is a simple tool in Flex that calculates what percentage of top level hues are in an image.
Play with the tool by clicking here: Hue Analysis
Download the source file here: ColourAnalysis.mxml
( depending on your SDK, you might need to also download the HSBColor.as file: here )
Dan Aykroyd Wines – A site in Flex, HTML and Grails
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/
Grails and Flex — some interesting recent links
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 »
Dynamic Flex Scaffolding for Grails via REST Services : Part 1: Getting the model out to Flex via REST services.
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 »









