vote up 2 vote down star

Since ColdFusion is itself Java-based, I would imagine it's not too much of a stretch to suggest that CFML code could be deployed on Google App Engine.

Blue Dragon is a commercial solution for deploying CFML code on Java servers.

Are there any open source alternatives that could be used for App Engine?

flag

I weep for google's servers :( – Chad Grant May 1 at 4:57
3  
Is that a joke? You do know Coldfusion is quite efficient? It's basically a Java application server now with CFML as an extension language on top of Java. – Yen May 1 at 5:25

4 Answers

vote up 5 vote down check

It's described in this thread how someone got OpenBD (Blue Dragon) running on App Engine:

OpenBD on Google App Engine for Java

link|flag
1  
It was Vince Bonfanti the creator of Blue Dragon that got it working on Google App Engine. Little tidbit. – rip747 May 1 at 11:54
actually Alan Williamson "created" BlueDragon Vince Bonfanti runs New Atlanta which bought the BlueDragon Servlet Engine. – ethyreal Aug 26 at 17:36
...i could be wrong, but that how i understand it. – ethyreal Aug 26 at 17:37
vote up 0 vote down

I know google app engine is quite restrictive, it will involve opening up the source and removing everything that attempts to write to the file system, and changing your database interaction.

You can checkout this thread and group as a resource for Open BlueDragon as well as the wiki. Looks like they have a branch already which is working towards GAE compatibility.

On the Railo side of the CFML open source pond you can reference this article from help compiling Railo on your own from the source.

Joining both of their respective google groups and asking questions should yield fruitful as well.

Good Luck!

link|flag
vote up 0 vote down

Check out http://www.stax.net/ - Stax networks made by a former Allaire(r)?

Works great, supports coldfusion out of the ..cloud. You download a precompiled source file, put your stuff in, upload it and it all works, no fighting with it.

link|flag
vote up 3 vote down

Are there any open source alternatives that could be used for App Engine?

Railo is another obvious candidate here, and some people appear to be trying to tweak it for use on Google App Engine.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.