开发者

how to code client / server communication in J2ME?

I am developing a project that exchanges data between client and server. I开发者_高级运维 have coded it in J2SE but I don't know how to make it work in J2ME?


Unless you're in need for something highlevel, just use plain sockets. Here are some links to get you started:

  • Java Midp API: SocketConnection
  • Network Programming with J2ME Wireless Devices
  • Client Server in J2ME (Socket Programming sample)
  • Network Programming with MIDP 2.0
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜