>The point of a framework is to make otherwise unmanagable tasks managable.
>Any framework is overkill for simple applications.  Fusebox is a reasonably
>simple framework, so it starts being appropriate with fairly small
>applications.  Mach-II is a more complex framework, so it stats being
>appropriate with larger applications.  Struts is so damn complicated that it
>is foolish to use it for small projects, but for huge applications, it's the
>only thing that keeps the development staff sane.
You're talking!  Don't take me wrong, it's a compliment, I've been biten real bad 
before for my carelessness in word choice.

>Every framework is a tradeoff between initial simplicity and long-term
>maintainability.  Different frameworks land at different points on that
>spectrum.  Mach-II is farther to the right than Fusebox 4, Struts is even
>farther to the right.  FB3, is probably to the left of FB4, FB2 is certainly
>to the left of FB3.  No framework is way to the left.
Initially, it seems silence is gold, but when "chew" it, it makes sense.

>barneyb
>
>---
>Barney Boisvert, Senior Development Engineer
>AudienceCentral
>[EMAIL PROTECTED]
>voice : 360.756.8080 x12
>fax   : 360.647.5351
>
>www.audiencecentral.com
>
>
>> -----Original Message-----
>> From: Tony Weeg [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, August 14, 2003 1:08 PM
>> To: CF-Talk
>> Subject: machII(too much)
>>
>>
>> question:  why does it seem like mach ii and this whole oop thingie with
>> cf seem to over complicate a simple thing?
>>
>> to produce this below:
>>
>> ===================output begins here =========================
>>
>> Contact Manager
>> Menu | List Contacts | Add Contact
>> ------------------------------------------------------------------------
>> --------
>>
>> Menu
>> Add a new Contact
>> List all Contacts
>>
>> Recent Contacts:
>>
>> ===================output ends here =========================
>>
>> takes all of this down here?
>>
>> man, I can get all that done in 1/2 the time with 1/2 the code, and
>> probably more functionality?
>>
>> im not knocking machII, just wondering why there is soo much to run,
>> just to produce the above?
>>
>> ------------------------------------------------------------------------
>> --------
>> Execution Time
>>
>> Total Time Avg Time Count Template
>> 11787 ms 11787 ms 1  C:\Inetpub\wwwroot\contactManager\cf~index.cfm
>> 11737 ms 11737 ms 1 C:\Inetpub\wwwroot\contactManager\mach-ii.cfm
>> 8733 ms 8733 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc
>> | init(C:\Inetpub\wwwroot\contactManager\config\mach-ii.xml) ] from
>> C:\Inetpub\wwwroot\contactManager\mach-ii.cfm
>> 8412 ms 8412 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc |
>> createAppManager(C:\Inetpub\wwwroot\contactManager\config\mach-ii.xml) ]
>> from C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc
>> 3115 ms 3115 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc | init([complex
>> value], CFC: MachII.framework.ListenerManager, CFC:
>> MachII.framework.FilterManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 2353 ms 2353 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\RequestHandler.cfc | handleRequest()
>> ] from C:\Inetpub\wwwroot\contactManager\mach-ii.cfm
>> 2323 ms 2323 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> handleEventRequest(showHome, [complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\RequestHandler.cfc
>> 1793 ms 1793 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc | init([complex
>> value]) ] from C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 1112 ms 1112 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc | processEvents() ]
>> from C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc
>> 901 ms 901 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\EventHandler.cfc | handleEvent(CFC:
>> MachII.framework.Event, CFC: MachII.framework.EventContext) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 771 ms 386 ms 2 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc |
>> execute(CFC: MachII.framework.Event, CFC: MachII.framework.EventContext)
>> ] from C:\Inetpub\wwwroot\MachII\framework\EventHandler.cfc
>> 651 ms 651 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc | displayView(CFC:
>> MachII.framework.Event, mainMenu, request.content) ] from
>> C:\Inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc
>> 621 ms 621 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\ViewContext.cfc
>> | displayView(CFC: MachII.framework.Event, mainMenu, request.content) ]
>> from C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 611 ms 611 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\FilterManager.cfc | init([complex
>> value], CFC: MachII.framework.AppManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 440 ms 440 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc | init(CFC:
>> MachII.framework.AppManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc
>> 361 ms 361 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc
>> | init([complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 261 ms 261 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\PropertyManager.cfc | init([complex
>> value]) ] from C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 230 ms 230 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc |
>> announceEvent(showHome, [complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc
>> 210 ms 210 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc |
>> createEvent(showHome, [complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 110 ms 110 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc | displayView(CFC:
>> MachII.framework.Event, mainTemplate, ) ] from
>> C:\Inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc
>> 110 ms 110 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\NotifyCommand.cfc |
>> execute(CFC: MachII.framework.Event, CFC: MachII.framework.EventContext)
>> ] from C:\Inetpub\wwwroot\MachII\framework\EventHandler.cfc
>> 60 ms 60 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\invokers\CFCInvoker_EventArgs.cfc |
>> invokeListener(CFC: MachII.framework.Event, CFC:
>> ContactManager.model.RecentContacts, getRecentContacts,
>> request.recentContacts) ] from
>> C:\Inetpub\wwwroot\MachII\framework\commands\NotifyCommand.cfc
>> 50 ms 50 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc |
>> shouldReloadConfig() ] from
>> C:\Inetpub\wwwroot\contactManager\mach-ii.cfm
>> 50 ms 50 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\ViewContext.cfc |
>> displayView(CFC: MachII.framework.Event, mainTemplate, ) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 50 ms 50 ms 1 CFC[
>> C:\Inetpub\wwwroot\contactManager\model\RecentContacts.cfc |
>> getRecentContacts() ] from
>> C:\Inetpub\wwwroot\MachII\framework\invokers\CFCInvoker_EventArgs.cfc
>> 30 ms 30 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\ViewManager.cfc |
>> init([complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 20 ms 20 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\Event.cfc |
>> init(showHome, [complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 20 ms 20 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\PluginManager.cfc
>> | init([complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 10 ms 10 ms 1 C:\Inetpub\wwwroot\contactManager\views\mainTemplate.cfm
>> 10 ms 10 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> setListenerManager(CFC: MachII.framework.ListenerManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 10 ms 1 ms 9 CFC[ C:\Inetpub\wwwroot\MachII\framework\EventHandler.cfc |
>> addCommand(CFC: MachII.framework.commands.NotifyCommand) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 10 ms 5 ms 2 CFC[ C:\Inetpub\wwwroot\MachII\framework\FilterManager.cfc
>> | getFilter(requiredFields) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 10 ms 10 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\PropertyManager.cfc |
>> getProperty(maxEvents) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 10 ms 2 ms 5 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc |
>> init(mainTemplate, ) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 10 ms 10 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\util\SizedQueue.cfc |
>> put(CFC: MachII.framework.Event) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 10 ms 10 ms 1 CFC[
>> C:\Inetpub\wwwroot\contactManager\model\ContactManager.cfc |
>> setInvoker(CFC: MachII.framework.invokers.CFCInvoker_EventArgs) ] from
>> C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc
>> 10 ms 10 ms 1 CFC[
>> C:\Inetpub\wwwroot\contactManager\model\RecentContacts.cfc | init() ]
>> from C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc
>> 10 ms 10 ms 1 CFC[
>> C:\Inetpub\wwwroot\contactManager\model\RecentContacts.cfc |
>> setInvoker(CFC: MachII.framework.invokers.CFCInvoker_EventArgs) ] from
>> C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc
>> 0 ms 0 ms 1 C:\Inetpub\wwwroot\contactManager\Application.cfm
>> 0 ms 0 ms 1 C:\Inetpub\wwwroot\contactManager\views\mainMenu.cfm
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\filters\EventArgsFilter.cfc |
>> init(CFC: MachII.framework.AppManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\FilterManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\filters\RequiredFieldsFilter.cfc | init(CFC:
>> MachII.framework.AppManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\FilterManager.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc |
>> init() ] from C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc |
>> getAppManager() ] from C:\Inetpub\wwwroot\contactManager\mach-ii.cfm
>> 0 ms 0 ms 3 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> getEventManager() ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 7 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> getPluginManager() ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 2 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> getPropertyManager() ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 3 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> getPropertyManager() ] from
>> C:\Inetpub\wwwroot\MachII\framework\RequestHandler.cfc
>> 0 ms 0 ms 2 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> getPropertyManager() ] from
>> C:\Inetpub\wwwroot\MachII\framework\ViewContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> getRequestHandler() ] from C:\Inetpub\wwwroot\contactManager\mach-ii.cfm
>>
>> 0 ms 0 ms 2 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> getViewManager() ] from
>> C:\Inetpub\wwwroot\MachII\framework\ViewContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> setEventManager(CFC: MachII.framework.EventManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> setFilterManager(CFC: MachII.framework.FilterManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> setPluginManager(CFC: MachII.framework.PluginManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> setPropertyManager(CFC: MachII.framework.PropertyManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc |
>> setViewManager(CFC: MachII.framework.ViewManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\Event.cfc |
>> getArgs() ] from
>> C:\Inetpub\wwwroot\MachII\framework\invokers\CFCInvoker_EventArgs.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\Event.cfc |
>> getName() ] from C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\Event.cfc |
>> postInvoke() ] from C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>>
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\Event.cfc |
>> preInvoke() ] from C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\Event.cfc |
>> setArgs([complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\Event.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\Event.cfc |
>> setName(showHome) ] from C:\Inetpub\wwwroot\MachII\framework\Event.cfc
>> 0 ms 0 ms 2 CFC[ C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc |
>> hasMoreEvents() ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 6 CFC[ C:\Inetpub\wwwroot\MachII\framework\EventHandler.cfc |
>> addCommand(CFC: MachII.framework.commands.AnnounceCommand) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 2 CFC[ C:\Inetpub\wwwroot\MachII\framework\EventHandler.cfc |
>> addCommand(CFC: MachII.framework.commands.EventArgCommand) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 4 CFC[ C:\Inetpub\wwwroot\MachII\framework\EventHandler.cfc |
>> addCommand(CFC: MachII.framework.commands.FilterCommand) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 10 CFC[ C:\Inetpub\wwwroot\MachII\framework\EventHandler.cfc |
>> addCommand(CFC: MachII.framework.commands.ViewPageCommand) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 13 CFC[ C:\Inetpub\wwwroot\MachII\framework\EventHandler.cfc |
>> init() ] from C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc |
>> getEventHandler(showHome) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\FilterManager.cfc |
>> getFilter(contactBeaner) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\FilterManager.cfc |
>> getFilter(eventArgs) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 5 CFC[ C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc
>> | getListener(ContactManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 4 CFC[ C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc
>> | getListener(RecentContacts) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\PluginManager.cfc |
>> postEvent(CFC: MachII.framework.EventContext) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\PluginManager.cfc |
>> postProcess(CFC: MachII.framework.EventContext) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 2 CFC[ C:\Inetpub\wwwroot\MachII\framework\PluginManager.cfc |
>> postView(CFC: MachII.framework.EventContext) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\PluginManager.cfc |
>> preEvent(CFC: MachII.framework.EventContext) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\PluginManager.cfc |
>> preProcess(CFC: MachII.framework.EventContext) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 2 CFC[ C:\Inetpub\wwwroot\MachII\framework\PluginManager.cfc |
>> preView(CFC: MachII.framework.EventContext) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 2 CFC[ C:\Inetpub\wwwroot\MachII\framework\PropertyManager.cfc
>> | getProperty(applicationRoot) ] from
>> C:\Inetpub\wwwroot\MachII\framework\ViewContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\PropertyManager.cfc
>> | getProperty(defaultEvent) ] from
>> C:\Inetpub\wwwroot\MachII\framework\RequestHandler.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\PropertyManager.cfc
>> | getProperty(eventParameter) ] from
>> C:\Inetpub\wwwroot\MachII\framework\RequestHandler.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\PropertyManager.cfc
>> | getProperty(exceptionEvent) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\PropertyManager.cfc
>> | getProperty(parameterPrecedence) ] from
>> C:\Inetpub\wwwroot\MachII\framework\RequestHandler.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\RequestHandler.cfc
>> | init(CFC: MachII.framework.AppManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\AppManager.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\ViewContext.cfc |
>> init(CFC: MachII.framework.AppManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\ViewManager.cfc |
>> getViewPath(mainMenu) ] from
>> C:\Inetpub\wwwroot\MachII\framework\ViewContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\framework\ViewManager.cfc |
>> getViewPath(mainTemplate) ] from
>> C:\Inetpub\wwwroot\MachII\framework\ViewContext.cfc
>> 0 ms 0 ms 4 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\AnnounceCommand.cfc |
>> init(listContacts, true) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 2 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\AnnounceCommand.cfc |
>> init(showContactForm, true) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\EventArgCommand.cfc |
>> init(submitEvent, createContact) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\EventArgCommand.cfc |
>> init(submitLabel, Create) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\FilterCommand.cfc |
>> init(CFC: ContactManager.filters.ContactBeanerFilter, [complex value]) ]
>> from C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\FilterCommand.cfc |
>> init(CFC: MachII.filters.EventArgsFilter, [complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 2 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\FilterCommand.cfc |
>> init(CFC: MachII.filters.RequiredFieldsFilter, [complex value]) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\NotifyCommand.cfc |
>> init(CFC: ContactManager.model.ContactManager, createContact,
>> request.createdContact) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\NotifyCommand.cfc |
>> init(CFC: ContactManager.model.ContactManager, getAllContacts,
>> request.allContacts) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 2 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\NotifyCommand.cfc |
>> init(CFC: ContactManager.model.ContactManager, getContact,
>> request.contact) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\NotifyCommand.cfc |
>> init(CFC: ContactManager.model.ContactManager, updateContact,
>> request.createdContact) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 2 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\NotifyCommand.cfc |
>> init(CFC: ContactManager.model.RecentContacts, addRecentContact, ) ]
>> from C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 2 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\NotifyCommand.cfc |
>> init(CFC: ContactManager.model.RecentContacts, getRecentContacts,
>> request.recentContacts) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc |
>> init(contactForm, request.content) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc |
>> init(contactList, request.content) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc |
>> init(exception, request.content) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc |
>> init(mainMenu, request.content) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc |
>> init(viewContact, request.content) ] from
>> C:\Inetpub\wwwroot\MachII\framework\EventManager.cfc
>> 0 ms 0 ms 2 CFC[
>> C:\Inetpub\wwwroot\MachII\framework\invokers\CFCInvoker_EventArgs.cfc |
>> init() ] from C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\util\SizedQueue.cfc | get() ]
>> from C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[ C:\Inetpub\wwwroot\MachII\util\SizedQueue.cfc |
>> init(10) ] from C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 4 CFC[ C:\Inetpub\wwwroot\MachII\util\SizedQueue.cfc |
>> isEmpty() ] from C:\Inetpub\wwwroot\MachII\framework\EventContext.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\contactManager\filters\ContactBeanerFilter.cfc |
>> init(CFC: MachII.framework.AppManager) ] from
>> C:\Inetpub\wwwroot\MachII\framework\FilterManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\contactManager\model\ContactManager.cfc | init() ]
>> from C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\contactManager\model\RecentContacts.cfc |
>> getInvoker() ] from
>> C:\Inetpub\wwwroot\MachII\framework\commands\NotifyCommand.cfc
>> 0 ms 0 ms 1 CFC[
>> C:\Inetpub\wwwroot\contactManager\model\RecentContacts.cfc |
>> setParameter(maxRecentContacts, 3) ] from
>> C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc
>>
>>
>> tony weeg
>> uncertified advanced cold fusion developer
>> tony at navtrak dot net
>> www.navtrak.net
>> office 410.548.2337
>> fax 410.860.2337
>>
>> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Reply via email to