A few simple articles here to demonstrate the use of Java JDBC. Create a Java Application to access a Derby Database Apache Derby Reference Manual Configure a H2 Database Connection using Eclipse DTP Defining an ID Column in Apache Derby
Create a Simple JDBC App
Download and Install Spring Tool Suite http://www.springsource.org/sts Create a Maven Project Run Spring Tool Suite New -> Maven -> Maven Project Select the default quickstart archetype org.apache.maven.archetypes maven-archetype-quickstart Enter a Group Id and Artifact Id for the app: Group Id: com.skills421.jdbc Artifact Id: jdbcExample Edit Pom.xml Edit App.java Run App.java name = John Dunning age... Continue Reading →