站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Java Development on PDAs Building Applications for PocketPC and Palm

Java Development on PDAs Building Applications for PocketPC and Palm

[ directory ] Previous Section Next Section

Other Java Databases

If your application requires more than the MIDP RMS provides, you might want to use a third party's database that is compatible with MIDP. Both of the products described in this section provide a MIDP application with JDBC-compatible databases.

PointBase

PointBase Micro is an implementation of a subset of the JDBC API found in J2SE, implemented to work in a MIDP environment. The query language is standard SQL. The JAR file is less than 45 KB. The database can be standalone on the device, or synchronized across the network using HTTP to another PointBase product on the server-side called PointBase UniSync.

For more information on PointBase Micro, refer to http://www.pointbase.com/.

ReqwirelessDB

Reqwireless (http://www.reqwireless.com/) is a company that produces several interesting products for J2ME applications. One of those products is ReqwirelessDB. ReqwirelessDB provides access to any JDBC-compliant database from a MIDP application. It does this by providing the JDBC API as a package local to the MIDP application, and a server-side servlet component that performs all the database access.

    [ directory ] Previous Section Next Section