JDBC (Java Database Connectivity) Release
Sun Microsystems released JDBC, a low-level API for Java applications to interact with relational databases. While essential, it highlighted the manual effort required for data persistence.
Significance
JDBC became the foundational API that most Java ORMs would build upon or abstract away, making the 'impedance mismatch' more apparent.
Key facts
- Year
- 1996
- Type
- release
- Location
- Sun Microsystems