HOME
Andrew Schwabe's Blog : google

Adobe Announces AIR/Flash support for Android Mobiles

Well, it is finally happening -- the rest of the world is moving on, right around the big iPhone road block. With Android being a fast growing platform, and Adobe giving official support to build native Flash/Flex apps optimized for mobile processors, this puts the pressure on Apple again, to either bend to what consumers want, or face loss of market share.

» Click Here to read the rest of this post


CF United 09 Presentation Files - Google App Engine and Flex

Ok folks, here are my preso files for my CF United 2009 talk on Google App Engine and Flex. Is this the final version? Sure. Until I change it. I shall resist doing that...

Here is the powerpoint presentation download: 294_Andrew_Schwabe_Google_App_Engine_Flex.ppt

Here is the full download (warning, this is big!) Contains all 4 google app engine java projects, all 4 flex projects and the powerpoint file. The download is big because of all the jar files. I will try to have a USB key with me so if you want a super fun time instant copy instead of downloading it, I should be able to do that.

Full download (94MB, zipped): CFun09_GAE_Files.zip

For those of you web surfers interested -- demo 4 project includes a fix for allowing Flex app using AMF to retrieve Google Account information (using ajax and a custom auto servlet) so your Flex apps can determine if you are logged in, and get your user identifier if you are logged in.

CF United Update: Google App Engine + Flex

My talk at CFUnited has changed a bit... Since the topic was chosen a while back, Google has released a Java developer environment and eclipse plugin for Google App Engine (GAE). Since Java is a whole lot closer to CFML than python is, I've updated all my code and presentation to focus on the Java application architecture, and how to connect it to Flex.

I've even got some tidbits on how to get CFML running on Google App Engine !

Be sure to come on out and learn about the exciting new "super scalable" web application system running on Google's free hosting infrastructure.

CF United Speaker Interview

1. Have you spoken at CFUnited in the past? What would you tell someone who hasn't been to CFUnited before?

Yup. I've been speaking at CF United events for the last 4-5 years or so. Lost count. CFUN is cool because you get to hang out with all the movers and shakers in the industry.

2. Why should people attend your session(s)?

Why not? I'll be showing an example of using Flex to talk to Google App Engine (GAE), so its just pretty darn cool.

3. Do you have any projects in the works that you will be revealing at CFUnited?

I'm hoping to have a brand new product ready to demo called FusionDox Access, which is a way cool easy way to share large files with people, and easily integrates into your web projects. All build in Flex of course :)

4. Besides your topic, what other sessions are you looking forward to?

Flexy goodness, especially looking forward to Flex 4 graphics enhancements.

5. What are some of the hot topics you'd like to see at RoundTable discussions?

How to beat down the industry's impression that ColdFusion is dying.

6. Where can people find you at CFUnited? (At the bar, networking, working, in your room, etc.)

Yes, Yes, Yes, Yes. Also email me. aschwabe(at)gmail(dot)com.

7. What's the latest news with you? Has anything changed since last CFUnited?

New version of FusionDox is coming out. See http://www.fusiondox.com/blog/

8. What is unique about CFUnited?

Everything is approachable at CFUN. Talk to whoever, everybody is sincere about wanting to transfer knowledge so that everybody grows.

9. When you are not working what do you like to do in your free time?

Playing guitar, riding my motorcycle (bmw k100), going to the shooting range with the family, travel, eat, drink, being merry.

10. Feel free to make up your own question and then answer it.

Q: Why? A: Because.

Flex + Google Analytics - Fix Error #1009: Cannot access a property or method of a null object

Google has released a library for Flash and Flex to embed google analytics calls into your Flash/Flex app. You can find info and Google's sample code here: http://code.google.com/apis/analytics/docs/tracking/flashTrackingSetupFlex.html.

Since I use Flex, thats all I will cover here.

When I implemented Google's code, I got the "Error #1009: Cannot access a property or method of a null object" error that seems to show up from time to time. I knew it had to do with google analytics, since it was a fully working app before I added GA.

» Click Here to read the rest of this post

More Entries