[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBVFS 2.0.0.Beta10/2.0.0.CR1 releases

scott.stark@jboss.org do-not-reply at jboss.com
Thu Mar 6 10:04:06 EST 2008


That still relies on a JarFile/ZipFile, which has native methods and is not serializable. I don't know why this has not been updated to a pure java implementation by now. The harmony impl is no different:
http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/zip/ZipFile.java?revision=628014&view=markup

There are java impls of zip/jar archives out there, I looked at a couple when starting the vfs work but they were not what I was looking for. Everything can be done off of the JarInputStream/ZipInputStream, but its not the most efficient.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134590#4134590

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134590



More information about the jboss-dev-forums mailing list