Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

What's new in JDBC 3.0 - Java tutorial


The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE) platforms. It is the primary standards-based mechanism for the Java language to programmatically access relational databases, so when a new version of the specification is released by the Java Community Process, developers are bound to be interested. This article summarizes the key new features as outlined in Sun Microsystems' recently released Proposed Final Draft 3.0 of the JDBC specification.
Category: Java tutorials > Database - Difficulty:

More cool Java tutorials:



Apycom Java Menus' Tutorial
Apycom Java Menus' Tutorial
This tutorial offers a great way to learn more about Apycom Java Menu Applets. Apycom Java Menu Applets is a collection of highly configurable java applets that allows you to create cross-browser drop down menus, bars, and buttons for your Website.
Category: Java tutorials > Applets - Difficulty:
Java Variables Explained
Java Variables Explained
Helps beginners understand how Variables can benefit a program and different data types available in the language.
Category: Java tutorials > Basics - Difficulty:
Getting Started with JFS 1.2 Part 1
Getting Started with JFS 1.2 Part 1
JavaServer Faces (JSF) technology, a server-side framework that offers a component-based approach to Web user-interface development, has come a long way. This tutorial series covers how to get started with JFS 1.2 with many examples to get you started quickly.
Category: Java tutorials > Application - Difficulty:
How to lock down your Java code
How to lock down your Java code
You inevitably spend some part of your week crunching code that you didn't write, and for which you may not have the source. This beginner's guide to opening up and locking down Java code walks you through the essentials of disassembling, decompiling, and obfuscating Java code, using examples from popular tools such as Mocha, HoseMocha, jmangle, and JODE.
Category: Java tutorials > Development - Difficulty:
Writing Java Database Apps with purQuery
Writing Java Database Apps with purQuery
This demo describes three scenarios, so you can learn how you can use pureQuery -- IBM's new paradigm for writing Java database applications. The first one is database-driven objectization, or relational table-to-Java transformation. The second is query-driven objectization, or SQL-to-Java transformation. The third is object-relational mapping, or Java-to-SQL transformation.
Category: Java tutorials > Database - Difficulty: