|
Java ™ and DB2 UDB
Accessing data is a fundamental element to nearly every Java business application. The IBM System i Java implementation provides several methods for accessing the wealth of business information stored on System i, iSeries, and AS/400 servers across the world. The System i Java-based data access alternatives can be divided into the following two groups:
- i5/OS-specific data access methods - It is important to note that these record-level access methods are not portable to other platforms.
-
Java industry-standard access methods - These methods of data access are most ideal in those development environments where there is a need to write highly portable server code. The Java standard data access methodology is based on Java Database Connectivity (JDBC) and embedded SQL for Java (SQLJ).
-
Other Java Data Access resources that are available online:
Accessing DB2 for i with Java Online Presentation
System i Java Development Topics
|