Re: T5: How can I inject a different resource type?

2007-11-01 Thread Mike Lake
Michael Lake wrote: Basically, I want to be able to store my component .tml files in a database. I've been looking at the code, stepping through the debugger, and it seems that I need to implement org.apache.tapestry.ioc.Resource or perhaps extend AbstractResource. ClasspathResouce and Contex

T5: How can I inject a different resource type?

2007-10-31 Thread Michael Lake
Basically, I want to be able to store my component .tml files in a database. I've been looking at the code, stepping through the debugger, and it seems that I need to implement org.apache.tapestry.ioc.Resource or perhaps extend AbstractResource. ClasspathResouce and ContextResource are classes that