On Mon, May 7, 2012 at 9:13 AM, shrike71 <[email protected]> wrote: > 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. >
There's no real way to answer that question globally other than to say that as far as I know the only thing missing at a high level is that you still have to use <cfcomponent> tags to start and end your CFC. Beyond that it would really depend on what you're doing in script. All I can say in general terms is that most things have been implemented in cfscript but there are some things that aren't in there (http() being one you mentioned that unless it snuck into a nightly recently isn't in there), and there would potentially be some differences in the way things are implemented (e.g. if you're doing queries in script the syntax is not the same as CF 10, but I'm not sure they had that in CF 9), so it just depends. If there's specific code you'd like me to peruse to give you an idea of what might be different feel free to send it to me off-list and I'll take a look. I'll do everything I can to help with the transition, or at least give you concrete information as to what you might have to tweak a bit. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
