Norbi, On 6/30/05, Norbert Sándor <[EMAIL PROTECTED]> wrote: > > I think the Resource interface should have a direct openStream() method. > This would allow: > - creation of resource contents on-the-fly > - special resources, for example with content coming from a database >
Have you considered using the URLResource in conjunction with a Java protocol handler (http://java.sun.com/developer/onlineTraining/protocolhandlers/)? Won't this work for you? --knut --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
