Just chiming in here...

If you're doing some code that you know can be optimized (by looking at the
java file produced by CFMX), then doesn't is make sense to just optimize it
yourself in java?  I would imagine that if you ARE looking at the java code,
then you at least know enough to get around.  If that's the case and you're
really worried about performace, just write you own class and methods, and
call them via

<cfset myOwnOptimizedClass = CreateObject( 'java', 'myJavaClass' )>

That way you don't have to rely on the CFMX compiler at all, and you can
work in all of your own optimizations, AND you don't have to deal with JSP
at all either.

Just my 0000 0000 0000 0010 cents.

-Darron


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to