It can be done, and it will give you a valid Java source file, but the resulting Java code relies so heavily on the internals of the CF server, that it probably wouldn't be a lot of use to anyone.
You can tell CF to generate the Java files as well as the class files if you want to see the code that you would have to deal with if you were to decompile the generated class files. My guess is that if mocha works like any other decompiler it would give you some Java code that you would have to study pretty hard to make any sense out of, never mind turn into a useful app. Spike > -----Original Message----- > From: Matt Horn [mailto:[EMAIL PROTECTED]] > Sent: 06 September 2002 16:49 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] Encryption and Intellectual Property > > > well no > > it'll give you back the .java file > > infact .. I want to test this > > can someone send me a hello world .class file from cfmx? > > > > At 16:44 06/09/02 +0200, you wrote: > >So that will get you back to CFM templates will it? > > > >;-) > > > > > -----Original Message----- > > > From: Matt Horn [mailto:[EMAIL PROTECTED]] > > > Sent: 06 September 2002 16:40 > > > To: [EMAIL PROTECTED] > > > Subject: Re: [ cf-dev ] Encryption and Intellectual Property > > > > > > > > > At 15:30 06/09/02 +0100, you wrote: > > > >Just been thinking about this IP thing, even though I'm > > > busy. It occurs > > > >to > > > >me that on CFMX it "should" be relatively easy to put your > > > apps on the > > > >server in a format that stops people from viewing the CF. > > > > > > > >--- What the hell is Taz on about? --- > > > > > > > >Well, when CFMX first runs a new CF template it compiles > it. Its no > > > >longer running as a script interpreting server like previous > > > versions. So surely > > > >it wouldn't take a lot to give developers the opportunity to > > > compile code > > > >on local dev machines, and then send the compiled files up > > > to the server. > > > >No more worries about snooping admins copying your applications. > > > > >http://www.brouhaha.com/~eric/computers/mocha.html > > > >Matt > > > > > > > > >Taz > > > > > >-- > >** Archive: > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > >To unsubscribe, e-mail: > [EMAIL PROTECTED] > >For additional commands, e-mail: > [EMAIL PROTECTED] For > >human help, e-mail: [EMAIL PROTECTED] > > > > > > > > > >-- > >** Archive: > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > >To unsubscribe, e-mail: > [EMAIL PROTECTED] > >For additional commands, e-mail: > [EMAIL PROTECTED] For > >human help, e-mail: [EMAIL PROTECTED] > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
