[jboss-dev-forums] [Design of POJO Server] - Re: VirtualFile.toURL() returning vfsfile:
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Oct 25 16:25:23 EDT 2006
I think we are butting up against JarFile implementation details here. Wouldn't it be better to get InputStream support into truezip?
The reading the entry contents into memory is something I had to do for nested jars elements. We are essentially pulling all jar contents into memory. I would think its more of a startup time/memory issue than performance. We won't be able to lazily read entry contents with the JarFile. Maybe we can with truezip, although hopefully its not needed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980832#3980832
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980832
More information about the jboss-dev-forums
mailing list