Mmmm... I don't know much Java, but it appears that the gen'd code could be optimized.
Dick On Tuesday, September 17, 2002, at 08:28 AM, Dave Watts wrote: >> I wonder how the CFMX compiler transforms *.cfm into >> servlet code? > > You can easily find out yourself, by editing this section of > \CFusionMX\wwwroot\WEB-INF\web.xml: > > <context-param> > <param-name>coldfusion.compiler.saveJava</param-name> > <param-value>false</param-value> > <description> > Set this to "true" to produce java files for debugging > </description> > </context-param> > > You'll need to cycle the CF service after the change. The Java source > code > will get dumped into the same directory as the class files: > > \CFusionMX\wwwroot\WEB-INF\cfclasses > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > voice: (202) 797-5496 > fax: (202) 797-5444 > > ::::::::::::: dream :: design :: develop ::::::::::::: > MXDC 02 :: Join us at this all day conference for > designers & developers to learn tips, tricks, best > practices and more for the entire Macromedia MX suite. > > September 28, 2002 :: http://www.mxdc02.com/ > (Register today, seats are limited!) > :::::::::::::::::::::::::::::::::::::::::::::::::::::: > > ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

