Just for research purpose :)
 
I'd like to generate Tapestry component specifications on the fly, and the methods of the
 
        org.apache.tapestry.parse.ISpecificationParser
 
interface expect Resource instances.
So I thought the simpliest way is to "wrap" the dynamic generation of the specifications in a custom Resource implementation (but as I see the interface does not support this, for example by a direct Resource.openStream() method).
 
Thanks,
Norbi
 
----- Original Message -----
Sent: Wednesday, June 15, 2005 6:40 PM
Subject: RE: dynamic Resource

Norbert,
 
What kind of dynamic resource do you need, and what is it used for?
 
There might be better ways than a resource.
 
Richard

From: Norbert S�ndor [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 15, 2005 7:46 AM
To: Users HiveMind
Subject: dynamic Resource

Hi,
 
I'd like to create an implementation of org.apache.hivemind.Resource which generates the content on the fly. (So there is no file or other "physical" store behind it.)
How can I do this?
 
Thanks,
Norbi

Reply via email to