Enterprise J2ME Developing Mobile Java Applications [Electronic resources]

Michael Juntao Yuan

نسخه متنی -صفحه : 204/ 99
نمايش فراداده

Chapter 11. Mobile Database for CDC Devices

CHAPTER OVERVIEW

Database on the Go

Introducing JDBC

Portable and Efficient Code Using PreparedStatement

Access Stored Procedures Using CallableStatement

The JDBC Optional Package for the CDC

HSQL Database Engine

iAnywhere Solutions SQL Anywhere Studio

IBM DB2 Everyplace

Oracle9i Lite

PointBase Micro Edition

Example Application: Contact Manager

Data management is central to enterprise applications. Most industry leaders agree that mobile relational databases are essential tools in enterprise mobile solutions. This chapter first explains why on-device mobile databases are so important. Then, it briefly introduces you to JDBC, which standardizes database access from Java applications. A rich subset of the JDBC API is supported on high-end mobile Java devices through the J2ME JDBC Optional Package (CDC only) or PersonalJava. Vendor-specific mobile database solutions are discussed. At the end, we go through an example application utilizing mobile JDBC databases to illustrate the key concepts covered in this chapter.