I've always had good results from cavaj. Has great formating.

Ade

-----Original Message-----
From: Stephen Milligan [mailto:[EMAIL PROTECTED]
Sent: 09 June 2004 17:46
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] generated Java source files


There are a number of good tools that will allow you to go from class file
to java source.

Most of the ones I've seen produce very readable code unless the author has
used an obfuscator.

The one I've found most useful is DJ Decompiler:

http://members.fortunecity.com/neshkov/dj.html

I've used it mostly to get back to the source code for stuff like my
FriendlyURL Servlet when I lost the original sources. I'm not sure what the
legal implications might be of decompiling the class files generated from
CFML source, so you might want to check before decompiling them.

Spike

--------------------------------------------
Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org




>-----Original Message-----
>From:
>[EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]
o.uk] On Behalf Of Kola Oyedeji
>Sent: Wednesday, June 09, 2004 8:21 AM
>To: [EMAIL PROTECTED]
>Subject: RE: [ cf-dev ] generated Java source files
>
>
>James
>
>Hi, I have tried Mocha before and wasn't too impressed with
>the readability of the source files it outputs. I was hoping
>that there was a setting in one of the xml files which could
>be changed to force it to store the compiled pages to disk.
>
>Anyway thanks guys.
>
>Kola
>
>>> -----Original Message-----
>>> From: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED]
>>> Sent: 09 June 2004 17:13
>>> To: [EMAIL PROTECTED]
>>> Subject: RE: [ cf-dev ] generated Java source files
>>>
>>>
>>> If you desperately want the source you can try a Java decompiler.
>The code
>>> they generate is pretty ugly but itll get you a look at it anyway.
>>>
>>> James
>>>
>>>
>>>
>>>
>>>                     "Tim Blair"
>>>                     <[EMAIL PROTECTED]        To:
><[EMAIL PROTECTED]>
>>>                     t.com>               cc:
>>>                                          Subject:     RE: [ cf-dev ]
>generated Java source files
>>>                     09/06/2004
>>>                     16:21
>>>                     Please
>>>                     respond to
>>>                     dev
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> > Does anyone know if its still possible to have CF
>generate the java
>>> > source files created saved to disk?
>>>
>>> It's not possible, because there are no .java files to save...  The
>>> parser/compiler was rewritten for MX6.1 so the CFML is now
>translated
>>> directly to java byte code (.class files) without the need for the
>>> intermediary write to .java and successive compilation.
>>>
>>> Tim.
>>>
>>> --
>>> -------------------------------------------------------
>>> RAWNET LTD - Internet, New Media and ebusiness Gurus.
>>> WE'VE MOVED - for our new address, please visit our website at
>>> http://www.rawnet.com/ or call us any time on 0800 294 24 24.
>>> -------------------------------------------------------
>>> This message may contain information which is legally privileged
>>> and/or confidential.  If you are not the intended
>recipient, you are
>>> hereby notified that any unauthorised disclosure, copying,
>>> distribution or use of this information is strictly
>prohibited. Such
>>> notification notwithstanding, any comments, opinions,
>information or
>>> conclusions expressed in this message are those of the originator,
>>> not of rawnet limited, unless otherwise explicitly and
>independently
>>> indicated by an authorised representative of rawnet limited.
>>> -------------------------------------------------------
>>>
>>> --
>>> These lists are syncronised with the CFDeveloper forum at
>>> http://forum.cfdeveloper.co.uk/
>>> Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>>>
>>> CFDeveloper Sponsors and contributors:- *Hosting and
>support provided
>>> by CFMXhosting.co.uk* :: *ActivePDF
>provided
>>> by activepdf.com*
>>>       *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
>>> proworkflow.com*
>>>            *Tutorials provided by helmguru.com* :: *Lists hosted by
>>> gradwell.com*
>>>
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> These lists are syncronised with the CFDeveloper forum at
>>> http://forum.cfdeveloper.co.uk/
>>> Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>>>
>>> CFDeveloper Sponsors and contributors:- *Hosting and
>support provided
>>> by CFMXhosting.co.uk* :: *ActivePDF
>provided by
>>> activepdf.com*
>>>       *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
>>> proworkflow.com*
>>>            *Tutorials provided by helmguru.com* :: *Lists hosted by
>gradwell.com*
>>>
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>
>
>
>
>--
>These lists are syncronised with the CFDeveloper forum at
>http://forum.cfdeveloper.co.uk/
>Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
>CFDeveloper Sponsors and contributors:-
>*Hosting and support provided by CFMXhosting.co.uk* ::
>*ActivePDF provided by activepdf.com*
>      *Forums provided by fusetalk.com* :: *ProWorkFlow
>provided by proworkflow.com*
>           *Tutorials provided by helmguru.com* :: *Lists
>hosted by gradwell.com*
>
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>


--
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]


-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to