search : mvc

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Introduction To MVC in ColdFusion
Sean Corfield The power of ColdFusion functions and closures The ColdFusion ecosystem has a number of MVC (Model-View-Controller) frameworks — with ColdBox and FW/1 (Framework One) currently being the most popular — and some of them are directly inspired by MVC frameworks in other technologies: cf
Portal Topic Framework Migration
KENT SHELTON Framework Migration We have over 5 million lines of code in a custom MVC framework that powers over 200 sites worldwide.  This framework has been very successful and easy to develop in.  But we are realizing that we need to make some changes.  As we interview and hire new engineers we
KENT SHELTON Source Control & CI/CD We currently have a custom framework with over 5 million lines of code.  It follows a typical MVC Architecture and has worked great for us over the years.  As we continue to grow and refine our SDLC processes, we have decided to explore source control and CI
Grae Desmond Thanks for the comment.  I wish i were good enough to have been one of the certification teachers.  I was in there though getting my certification so we may have been in the same room. I neglected to mention that I definitely would make sure to familiarize the new developer with a MVC
2602167 CF-3037156 Language : CFSCRIPT Daryl Banttari Bug 74767:Please add to cfscript, or a variable attribute to cfinclude Problem: Please add to cfscript, or a variable attribute to cfinclude. For MVC views, a common pattern is to have a cfc method call a cfm view page, and sometimes you
of the components. Basically, it would be good to have 2 additional methods namely OnBeforeExecution, OnAfterExecution that could be given a valid coldfusion expression including a closure expression, function call, cfinclude etc. Basically, given the new age architecture of MVC where most apps are build around
CFCOMPONENT to declare methods of the components. Basically, it would be good to have 2 additional methods namely OnBeforeExecution, OnAfterExecution that could be given a valid coldfusion expression including a closure expression, function call, cfinclude etc. Basically, given the new age architecture of MVC
as if sameFormFieldsAsArray were set to true. The default (according to the documentation) is that its set to false which I do see happening if I'm not using an Application.cfc or if I dump the form scope further down the line inside a controller of an MVC application using either Fusebox or FW/1
-orm-dev Google group, but didn't find a solution: http://groups.google.com/group/cf-orm-dev/browse_thread/thread/7f70e3fb6905a089The URL to my hibernate mapping file inside the Google group post should be updated to the following: https://github.com/tonynelson19/ColdMVC
to force an issue that really isn't there. Many people use populator helpers in their MVC frameworks to populate beans for them (usually via setters) so there's many cases in which an object may be initialized but not populated with data yet (other than its defaults). > but you will not be able to load
MVC cfc into c:\htdocs\books\fw1\org\corfield. So that it will work right, I have defined a Mapping from "/org/corfield" to "c:\htdocs\books\fw1\org\corfield". Under CF 9 earlier, and now 9.0.1, any attempt to define this Mapping results in "java.lang.ClassCastException: java.lang.String cannot