FW/1 - Framework One - is a lightweight, convention over configuration, MVC application framework for ColdFusion / CFML.
sneiland on renderer
Rename renderBuilder to avoid c… (compare)
sneiland on renderer
Configure renderer example with… Split data rendering functions … (compare)
diLocations
set, but for the time being I got it to work by explicitly setting diLocations
. Perhaps it's because the controller classes in question are in a subsystem? I had to add the controller directory for the subsystem before it worked (which makes sense).
fw
as a property into the "client" bean?
setupApplication()
: for ( s in ["list", "of", "subsystems"] ) setupSubsystem( s );
That should solve the lazy-loading under load issue (you may need an application scope lock around that tho').