[jboss-dev-forums] [Design of POJO Server] - Re: vfs issue?
scott.stark@jboss.org
do-not-reply at jboss.com
Sun Mar 25 12:45:16 EDT 2007
You would have to use the org.jboss.vfs.VFS/VirtualFile aps. You can't just use the java.net.URL and handler apis because they don't have support for directory structures. A deployer (which is a very isolated/minimal entity in jboss5) may be the better choice to avoid needing to link core seam code to the vfs, although its a standalone piece that has no dependencies on other mc code. It does depend on the jboss common/logging jars.
I'd have to know more about what the scan is trying to accomplish and how this relates to jbossas vs another app server to say which is better.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031410#4031410
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031410
More information about the jboss-dev-forums
mailing list