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.
Any thoughts? Joe ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275031 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

