Questions tagged [openbd]

OpenBD is an open source GPL Java and Google App Engine CFML runtime.

OpenBD is an open source GPL Java and Google App Engine CFML runtime. CFML is a powerful tag/script based language that takes away all the heavy lifting of producing highly scalable web and email based services and sites.

For more info see: http://openbd.org/

33 questions
29
votes
7 answers

How to do a cfdump inside a cfscript tag?

In order to debug I would like to dump certain variables on to my web page. How can I do that from inside a cfscript tag? I tried the following but it isn't working: ...
Arnkrishn
  • 29,828
  • 40
  • 114
  • 128
28
votes
2 answers

cfqueryparam with like operator in ColdFusion

I have been tasked with going through a number of ColdFusion sites that have recently been the subject of a rather nasty SQL Injection attack. Basically my work involves adding tags to all of the inline sql. For the most part I've…
Doug R
  • 5,749
  • 2
  • 28
  • 32
15
votes
6 answers

When should I use # in ColdFusion?

This has been one of the biggest obstacles in teaching new people ColdFusion. When to use # is ambiguous at best. Since using them doesn't often create a problem it seems that most people gravitate to using them too much. So, what are the basic…
Tom Hubbard
  • 15,820
  • 14
  • 59
  • 86
11
votes
8 answers

Is OpenBD or Railo a viable replacement for ColdFusion?

Has anyone here had any experience with running OpenBD or Railo in production? We have some legacy CF6.1 apps that need to be hosted somewhere and I'm wondering if OpenBD or Railo is stable enough for production use, won't require a great deal…
Rob
  • 5,512
  • 10
  • 41
  • 45
10
votes
4 answers

What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion?

An attempt to capture notable differences between implementations: Adobe ColdFusion Railo Open Bluedragon (I'm aware of Smith, but don't believe it's still active). Include CFML and platform differences - syntax, feature, and extensibility.…
orangepips
  • 9,891
  • 6
  • 33
  • 57
6
votes
5 answers

Difference between AUTH_USER and REMOTE_USER cgi variables

The docs aren't entirely clear on this - is there a difference between these variables? On IIS at least they appear to be identical, but I don't want to rely on that if it might be different under other servers.
Goyuix
  • 23,614
  • 14
  • 84
  • 128
6
votes
3 answers

CFML Design Pattern resources?

As with all development, CFML via ColdFusion, Railo or OpenBD we run into common programming problems. For these problems must programmer turn to patterns (or anti-patterns). However the classic resources like GOF and the modern Head First books…
ethyreal
  • 3,659
  • 2
  • 21
  • 25
5
votes
1 answer

Some Functions seems to be not exist when creating new bucket or checking if bucket exists using OpenBD

I am using OpenBD and trying to check whether bucket exists or not on my S3 server, if it is not exist then, to create new bucket. Here's my code: index.cfm
5
votes
3 answers

Multi-CFML engine test environment

Does anyone have a good way to set up multiple CFML engines, and versions of them, together in a suitable environment for cross testing a CFML based application. Ideally, I'd like this to be Ubuntu Server based as I'm using it with VirtualBox (under…
Mister Dai
  • 796
  • 1
  • 6
  • 19
4
votes
3 answers

Inexpensive CFML hosting on servers in EU

I'd like to change shared-hosting from servers located in US to EU in order to decrease number of hops and latency. Anyone having first hand experience with Coldfusion/Railo/OBD hosting providers from Europe?
zarko.susnjar
  • 2,053
  • 2
  • 17
  • 35
4
votes
5 answers

Invoking function with dynamic array of arguments

If I have Is there any way to invoke someFunction…
David Mulder
  • 26,123
  • 9
  • 51
  • 114
3
votes
0 answers

openbd upgrading jetty version 8 to version 9

We have centOS based system where openbd is setup with jetty version 8.1 My requirement is now to upgrade the version of 8 to latest 9.x.x version. I do not find the exact example to do this. Please help me to basic steps to do OR kindly share some…
3
votes
3 answers

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?
Luke101
  • 63,072
  • 85
  • 231
  • 359
3
votes
1 answer

Error when using CFHTTP

I have built an app on openBD using CFML. In the app I am using CFHTTP like following:
user734094
3
votes
2 answers

Railo PDF generation issues

I am relatively new on Railo. Trying to set up an application on “Railo” I had encountered a problem with PDF generation. Notice I run the app on Adobe CFML Server with no problem. The problem: Somewhere in my app I have a button that fetches data…
user734094
1
2 3