spaziocodice / jena-nosql

A set of NoSQL storage bindings for jena
Apache License 2.0
9 stars 3 forks source link

Configuration framework #11

Closed agazzarini closed 10 years ago

agazzarini commented 10 years ago

A configuration sub-module (part of the framework module) that must allow several cascading strategies for finding a valid configuration

1st: local file indicated in a system property 2nd: local directory (with fixed filename) indicated in a system property 3rd: classpath resource (with a given name) 4th: embedded (classpath resource) resource (with a given name)

In this way,

agazzarini commented 10 years ago

Issue closed. See wiki for (default) configuration behaviour.