namedgraph commented on PR #3184: URL: https://github.com/apache/jena/pull/3184#issuecomment-3298136308
Agree to disagree :) `connect()` to me smells of JDBC or some protocol like that - Linked Data and SPARQL are based on REST that does not require any "connection". This is why I'm only using Jena's in-memory `Model`/`Dataset` and readers/parsers and not the HTTP layer - I've replaced it all with JAX-RS/Jersey. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
