I'm working in a medium-ish sized development group working on multiple projects and am looking to find good JDBC books for the team. Most of the developers already know the basics of JDBC, but are looking to learn best practices and more advanced topics.
Topics might include:
- Advanced trips and tricks
- Patterns, and things that allow for later complexity
- Database fail over (where the client program transparently switches)
- Cross platform (linux and windows) issues
- Long standing client connections
- Stored procedures
- ORM/DAO/hibernate
- Postgres specific JDBC work (custom objects and what not)
Thats really a lot of ground there, but I'm looking for multiple books. What do you suggest?