This project aims to facilitate Java classes reloading at run-time. It provides a custom URL class loader that allow proper control over the JAR cache and a class loader factory that provided such ...
This is a special kind of ClassLoader that you can point at an S3 bucket on AWS. This means that you can store Java .class files in a central location and only have them loaded when needed. The class ...