You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2015/09/21 14:03:05 UTC

[jira] [Created] (JENA-1033) Clean up I/O initialization.

Andy Seaborne created JENA-1033:
-----------------------------------

             Summary: Clean up I/O initialization.
                 Key: JENA-1033
                 URL: https://issues.apache.org/jira/browse/JENA-1033
             Project: Apache Jena
          Issue Type: Improvement
          Components: ARQ, Core
    Affects Versions: Jena 3.0.0
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne
             Fix For: Jena 3.0.1


Following on from JENA-1029, and the fact RIOT is the default I/O fro apache-jena-libs, the old RDFWriterFImpl, RDFReaderFImpl can be rewritten to work on core fixed set of syntaxes by naming classes, not doing an unnecessary Class.forLoad.

RIOT can wire in as a indirection to RDFReaderFImpl/RDFWriterFImpl, not replace existing registrations.  This means adapter code in RIOt is simplified and some can be removed.

Maintain, pedantically, compatibility with the old style when using jena-core only. Keep a mapping of language to class, not classname. Do the external customlanguage class load early (a feature with no known usage).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)