Java Support for Persistence
|
|
|
|
| Articles Reviews Java | |||||
| Written by Phil Harrison | |||||
| Friday, 26 January 2007 | |||||
Page 1 of 3
{mos_sb_discuss:34} The Java platform is well supported for managing persistence to relational databases. From the earliest days of the platform, programming interfaces have existed to provide gateways into the database and even to abstract away much of the vendor-specific persistence requirements of business applications.
JDBC This interaction is heavily reliant on SQL, offering developers the chance to write queries and manipulation statements in the language of the database, but executed and processed using a simple Java programming model. |
|||||
| Last Updated ( Sunday, 11 February 2007 ) | |||||
| < Prev | Next > |
|---|







