Kurt Wiersma
Member since Dec 11, 2008
- Profile: /members/99-kurt-wiersma.htm
- Comments: 3
Recent Blog Comments By Kurt Wiersma
-
A Better Understanding Of MVC (Model-View-Controller) Thanks To Steven Neiland
Posted on Jun 3, 2012 at 2:42 PM
@David Ames In Mach II we don't allow branching logic in the xml config file. The Mach II config is more like a roadmap for your application that shows which controllers (listeners in Mach II), events, and views get called for each event handler (like an action) in your application. Any login conce... read more »
-
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Posted on Sep 8, 2008 at 10:35 PM
I have had success using Apache Digester (which comes with CF 7+) in CF to parse a 300MB+ file. Apache Digester is an easy to use SAX parser.... read more »
-
OOPhoto - Modeling The Domain In Steps (Round II)
Posted on Jul 11, 2008 at 1:36 PM
I just wanted to say that I have been reading this series on building your first OOP and I must say that Ben is on the right track. Don't get frustrated this is really good stuff you have been exploring and learning. You are making great progress and will continue to get better. A lot of the questio... read more »