[jboss-dev-forums] [Design of POJO Server] - Re: Embbedded - broken - some fixes - still not working
steve.ebersole@jboss.com
do-not-reply at jboss.com
Thu Nov 29 11:06:56 EST 2007
"adrian at jboss.org" wrote :
| Yes, but you don't use it. Your logic is something like:
| if (fileURL()) then use java.io.File
| else assume a jar file.
|
Yes, I understand that much; I am a dolt, not a *complete* dolt ;)
The question is whether if we did use that approach the vfs URL would actually do TheRightThing...
"adrian at jboss.org" wrote :
| This is neither of those. You need to define your own simple VFS api
| that we can plug into. In fact, you should really be defining something
| more high level, since all you really want is a list of relevant annotated class URLs
| (the real ones) which we can give you.
|
You can, sure. But what about other app severs/environments... If the URLConnection/ContentHandler approach is more "correct" and the vfs stuff will really handle it correctly, then whats the issue with using that? Seems like a more universally applicable solution. But of course, I'm a dolt (^^) so please enlighten me ;)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108957#4108957
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108957
More information about the jboss-dev-forums
mailing list