问题描述
WriteaJ2ME(javamicro-edition)codeprogramusingthehttpconnectivityinterfaceasdescribedinthejavaspecificationtodeliverthefollowingfunctionality:用J2MEjavamicro-edition编写一个程序,这个程序需要使用httpconnectivityinterface去完成下列功能。Creatingtwothreads–oneforcommunication(receivingandsending)andtheother(main)threadwillbeforcommunicationwiththeuser.建立2个线程,一个是用于通讯(接收和发射)和一个(main)线程用于和使用者的通讯。Themainthreadwillmakeuseoftwo(threewiththegaugeform)midletforms.Thefirstformwillaskforwebpageaddressandakeyword,thesecondformwilldisplaythenumberoftimesthekeywordappearsonthewebpage.主线程用2个midletform。第一个form:问网页地址和关键字。第2个form是显示网页上关键字的出现次数ThesecondthreadshouldperformhttpconnectivitytotheWWW,connecttotheappropriatewebpageandreaditscontent,counttheoccurrencesofthekeywordandpassthisinformationtothefirstthread.第2个线程需要是能够连接上网页并且阅读并计算关键字的出现率,之后反馈回主线程。Usegaugecomponenttoshowtheuserthattheprogramisbusyreadingfromtheserverforadditionalmarks.使用gaugecomponent去告诉使用者程序读取中Explanation:YoucanusetheMobApp1.zipfilesuppliedasastarterprojectforyourapplication.用MobApp1.zipfile里面的程序开始编写。Youneedtosubmitprintedpapercopyofthedocumentationthroughtheadminoffice.Writeconciseexplanation(2-3pages),printandattachtheJ2MEcode(onlythefilesthatyouhavemodified).--------------------------------------------------------------------------------Hotmail:TrustedemailwithpowerfulSPAMprotection.Signupnow.--------------------------------------------------------------------------------Hotmail:PowerfulFreeemailwithsecuritybyMicrosoft.Getitnow.--------------------------------------------------------------------------------Hotmail:TrustedemailwithpowerfulSPAMprotection.Signupnow.
解决方案
解决方案二:
该回复于2010-05-18 16:22:01被版主删除
解决方案三:
就是个涉及网络连接处理的小程序吧主线程对某个数据进行监听并且也可以发送数据,像个简易的IM请求一个指定的网址,,这个网址是返回某指定字符串出现的次数,要么服务端做计算,然后返回结果给客户端,要么客户端直接把所有数据拿下来,然后计算某字符串出现的次数不知道杂分析了。。。
解决方案四:
谢谢楼上两位了希望还有高手帮忙分析一下
解决方案五:
再追加40分急啊
解决方案六:
使用j2me的http通信,获取数据,进行处理。一个主线程,一个http通信线程。拿到数据,处理就可以了。至于楼主的需求,就要自己来处理了。支持下。
解决方案七:
具体点吧我对J2me不太了解
解决方案八:
J2ME初学者,帮忙顶吧
解决方案九:
帮顶。。。。。
解决方案十:
初学者,帮顶!
解决方案十一:
我也初学顶
解决方案十二:
帮顶学习