Tag Archives: Frameworks

Using ColdFusion frameworks on shared hosting

I have had problems in the past when wanting to use a ColdFusion framework such as Mach II, Model Glue, ColdSpring or Reactor in a shared hosting environment. For example, suppose you install ColdSpring under the /coldspring directory, then everything works just fine. Then another site on the same shared server also installs coldspring, and [...]
Posted in ColdFusion | Also tagged | Comments closed

Writing Your Own Simple MVC Framework in ColdFusion

There are a few ColdFusion frameworks around but unfortunately it may not always be possible to use them – such as in a shared hosting environment. See my previous post about ColdFusion mappings which discusses why. The following notes describe how a simple event driven framework might be written. This is intended to be a [...]
Posted in ColdFusion | Also tagged | Comments closed