搜索资源列表
CH_Brief_Introduction_to_Networked_MIDlets_v1_0.ra
- 基于网络的MIDlets简介 通过这个简介以及网络MIDlet和servlet的范例,你将有能力开发自己的网络MIDlets和相应的servlets。在诺基亚论坛的《一个基于网络的MIDlet范例:*》[FRUITMAC]一文中,介绍了使用这种技术(甚至部分源码相同)的更为复杂的例子。-network-based MIDlets brief profiles as well as through the network and
GetNpost
- 本例介绍了如何使用MIDlet和Servlet进行数据通信,并演示了两种常用的方法POST和GET,这是开发联网应用程序最应该掌握的内容。请注意在联网过程中应该在新线程中操作。 -the cases on how to use the Servlet MIDlet and data communications, and demonstration of two commonly used methods POST and GET,
J2ME与JSP间session的保持
- J2ME访问JSP时,默认情况下JSP每次都要更新session,使得JSP中的session技术变得无效,所以在J2ME的MIDlet程序中要采取编程技巧解决此问题。源码中SessionServlet.java是一个服务器端的Servlet程序,接收J2ME的访问。SessionMIDlet.java中是保持session的手机端代码样例。
CH_Brief_Introduction_to_Networked_MIDlets_v1_0.ra
- 基于网络的MIDlets简介 通过这个简介以及网络MIDlet和servlet的范例,你将有能力开发自己的网络MIDlets和相应的servlets。在诺基亚论坛的《一个基于网络的MIDlet范例:*》[FRUITMAC]一文中,介绍了使用这种技术(甚至部分源码相同)的更为复杂的例子。-network-based MIDlets brief profiles as well as through the network and
GetNpost
- 本例介绍了如何使用MIDlet和Servlet进行数据通信,并演示了两种常用的方法POST和GET,这是开发联网应用程序最应该掌握的内容。请注意在联网过程中应该在新线程中操作。 -the cases on how to use the Servlet MIDlet and data communications, and demonstration of two commonly used methods POST and GET,
midlet_servlet
- 我做的毕业设计,功能是实现手机和SQL的连接解压并配置相关的TOMCAT服务器,在WTK2.5下,可以进行仿真,同时可以生成 .jar 文件传到手机上用-I did graduate design, function is the realization of mobile phones and SQL connection decompression and configure related TOMCAT server, in WT
Connect_to_SQL_database
- The example takes database name, username and password from MIDlet running on the J2ME device and passes it to the Servlet.