> Apparently, each method in a CFC turns into its own compiled 
> Java class in addition to the CFC itself. If I generate 
> setter/getter methods for each of my class properties, 
> wouldn't that be an issue in terms of scalability? 
> For example, instantiating this CFC into Session scope, 
> instead of what seems to be a single class per application 
> user, now I have 30 class references per user.

The only issue I think you might encounter is a need to increase the amount
of memory allotted to the permanent generation in the JVM, since that's what
stores your class metadata.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275048
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