[jboss-dev-forums] [Design of POJO Server] - Re: VFS issues
scott.stark@jboss.org
do-not-reply at jboss.com
Fri Sep 8 10:32:14 EDT 2006
I have merged the nested jar capability into the org.jboss.virtual tree, and to support this added a notion of an options map to the VFSContext. This is curretnly parsed from the rootURL query string. It could be made an explicit map of options that does not require a String key and value.
I'm also working on the Serialization support, but the hiearchy in the abstract plugin classes is not consistent with the data that needs to be written out. The problem is that the AbstractVirtualFileHandler has the VFSContext reference, but it does not have the URL needed to recreate this. This exists in the AbstractURLHandler. Either the rootURL is needed at the AbstractVirtualFileHandler, or the handler url is pushed to this level, in which case I don't see much point to the AbstractURLHandler.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970363#3970363
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970363
More information about the jboss-dev-forums
mailing list