Hi, It seems that to support hot-deploying of html templates based on timestamps, the required changes are localized in a single class: TemplateSourceImpl. Instead of returning a ComponentTemplate from various template locating methods, they may return a Resource instead. Then one can get an URL from the Resource, open a connection and get the last modified time.
Do you think this approach will work? -- 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]
