On 4/28/07, Dwayne Cole <[EMAIL PROTECTED]> wrote:
> 1). What framework best manages variable scoping (what should go into the 
> application scope, what should go into request scope etc)

Most of the frameworks place no restrictions on this sort of thing -
that decision is down to the developer. Frameworks sometimes provides
different ways to encapsulate such data tho'.

> 2). What framework leverages the best practices for setting up and 
> integrating "Model" level functionality. (Transfer, Reactor ect)

Personally, I think ColdSpring + Transfer is a great combination here.
ColdSpring deals with dependencies and initialization. Transfer deals
with persistence and caching. Together they let you build and manage
much of your model infrastructure.

ColdSpring + Transfer can be used with any of the presentation tier frameworks.

> 3). What framework leverages the best practices for structuring and calling 
> "View" or "display" oriented functionality.

Any of the presentation tier frameworks.

> 4). What framework leverages the best practices for organizing "Controller 
> Files"

Any of the presentation tier frameworks.

> 5). What framework leverages the best library of UDF's for extending 
> coldfusion's data, formatting, scheduling, etc functions.

Hard to tell what you mean here. onTap probably has the biggest
built-in library of UDF.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276817
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to