Hi Florian, first of all, do you actually mean Cocoon 2.1 or 2.2? Because in the latter case the trunk already partially support what you're waiting for, i.e. automagically reloads your components (as well as javaflow classes, at least it should) from the .class file. This means that for example if you're editing your component with Eclipse with "Build automatically" turned on as soon as you save (or as soon as you compile the file to target/classes) you can magically hit F5 on your browser. Take a look at the
/core/cocoon-core/src/main/java/org/apache/cocoon/classloader/reloading package and to the reloading sample. Or you can get more info here [1] and here [2] for possible troubles. On the other hand if you were meaning the 2.1.x branch, actually I don't know if the reloading classloader functionality has ever been implemented. HTH, Gabriele [1] http://www.mail-archive.com/[email protected]/msg47530.html [2] http://blog.gmane.org/gmane.text.xml.cocoon.devel/day=20061102 On 11/22/06, Dev at weitling <[EMAIL PROTECTED]> wrote:
Hi Cocoon folks! I have some transformers written in Java I change rather often during development. I want to place them below my own sub-sitemap-directory, just like XSP, so they are compiled and loaded automagically. Putting them in WEB-INF/classes or WEB-INF/lib as proposed two months ago didn't work :-( Any help is greatly appreciated! Florian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- ----------------------------------------- Eng. Gabriele Columbro Consultant at Sourcesense Italy ----------------------------------------- work: [EMAIL PROTECTED] private: [EMAIL PROTECTED] mobile: (0039)3201612846 yahoo: g.columbro gtalk: [EMAIL PROTECTED] AIM: gabrielecolumbro ----------------------------------------- "Keyboard not found. Press F1 to continue" -----------------------------------------
