The data refresh and Swing threads should not share the same connection for performance and thread-safety reasons.
org.springframework.jdbc.datasource.DriverManagerDataSource is responsible for creating the data source, so it's specifications should be checked first.
The data refresh and Swing threads should not share the same connection for performance and thread-safety reasons.
org.springframework.jdbc.datasource.DriverManagerDataSourceis responsible for creating the data source, so it's specifications should be checked first.