Re: Cocoon 2.1.5 - javaflow problem (4)

2004-05-28 Thread Stephan Michels
Am Fr, den 28.05.2004 schrieb Joerg Heinicke um 0:28: On 27.05.2004 12:45, Enrico Migliore wrote: Right now I'm using the flowscript for the logic of my application, but I have to move fast to java. What do you think if I contact the authors of the javaflow block, and then post the solution

Re: Cocoon 2.1.5 - javaflow problem (4)

2004-05-27 Thread Enrico Migliore
On 27.05.2004 08:03, Enrico Migliore wrote: Cocoon 2.1.5 -- I modified the CalculatorFlow example and noticed that: 1. if Cocoon is restarded, CalculatorFlow.class is loaded and the java code executed. 1. if Cocoon is NOT restarded, CalculatorFlow.class is never reloaded and the

Re: Cocoon 2.1.5 - javaflow problem (4)

2004-05-27 Thread Joerg Heinicke
On 27.05.2004 12:45, Enrico Migliore wrote: the problem here is that I want Cocoon to reload a compiled class file. I don't want my application to load a source file in order for the JVM compiler to compile it. Ok. The Apples example works perfect: I deploy a compiled class file (i.e. foo.class),