问题描述
J2me的移动应用程序是否有持久存储,例如SQLite?如果有的话,请共享链接或一些简单的J2ME应用程序与后端持久性数据库进行交互的示例代码.
Is there any persistent storage for mobile application of J2me, like SQLite?If there is then please share the link or some example code of interacting a simple J2ME application with back end persistent database.
推荐答案
Perst Lite是McObject版本的Perst开源,面向对象的嵌入式数据库,用于Java ME平台(也称为Java 2 Platform)上的移动和嵌入式应用程序,Micro Edition或J2ME).
Perst Lite is McObject’s version of the Perst open source, object-oriented embedded database for mobile and embedded applications on the Java ME platform (also know as Java 2 Platform, Micro Edition or J2ME).
请仔细查看以下链接,其中包含示例程序以及有关数据库的详细信息.
Kindly go through the following link which contains sample program along with details about the database.
http://www.mcobject.com/j2me_database
检查以下链接以获取JavaME支持的数据库列表
Check the following link for the list of database supported for JavaME
http://www.coderanch.com/t/230853/JME/Mobile/List-Database-ME
这篇关于J2ME与Sqlite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!