Brad Lee
Member since Aug 26, 2012
- Profile: /members/10233-brad-lee.htm
- URL: http://www.WebLee.net
- Comments: 2
Recent Blog Comments By Brad Lee
-
Extending The Application.cfc ColdFusion Framework Component With A Relative-Path Proxy
Posted on Aug 28, 2013 at 9:26 AM
@Josh, I think this is a great topic. I recall long ago researching and finding various solutions from many and now simply employ an ApplicationProxy in the webroot that extends the Application.cfc in same folder and any child App.cfc's extend this proxy with super. Seems to work fine and it's simpl... read more »
-
Extending The Application.cfc ColdFusion Framework Component With A Relative-Path Proxy
Posted on Aug 26, 2012 at 12:00 PM
Thanx for this. I have been wrestling with a related challenge wishing I could extend a dynamic Class path set in an ini since the dev and prod environs are dif. I combined the above solution with a Charlie Arehart solution from awhile ago and it seems to have done the trick in my situation. I will ... read more »