Error trapping for a missing data source in a Spring MVC / Spring JDBC web app [migrated]
- by Geeb
I have written a web app that uses Spring MVC libraries and Spring JDBC to connect to an Oracle DB. (I don't use any ORM type libraries as I create stored procedures on Oracle that do my stuff and I'm quite happy with that.)
I use a connection pool to Oracle managed by the Tomcat container
The app generally works absolutely fine by the way!
…