Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit the side loader protocol #38

Open
cgrand opened this issue Feb 26, 2018 · 0 comments
Open

Revisit the side loader protocol #38

cgrand opened this issue Feb 26, 2018 · 0 comments

Comments

@cgrand
Copy link
Member

cgrand commented Feb 26, 2018

The side-loading mechanism should not be modeled after ClassLoader but after the subset of behaviours that are possible from jar or fs-based loaders.

It means:

  • no difference between class and resources
  • the ability to ask for all the resources for a given name
  • maybe support metadata (last modified for example) -- which may incur conditional queries (when the client does cache)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant