This post is what I forgot to show how to deploy CFM project in Google App Engine with OpenBD. It's very simple to deploy but it would be touchy if you don't know the keypoint of using eclipse. The easiest way to deploy is using eclipse. That's why you need to download eclipse first. I don't know who using which type of eclipse version. But, I used Europa type of versing with J2EE. Please keep in mind that Google App Engine only supports eclipse J2EE version.
Download Here http://www.eclipse.org/downloads/moreinfo/jee.php
After downloading, click eclipse.exe file and configuer followed by wizard. After that, you need to install cfeclipse into your eclipse. If you don't install cfeclipse, you can't deploy and run your CF project in eclipse anymore.
Go to this link and install cfeclipse http://www.ppshein.net/post.cfm/cfeclipes-for-cfml-deverloper
After installing, restart your eclipse.
Ok, let's create CF project.
Open eclipse again. Then,
New > Project > Other > Google > Google Application Project

You need to fill all needed information to following dialogbox. After that, click on "Finish" button. So, you have created Google Application Project. Then, you need to download OpenBD SDK file for Google App Engine. If you don't have those files, we can't run and deploy your application into Google App Engine.
Go to http://www.openbluedragon.org/download.cfm

Download those files which I highlighted above image. After downloading, extract this zip file and put it on desktop. It's time to go eclipse again. Open Project Explorer of eclipse and you will see cftest folder which I created above. Then, expand it and go to war and expand again. After that, copy all files from OpenBD (the folder which you put on desktop) and paste it into war folder. Don't worry. Replace all.
What I'm gonna say is important for me. After copying it, I deleted all type of *.jsp file from new war folder. I'm not sure whether other will do it or not.
After that, you need to create new application in Google App Engine. Go there and create new one. https://appengine.google.com/
For me, I've created "cfppshein" as application name.
Ok, it's time to deploy your CF project to Google App Engine. Go to eclipse again and take right click into your project called "cftest".
Then, Google > Deploy to App Engine
Dialog box will appear and you will need to fill all needed information into it.
===============================
Project : cfest
Email : your google account email
password : your password
Click on App Engine project settings
===============================
Application ID : cfppshein
(for you, type the application name which you created in Google App Engine)
==============================
After all, click on deploy button. It will take around 3 mins to upload your project into Google App Engine.
Finally, you can run your CF application on Google. ENJOY....!!!!
HERE IS MY SIMPLE ONE

Android
Top of Page