, ?
I have not used it JdbcTemplate
directly from Swing, but I have several web applications (which have a separate thread for each request), and I never had problems with streaming problems. In this situation, the template was configured once at application launch and was repeatedly called with different parameters.
If you are worried about threading issues, you can always create a new template for each log ...
source
share