开发者

Fetch data from server to my application in j2me

开发者 https://www.devze.com 2023-02-03 23:59 出处:网络
I want to fetch data from server side to my application which is in j2me. The data to fetch from server is like sms, mms etc which are already stored in server.

I want to fetch data from server side to my application which is in j2me. The data to fetch from server is like sms, mms etc which are already stored in server.

Do I need to use XML parsing for this.

If开发者_运维技巧 yes the how can I use it? Please send me the code for it.

If no then what should I use and help me through code.


You can use webservice to communicate between your server and your mobile client.

The design would be like

Fetch data from server to my application in j2me

Also See

  • Introduction to J2ME Web Services
  • Understanding the Web Services Subset API for Java ME
0

精彩评论

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