InfoQ

InfoQ

Topic/Tag specific view

JDBC Content on InfoQ


Latest featured content about JDBC

Yes, SQL!

Topics
NoSQL,
Data Access,
Java,
.NET,
Big Data,
Performance & Scalability,
Architecture

Uri Cohen presents the key characteristics of SQL and NoSQL databases and how to create a layer on top of distributed data stores in order to use SQL to query for data. For further information please contact Gigaspaces.

Java Object Persistence: State of the Union

Topics
Java,
Data Access

In this virtual panel, the editors of InfoQ.com (Floyd Marinescu) and ODBMS.org (Roberto V. Zicari) asked a group of leading persistence solution architects their views on the current state of the union in persistence in the Java community.

News about JDBC

New Open Source project provides Object Oriented data access

Topics
Object Oriented Design,
Java,
Open Source,
Announcements,
Data Access,
Architecture

Kasper Sørensen has created a new open source project at eobjects.dk called MetaModel. The project is a common domain model, query engine, and optimizer for different types of datastores, such as relational databases and flat files. MetaModel is a Java library that provides a fluent, object-oriented interface for SQL compliant queries.

JLINQ: Runtime JDBC Generator for Eclipse

Topics
Java,
Data Access

Azadeh Ahadian of IBM has published an article introducing JLINQ on IBM's developerWorks site. Despite the name, JLINQ does not have much in common with Microsoft's LINQ, rather it is an Eclipse plugin providing integration with a database and runtime DAO code generation. The plugin is part of IBM's Developer Workbench that is coming with Viper, the next release of DB2.

H2 1.0 Database by Hypersonic Creator is Out

Topics
Transactions Processing,
Data Access,
Java

HSQLDB creator Thomas Mueller has released 1.0 final of H2, his pure Java database successor to HSQLDB. H2's focus is to be best database for the lower end (low number of concurrent connections, embedded usage). InfoQ spoke to H2 creator Thomas Mueller to find out more.

Debates flare on the right level of abstraction over ORM and JDBC

Topics
Java,
Data Access

A heated debate started a few weeks ago initiated by members of the Hibernate team, arguing that using an abstraction framework on top of an ORM is a bad idea, citing Spring's HibernateTemplate as a specific example. Along the theme of levels of abstraction, Brian McCalister also surveyed various convenience frameworks over JDBC.

Easier Database Development with JDBC 4.0

Topics
Java,
Data Access

Java 6.0 will include a number of Java Database Connectivity enhancements collectively known as JDBC 4.0. One of the main goals of JDBC 4.0 was to try and reduce the amount of boilerplate JDBC code a developer had to write.

H2 Database by Hypersonic Creator Nearing 1.0

Topics
Transactions Processing,
Data Access,
Java

HSQLDB creator Thomas Mueller recently released the v0.9 of H2, his pure Java database successor to HSQLDB. H2 benchmarks significantly faster than HSQLDB, supports JDBC and ODBC, supports XA, can be clustered for HA and supports encryption.

JRuby on Rails Unveiled at JavaOne

Topics
Java,
Ruby,
Web Frameworks

The latest version of JRuby will be presented to JavaOne attendees this week. Included in the demonstrations is a working Rails application and an ActiveRecord adapter backed by JDBC.

Books about JDBC

Java Transaction Design Strategies

Topics
Transactions Processing,
Java

Java Transaction Design Strategies shows how to design an effective transaction management strategy using the transaction models provided by Java-based frameworks such as EJB and Spring. Local, programmatic, declarative, and XA models are explained; the book concludes with a set of design patterns show how to effecitvely use these models.