Fetch data from server to my application in j2me

感情迁移 提交于 2019-12-25 14:38:09

问题


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.


回答1:


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

The design would be like

Also See

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


来源:https://stackoverflow.com/questions/4667245/fetch-data-from-server-to-my-application-in-j2me

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!