On Fri, Jun 5, 2009 at 9:33 AM, Teddy R. Payne <[email protected]> wrote: > cfcompile is just a way to speed software deployment as the cf source code > would already be converted into the associated java byte code prior to first > execution.
cfcompile does allow you to do "sourceless distribution", distributing the bytecode without the CF source. This could be decompiled back to java code, but not CF. I haven't used cfencode in a long time. Does it encode CF source, or the java bytecode? If it's just encoding the CF source, then I would say it might be easier to "decode" a cfencoded file than to decompile the java bytecode into java source and have to reverse engineer it all back to CF source somehow. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: [email protected] ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
