> I've installed CFMX6.1 on Websphere. When I run a file say
> test.cfm it generates a java class which is
> "cftest2ecf9184...". Which is fine what I need more is to get
> the .java file for the same class. Just not familiar with the
> architecture does CFMX create java files and then compiles it
> to class file (which I guess it does). If so then where can I
> find the java source code for that file? Or .java file for test

As Tim mentioned, CFMX 6.1 converts your .cfm file directly to Java
bytecode, with no intermediate Java source code representation. My question,
though, is why you need that?

If you're just curious to see what's in there, you might just install CFMX
6.0 on a machine for a little while, and check out some of the generated
source code. There's a configuration file you have to edit to make this
happen, and I don't recall it off the top of my head, but I can quickly find
out if you're still interested.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to