It turns out i needed connection pooling. There are several options. I opted for BoneCP, its a breeze, i'm very happy :)
Type: Posts; User: Ivanana; Keyword(s):
It turns out i needed connection pooling. There are several options. I opted for BoneCP, its a breeze, i'm very happy :)
I'm doing a largisch number of queries on MSSQL database using the JdbcTemplate, resulting in a
org.springframework.jdbc.CannotGetJdbcConnectionException
I'm dont think i can refactor the code...
Thanks, but the idea was to bring all config together in the applicationContext.
Right after i posted i realized i could do this easily with <map>. :rolleyes:
<bean id="propertiesMap"...
Is it possible to use the applicationContext.xml as a .properties file?
I'd like to have all the configuration in one place and i would like to create some kind of properties bean in the...
Hi,
Is there an easy/preferred way to get column headers and the column data types with spring?
Thnx