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