Tagged Questions

BlueDragon is a ColdFusion Markup Language (CFML) engine comparable to Adobe Systems's ColdFusion. It is licensed and distributed by New Atlanta from TagServlet Ltd based in Scotland. BlueDragon is also distributed and supported by BEA Systems on their Oracle WebLogic Server server platform. ...

learn more… | top users | synonyms

3
votes
3answers
65 views

How do I get the ENTIRE URL as seen in the browser without JS?

I have an application I'm building in ColdFusion, whereby all requests will run through the index.cfm file. I have a .htaccess file that rewrites the URL. So, for example...if I write: ...
3
votes
3answers
237 views

What is Blue Dragon

I have searched the blue dragon website but cold not find any useful information on what it is. What is blue dragon? What is it used for and why would someone use it?
2
votes
5answers
813 views

Is it possible to deploy ColdFusion code on Google App Engine for Java?

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. BlueDragon is a commercial solution for ...
0
votes
2answers
80 views

Coldfusion / XML Error

I'm using Open BlueDragon since it's what my web hosting company use - plus it's open source. I'm trying to read a YouTube feed using XML, and I keep getting the following error: value [media:group] ...
0
votes
1answer
128 views

Create c# instance of generic type using <cfobject> in BlueDragon.NET's implementation of ColdFusion

Using New Atlanta's BlueDragon.NET implementation of ColdFusion, we have the ability to create instances of C# .NET objects using the cold fusion tag. For example: <cfobject name="list" ...
0
votes
2answers
84 views

Peculiar error with ColdFusion on BlueDragon.NET

We've got an odd issue occurring with ColdFusion on BlueDragon.NET. Asking here because of the broad experience of StackOverflow users. Tags inside POSTed content to out BlueDragon.NET server gets ...