I have a function that creates multiple Java objects on CFMX 6.1 Enterprise environment. My question is which scenario, if either, is more efficient? Creating multiple Java objects, then working with them in a CFScript OR Writing my own Java class file that instatiates multiple objects and then referencing my new class to create one object in a CFScript?
I was under the assumption that since MX compiles my function into a class file for execution, it would essentially be the same thing, but others have argued with me that this is not the case. Can anyone clear this issue up for me? Thanks- NoNo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205178 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

