SDB code into trunk; not yet active by default
This commit is contained in:
commit
586425464d
2 changed files with 1509 additions and 9 deletions
|
@ -101,20 +101,16 @@
|
|||
</listener-class>
|
||||
</listener>
|
||||
|
||||
<!-- Attaching submodels permits extra RDF files to be made visible without storing the data in the DB. -->
|
||||
|
||||
<!-- The following two listeners remain temporarily until SDB becomes the default triple store -->
|
||||
<listener>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.AttachSubmodels</listener-class>
|
||||
</listener>
|
||||
|
||||
<!-- Pellet setup enables reasoning. Inferences are cached in a separate DB graph. -->
|
||||
<!-- Changing the class name sets the kinds of inferences that are materialized. -->
|
||||
<!-- See documentation for details. -->
|
||||
<!-- If used, must be run after JenaDataSourceSetup -->
|
||||
|
||||
<listener>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.PelletReasonerSetup</listener-class>
|
||||
</listener>
|
||||
|
||||
<!-- -->
|
||||
|
||||
<!-- The followng listener records all edit changes, in reified form, to another database model -->
|
||||
<!-- still at an experimental stage -->
|
||||
|
@ -245,6 +241,15 @@
|
|||
<url-pattern>/*</url-pattern>
|
||||
</filter-mapping>
|
||||
|
||||
<filter>
|
||||
<filter-name>WebappDaoFactorySDBPrep</filter-name>
|
||||
<filter-class>edu.cornell.mannlib.vitro.webapp.filters.WebappDaoFactorySDBPrep</filter-class>
|
||||
</filter>
|
||||
<filter-mapping>
|
||||
<filter-name>WebappDaoFactorySDBPrep</filter-name>
|
||||
<url-pattern>/*</url-pattern>
|
||||
</filter-mapping>
|
||||
|
||||
<filter>
|
||||
<filter-name>VitroRequestPrep</filter-name>
|
||||
<filter-class>edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep</filter-class>
|
||||
|
|
1495
productMods/WEB-INF/web.xml.sdb
Normal file
1495
productMods/WEB-INF/web.xml.sdb
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue