8)
JDBC wrapper: A quick data access solution for simple programs
You can access databases from a Java program with JDBC, which provides an interface to implement it especially for a big project. This provides information on a simple wrapper library that makes basic database simple to use. 9)
Mobile database access
This is an useful tutorial from which you can learn the usage of J2ME and RMS in generating web based database application. You can also gain knowlege on the applicability of MIDlet in process. 10)
Paging Records in JSP
Paging Records in JSP is a tutorial that guides the users to split the results of the database into a number of pages. This script works well with MySQL. 11)
What's new in JDBC 3.0
This is an article about JDBC (The Java Database Connectivity), which is a vital building block of J2EE and J2SE platforms. Java language can programmatically access relational databases based on this primary standards mechanism.