Roller Test
Description of this website
Description of this website
test in Technology 01:19PM May 25, 2009
Tags: unicode
test in Technology 01:19PM May 25, 2009
Tags: unicode
test in Technology 01:19PM May 25, 2009
Tags: unicode
How about some XML ?
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
<property name="driverClassName" value="${jdbc.driverClassName}"/>
<property name="url" value="${jdbc.url}"/>
<property name="username" value="${jdbc.username}"/>
<property name="password" value="${jdbc.password}"/>
<property name="maxActive" value="100"/>
<property name="maxWait" value="1000"/>
<property name="poolPreparedStatements" value="true"/>
<property name="defaultAutoCommit" value="true"/>
<!-- See http://commons.apache.org/dbcp/configuration.html -->
<!-- Validation parameters that check pool connections before using -->
<!-- MySQL can keep connections around for a long time - this will -->
<!-- help ensure we dont get stale ones -->
<property name="validationQuery" value="SELECT 1"/>
<property name="testWhileIdle" value="true"/>
<property name="testOnBorrow" value="true"/>
<property name="testOnReturn" value="true"/>
</bean>
test in Technology 09:07AM Dec 17, 2008
test in Technology 05:29PM Nov 17, 2008
test in Technology 11:34AM Oct 22, 2008 Comments[5]
test in $entry.category.name 05:00AM Jun 27, 2008
Tags: test