我在j2me中创建应用程序。我必须处理大量数据。
我已经使用过RMS,但是从RMS检索数据的过程很繁琐。这需要很长时间,然后才能达到正常速度。
我无法使用文件,因为每次获取数据或存储数据时,文件都需要获得许可。

因此,在j2me中还有其他用于存储大数据的选项。

谢谢....

最佳答案

1。

  Some third party database available for j2me application. See this link for list of database.

2。
  Store the data into text files and store the text files into your project workspace. You can read the data from this text files.

3。
  Finally you can store the data into server and fetch the data from server using webservice. But needs GPRS.

我更喜欢使用海量数据的最后一点。

苛刻

10-02 10:21
查看更多