Strabon
changeset 1312:2e139f2f93a7
Added a boolean variable name loadFromFile set to true that connects to StrabonBeanWrapper.java and allows to store from file.
author | George Stamoulis <gstam@di.uoa.gr> |
---|---|
date | Wed Feb 26 16:29:24 2014 +0200 (2014-02-26) |
parents | b6ae6fe3195c |
children | 3f3fc8237460 |
files | endpoint/WebContent/WEB-INF/beans.xml |
line diff
1.1 --- a/endpoint/WebContent/WEB-INF/beans.xml Wed Feb 26 14:55:07 2014 +0200 1.2 +++ b/endpoint/WebContent/WEB-INF/beans.xml Wed Feb 26 16:29:24 2014 +0200 1.3 @@ -65,7 +65,12 @@ 1.4 1.5 <constructor-arg type="int" > 1.6 <!-- Query limit --> 1.7 - <value>1000</value> 1.8 + <value>0</value> 1.9 + </constructor-arg> 1.10 + 1.11 + <constructor-arg type="boolean" > 1.12 + <!-- Load from File --> 1.13 + <value>true</value> 1.14 </constructor-arg> 1.15 1.16 <constructor-arg type="java.lang.String" >