Text Box: NetBeans IDE 5.5

NetBeans IDE provides all the tools and software that are required to create the cross-platform applications for desktops, Web and Mobile.
Here I have used the NetBean’s Connected Limited Device Configuration/Mobile Information Device Profile (CLDC/MIDP) pack as my application is intended to work for the devices with the certain limited resources.
This Mobility Pack is to develop applications for devices supporting the Connected Limited Device Configuration(CLDC) 1.0 or 1.1 and the Mobile Information Device Profile(MIDP) 1.0 or 2.0. It also supports SVG graphics (JSR-226), JMUnit testing, MIDlet signing, certificate management, integrated over-the-air (OTA) emulation, push registry emulation, Wireless Messaging and Multimedia APIs, WMA emulation features for SMS and CBS messages.
Some of the noticeable features that are available with the package are listed below:
Java ME CLDC Features (MIDP)

->Support for Connected, Limited Device Configuration (CLDC) 1.1 standards
->Support for the Mobile Information Device Profile (MIDP) 2.0
->Integration with version 2.2 of the J2ME Wireless Toolkit.
->Support for Java ME Web Services (JSR 172).
->Support for adding third party emulator platforms.
->SVG graphics and animations.
->Support for JSR-172 Wireless Connections.
->Deployment Options: Upload your MIDlets via WebDAV, FTP, and SCP from within the IDE.
->Support for Over-The-Air emulation (OTA), push registry emulation, Wireless Messaging and Multimedia APIs, and WMA emulation features for SMS and CBS messages.
                        
												<<Back