A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1295.html
Document ID: 1295 Branch: main Language: default Name: Introduction (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 12/27/06 7:13:50 PM Updated by: Reinhard Pötz A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 685 bytes (previous version: 37 bytes) Content diff: --- <html><body><p>TODO</p></body></html> +++ <html> +++ <body> +++ +++ <p>The main goal of the reloading classloader plugin is enabling <strong>rapid +++ application development</strong>. It uses the +++ <a href="http://jakarta.apache.org/commons/sandbox/jci/">Jakarta Commons JCI</a> +++ library which provides a reloading classloader. As the names already promises, +++ it is able to watch resources (e.g. <tt>.class</tt> files) for changes. In such +++ a case the classloader will use the latest version of the resources in the +++ future.</p> +++ +++ <p>Some Java servlet containers already provide the automatic reload of loaded +++ servlet contexts in the case of changes but this comes with the downside that +++ you might lose the application state.</p> +++ +++ </body> +++ </html>