About this tutorial
This tutorial shows you, step-by-step, how to create various Java data access applications inside IBM Data Studio with or without pureQuery or Spring support.
Learn to do the following:
- Create a simple Java data access application using IBM Data Studio Developer to access the sample DB2 database
- Implement the same Java data access application with Spring’s JdbcTemplate
- Create a Data Studio pureQuery application with Spring using the following steps:
- Generate and run a pureQuery application
- Add Spring data access support to the generated pureQuery application
- Run the application with pureQuery’s static binding feature
This tutorial is for database programmers who have some knowledge of the Data Studio or Eclipse environment, but are not necessarily familiar with pureQuery or Spring Framework.
This tutorial requires you have the following products installed:
- IBM DB2 9.5 for Linux, UNIX, and Windows with the SAMPLE database created
- IBM Data Studio Developer V 1.1.x. IBM Data Studio 1.1.x from web download can also be used, but it doesn’t support the static binding covered in the last section.
- Spring Framework 2.0.x with dependencies
- IBM pureQuery and Spring integration kit


