In my application I use Spring MVC with DAO pattern to access MSSql database with JdbcTemplate. Everything is working fine but I have noticed that first query takes a bit lo
Have a look at the javadoc and source. getExceptionTranslator() probably involves some work to set up. Maybe you can control when that work happens with the lazy-init parameter.