So I have been working with FW/1 for a while now, and I love it. However, in the projects that I had been working on, I kept building a lot of one off AJAX enabled forms. The problem with that was that my JavaScript files were getting large & complicated, and my application was getting a lot less organized. That led me to the development of my FW/1 Ajax Adapter.
In short, the Ajax adapter allows you to run your FW/1 actions via Ajax Form Post, and then have the view updated with the results of that post. The adapter is very lightweight and is comprised of a single cfc, and a single JavaScript (jQuery) file. It takes very little to set up and can be added to an existing FW/1 application with very minimal adjustments.
You can download the source code here: https://github.com/gregmoser/fw1AjaxAdapter
You can view the documentation here: https://github.com/gregmoser/fw1AjaxAdapter/wiki
I hope that I can get some feedback from the community to expand on the Adapter.







