Testing Application and Session Integration with FW/1
Posted At : August 8, 2009 10:57 AM | Posted By : Bob Silverberg
Related Categories:
ColdFusion,Mura CMS,FW/1
Sean Corfield recently released a very lightweight ColdFusion MVC application framework called Framework One (FW/1 for short). I've been doing quite a bit of development of plugins for Mura CMS lately and I've been looking for a lightweight front-controller, so it sounded like a potentially good match.
I've been working with Pat Santora of Blue River on a Mura CMS plugin that will enable a developer to plug a FW/1 application into Mura. One of the things we needed to do was to ensure that FW/1's events were properly tied in to Mura's events. To that end I created a little test application that makes use of FW/1's setupApplication() and setupSession() methods.
I thought that this sample app might be useful to someone else who is attempting a different form of integration, so I'm attaching it to this post.






