Search:

Type: Posts; User: Ivanana; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    749

    It turns out i needed connection pooling...

    It turns out i needed connection pooling. There are several options. I opted for BoneCP, its a breeze, i'm very happy :)
  2. Replies
    3
    Views
    749

    Too many queries too fast, what now?

    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...
  3. Replies
    2
    Views
    1,908

    Thanks, but the idea was to bring all config...

    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"...
  4. Replies
    2
    Views
    1,908

    applicationcontext as properties file

    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...
  5. Replies
    0
    Views
    652

    metadata: column headers and data types

    Hi,
    Is there an easy/preferred way to get column headers and the column data types with spring?
    Thnx
Results 1 to 5 of 5