开发者

How to connect to a database in Java ME?

开发者 https://www.devze.com 2023-01-29 18:06 出处:网络
I am student and am developing a mobile quiz game by using Java ME and NetBeans 6.9. I have to store the questions and answers in a database, and I want to connect my开发者_如何转开发 MIDlet to the da

I am student and am developing a mobile quiz game by using Java ME and NetBeans 6.9. I have to store the questions and answers in a database, and I want to connect my开发者_如何转开发 MIDlet to the database.


You can do it in two ways .

  1. You can use local storage RMS you can use to store data.
  2. You can store your data on server and interact using web services.

    • RMS Tutorial
    • Consuming WebServices in J2ME
0

精彩评论

暂无评论...
验证码 换一张
取 消