SPARQL-Anything / sparql.anything

SPARQL Anything is a system for Semantic Web re-engineering that allows users to ... query anything with SPARQL.
https://sparql-anything.cc/
Apache License 2.0
218 stars 11 forks source link

Load JAR files dynamically at Runtime #513

Open luigi-asprino opened 3 days ago

luigi-asprino commented 3 days ago

This could be useful for adding custom triplifiers or functions without having to recompile the whole project.

I found this

https://stackoverflow.com/questions/60764/how-to-load-jar-files-dynamically-at-runtime

If there aren't better solutions, we could add a CLI option for passing the filepaths to the jars to be loaded.

enridaga commented 3 days ago

This is also related to the problem with packing a very large executable jar, even if not all the features are always needed. This was discussed in #484 but we didn't come out with a plan yet.