Java DB and Apache Derby have been following the progress of the JDBC 4.0 specification very closely and have implemented many of the JDBC 4.0 features in the 10.2 alpha release. Rick Hillegas has done a great job of leading the team implementing the JDBC 4.0 features.
Another key JDBC feature that has been added in the 10.2 release is support for updatable scrollable cursors.
You can find...