I use reloadable application (jetty launcher and debug mode), so I can see changes in methods immediatelly, but changes do not affect annotations (e.g. @Component) (I think that annotations are cached somewhere like another specifiacation files (jwc, page)). Reset service works great to erase pages and jwc cache, but not annotations. Now I think that it's not possible to reload changes in annotations (@Component). But thank you both for your interest.
tomas 2005/9/15, Kent Tong <[EMAIL PROTECTED]>: > Tomáš Drenčák <tomas.drencak <at> gmail.com> writes: > > > When I change something in .page, .jwc or .html file I have to run > > reset service to see changes. > > Then you should disable page caching by setting the JVM > property org.apache.tapestry.disable-caching to true. > > > The same I'd like to do with annotations > > in classes, because they contain bindings... > > Set reloadable to true in the deployment descriptor in Tomcat. > > There is detailed instruction for both in > http://www.agileskills2.org/EWDT/chapters1-4.pdf > > -- > Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT) > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
