--------README.txt--------- Application contexts contain: 1. applicationContext-epubs-daos.xml definition of Hibernate DAO used to access and manipulate LLDigitalObject instances 2. applicationContext-epubs-dorotyDataSource.xml jdbc daos (DorotyDatasource, Executors, ResultSetFactory etc) 3. applicationContext-epubs-generators.xml beans for the generation of the enhanced publication model: ePubModelGenerator bean. To use different names for types and sets, please change the beans in this file (beans for type names and beans for sets sections). beans for the generation of samples: samplesGenerator bean. To activate the generation of samples please call generateSamples() or add it as init-method of the bean. Sample generation will fail if you have changed the set names which are actually cabled in the EPubSamplesGenerator code. 4. applicationContext-epubs-hibernate.xml configuration of Hibernate with local postgresql database. At first installation the hibernate.hbm2ddl.auto property should be set to create, afterwards it must be set to update, otherwise at each startup the database will be dropped. 5. applicationContext-epubs-transactions.xml definition of the tx advice and aop pointcut for transaction management. Actually are definied aop pointcut for the model and samples generation and for the methods in ASTNodeExecutorImpl Please change this file for a more accurate and appropriate transaction demarcation. 6. applicationContext-epubs-triplestore.xml beans for a local Neo4j triplestore using org.openrdf API. If you want to start with a clean triplestore, please add init-method="clearAndClose" to the bean named repositoryWrapper The argument of the constructor for bean called neo is the path to the folder used by the triplestore to store data.