[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JarEntry as VFS root does not return empty vfspath
adrian@jboss.org
do-not-reply at jboss.com
Wed Mar 26 05:05:37 EDT 2008
"mstruk" wrote : anonymous wrote :
| | IIRC, the path originally was setup lazily, except for the now obsolete jar handler that went through every entry up-front?
| |
|
| I'd like to learn more about JarHandler being obsolete ...
|
When I reworked the VFS there were two different implementation patterns.
One was for things have directory structures like the file system
(see AbstractVirtualHandler::structuredFindChild)
the other was things like jars where you list jar entries but they aren't structured
in directories
(see AbstractVirtualHandler::simpleFindChild)
The JarHandler later got changed by somebody else (Scott?) to simulate
a directory structure.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138890#4138890
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138890
More information about the jboss-dev-forums
mailing list