Has there been any update re full cfscript compatibility in OpenBD? There's 
a customer's application that i'd really like to migrate away from Adobe 
CF9 due to a business relationship between their previous app suppliers and 
Adobe rapidly going downhill and i'd love to migrate them over, but their 
app has a pool of about 90+ components all written in cfscript which i 
wouldn't like to have to rewrite, if possible.

Cheers,

Shrike71

On Saturday, 31 March 2012 16:06:53 UTC+1, David G Ortega wrote:
>
> Hi!! 
>
> I would like to know if openDB is full compatible with coldfusion/ 
> railo. I have found several issues. It's my fault or can be fixed? 
>
> 1)doesn't like full cfc scripting. 
>
> component 
> { 
>         public function init() 
>         { 
>                 return this; 
>         } 
> } 
>
> 2)mappings and import failure... 
>
> <cfmapping logicalpath="/me/chinga/sdk" relativepath="/cfc"> 
>
> <cfscript> 
> import "me.chinga.sdk"; 
> myClass = new me.chinga.sdk.MyClass(); //this works 
> myClass = new MyClass(); //this fails :( 
> </cfscript> 
>
> 3) coldfusion 9 functions as script cfcs missing. Maybe Railo ones are 
> compatible? 
>
> var http = new http() 
>

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to