The Alagad Technical Team Blog

Entries Tagged as 'ColdFusion'

A Few Ant4CF 'Gotchas'

Published By: Scott Stroz on Oct 16, 2009 at 11:36 AM
Categories: Ant , ColdFusion

I have been using Ant, is some form or another, for project deployment for quite sometime.  Recently, we released Ant4CF, which I love using, as it makse the process of updatign yoru deployment scripts much easier than the process I was following. However, there were a few unexpected behaviors I ran into when settign up Ant4CF the first time.

View Full Entry | 0 Comments

 

For a Limited Time Only -or- But Wait! There's More!

Published By: Doug Hughes on Oct 13, 2009 at 10:28 AM
Categories: Flex , Alagad , ColdFusion

I'm posting this entry to quickly publicize a sale I'm offering here at Alagad.  We have a few holes in our schedule and to fill them I'm offering a special rate that is 26% off our standard rates.  If you have a Flex or ColdFusion project you want to get started (or finished) quickly, please consider having Alagad help.

We're open to taking on all manner of work.  Right now, we have bandwidth to quickly take on Flex or ColdFusion projects of most sizes.  If you're interested in talking to me about this and finding out what our discounted rate is, please use our contact us form and refer to this blog entry, or give us a call directly at 888-Alagad4 (888-252-4234).  To reach me directly use extension 300.

View Full Entry | 0 Comments

 

Local ORM issues with CFAir.swc

Published By: Matt LeGrand on Oct 12, 2009 at 03:15 PM
Categories: ColdFusion , Flex

I recently had the opportunity to put together a really quick survey application for our booth at the Adobe Max event in Los Angeles. When I started in on this application I was extremely excited. The application contains videos, online offline syncing, and a slew of nifty Air only capabilities.

My excitement quickly wore thin when working with the new cfair.swc utility that assists with creation of local storage and facilitates online offline synchronization of data. The cfair.swc is kind of a black box. It's extremely frustrating to try to debug when you can't dig in and see the code.

At first I was just getting errors like "ReferenceError: Error #1065: Variable Prize is not defined." So I probably didn't define a Prize value object in the project or I didn't properly define this in the metadata. No problem. After some quick corrections I was elated to see that cfair.swc had helped me properly built out my sqlite tables with all of the correct join tables and columns. Now on to saving.
When saving responses to our local database, I was perplexed to see that all of the saves I was doing were resulting in primary key values of zero. My confidence was shaken.

I also ran into 'undefined' errors when retrieving relational data. The source of the issue is coming from the cfair.swc but I can't dig in to take a closer look at what has gone wrong.

While we were able to struggle through each of these issues, we still found hiccups and missing data when using the cfair.swc over a number of application sessions and over long intervals of usage. For this reason, and because of the limited amount of time I believe the correct thing to do was to move on without the cfair.swc.
I briefly considered using AirOrm (http://code.google.com/p/airorm/) but decided to switch the application over to 'Air Active Record' (http://jacwright.com/blog/55/air-active-record/), which I've used on previous projects and never had any major issues with.

I have no doubt that Adobe will continue to develop the documentation and correct any issues with cfair.swc. This is brand new code and issues are to be expected. As Adobeâ??s community digs in, I have no doubt that many of these problems will be corrected and resolved.

Has anyone else run into issues with somewhat complex data mappings while using this tool?

View Full Entry | 0 Comments

 

ColdFusion 9 AJAX & User Interface Controls with jQuery Session Files

Published By: Scott Stroz on Oct 12, 2009 at 12:13 PM
Categories: Conferences and Events , ColdFusion , jQuery

I have posted the files (code, database and presentation) from my session at MAX 2009.

View Full Entry | 1 Comments

 

Alagad + Adobe / ColdFusion = CF * EC2

Published By: Doug Hughes on Oct 9, 2009 at 09:07 AM
Categories: Alagad , ColdFusion , Press

As was announced at CFUnited and Adobe Max, ColdFusion 9's license has changed to allow deployments into the cloud.  Adobe also has a private beta of ColdFusion 9 specifically for Amazon EC2.  When fully tested and released, this will allow users to deploy a full version of ColdFusion 9 via Amazon's EC2.

I am personally very excited about this, as Alagad has been deploying virtually all of our ColdFusion applications into EC2 for a while now.  I've been happy with the power, flexibility and robustness of EC2.  Combine that with a ColdFusion AMI and deploying a new instance of ColdFusion becomes almost painfully easy.

View Full Entry | 4 Comments