> If your application is running a CFC, then odds are the
CFC is on the server.
> What happens if you restart your server? Does the CFC
still run? CFC's are
> not considered a true object oriented set of
programming, if you have the
> actual CFC file, then you may edit it.
Unless of course - as the OP says - it's been compiled.
You can decompile the Java byte code with a Java decompiler
(use Google),
but you cannot restore if from there to CFML. It's a one way
trip.
To the OP: how did you lose your source code? You've got a
serious
procedural (in the "work place" sense not the "programming
paradigm" sense)
problem there, which you ought to be looking at. Where's your
source
control?
--
Adam