J2ME chat application?

▼魔方 西西 提交于 2019-12-24 21:30:59

问题


I want to develop a chat application using J2ME.Any reference code example or code
or any kind help can help me...... in my application.In my application message will go from one mobile to the server(Tomcat) first there i will save it in my database and then look msisdn and forword this message to the that msisdn


回答1:


After a quick google search I found this:

http://www.java2s.com/Code/Java/J2ME/Socketconnection.htm

Read the documentation on StreamConnection and Connection. That should get you started.




回答2:


Could you just use HTTP and have a servlet write to a file which the clients download?



来源:https://stackoverflow.com/questions/3370126/j2me-chat-application

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