Ted Patrick > { Events & Community } > Adobe Systems


Flex Search Alpha 1 - CFC's

Here are the CFC's that drive the Flex search engine output. This was my first ColdFusion project and I wanted to post the CFC's in use. The current engine is using MYSQL's freetext search via AMF remoting. It went through 2 major revisions, one without caching and one with caching via wddx. The current plan is to move this app to ColdFusion Scorpio and implement java serialization direct from CFQuery to the DB.

Here are the CFC's:


Search CFC Stage 1

Search CFC Stage 2 (caching wddx)

All the other work on this effort was handled in the DB and the spider. Considering what is occuring in these CFC's it is a very small amount of code. The key value in CF for me is that it allows you to focus on the logic and deliver at a higher level. Getting the basic search output was easy and then it got into tuning the DB. Considering that I am learning CF, it will be interesting to see how this evolves over time. Easy to create, easy to maintain, simple. Go CF!

Cheers,

Ted :)

0 Responses to “ Flex Search Alpha 1 - CFC's ”

Post a Comment



© 2008 Ted On Flex