开发者

how to code client / server communication in J2ME?

开发者 https://www.devze.com 2023-02-09 23:14 出处:网络
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 highl

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

精彩评论

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