On Sep 28, 2009, at 10:40 AM, Rick McGuire wrote:
David,
I was digging through your sandbox code and found the
BundleClassLoader implementation. In order for this to be generally
useful, it's going to need to handle resources as well as classes.
Is there some reason why this is not implemented here?
Lack of time only. If you would extend it to handle resources that
would be really great!
thanks
david jencks
If it's just something that's on your todo list, I wouldn't mind
adding that piece. I'm going to need a class loader like this for
doing an RFC 66 implementation, so it's either fix this one to be
complete or write another version.
Rick