站内搜索: 请输入搜索关键词

当前页面: 开发资料首页Netbeans 专题Wireless Connection Wizard

Wireless Connection Wizard

摘要: New in NetBeans Mobility Pack 4.1 is the Wireless Connection Wizard. The J2ME Wireless Connection Wizard enables you to generate the connecting classes for a mobile client/server application without hand-coding or using libraries. The code generated by the J2ME Wireless Connection Wizard has a footprint that can be as small as 3 kilobytes, so it can be deployed on low-end J2ME MIDP devices. The network bandwidth used in calls from the client to the server is also efficient, typically using only slightly more than the minimum needed to transfer the raw data.


Begin by selecting Wireless Connection Wizard from the New File options.


A sample MIDlet is automatically generated.


A corresponding servlet is also automatically generated.


The list of available services the pre-existing web application offers is shown and
users can select which they want exported.


↑返回目录
前一篇: Watching Your Threads with the NetBeans IDE 4.0 Profiler
后一篇: 使用 NetBeans IDE 将 GUI 连接到 Derby 数据库(2)