Java database programming examples and tutorials
Monday, February 21st, 2011I’ve written a lot of of Java database programming tutorials and examples over the years, so I thought I’d share some of those links here today.
First, a long time ago (in a place truly far away from here) I wrote these Java database programming tutorials:
Last year I created these newer Java MySQL database programming tutorials:
- A Java MySQL JDBC Driver class URL example
- A Java MySQL SELECT example
- A Java MySQL INSERT example using the Statement class
- Java MySQL INSERT example with PreparedStatement
- Java MySQL DELETE example
- Java MySQL UPDATE example
These days I use Spring JDBC for all my Java database programming. If you’ve never used Spring before, it is a life-saver. Here’s a link to the Spring Framework website.
In my most recent Java database programming projects I always use Spring because it makes everything about Java database programming easier for you. There is some initial XML configuration work to be done, but once you get past that, Spring is a Java database programming life saver.